Richard Moore
Richard Moore
Please keep in mind that AES and the common modes of operation are cryptographic **primitives**. They are very low level. You should not use them directly if you do not...
I’ve just published v6. I fully welcome any additions to documentation. I will be going through the entire docs tomorrow though, fleshing out the more bare parts of the API...
(I’m also planning on a tool to make docs updates simpler, as well as make it easier for translators to keep their work synced)
This is available in v6. :) Thanks! :)
@AmirHussain Can you include a full example? The variable names in the above are mismatched (no `abis.fWETH` for example and using undefined properties like `abis.llending`. Can you provide an example...
@AmirHussain But you aren't including (just the) necessary fragments for approval, the `decimalToBig`, etc. Your example is not complete. Can you provide something that can be simply pasted into https://playground.ethers.org?...
@zer0stars There is no such thing as `skipFetchSetup` in v6, since it doesn't do any setup like v5 did. What do you mean by "skipping provider setup and falling back...
In v6 everything is exported from the root. There is no longer any mystery to it, so hopefully that will make all our lives more comfy. :) Thanks! :)
@aspiers It has been addressed in v6. It isn’t really something that can be addressed in v5, due to the way that the API was designed, not without breaking apps...
I’m working on the reconnect and resubscribe logic. It has to handle the async nature and populate the intermediate events using getLogs. I have a plan. I just need time...