Aaron DeRuvo
Aaron DeRuvo
### Description Release for cli 1.6.3 (1.6.1 and 1.6.2 -- have missing deps) ### Other changes ### Tested ### Related issues ### Backwards compatibility ### Documentation
### Description wrapp require statements for node native modules in try/catch so that we can just ignore them and use these in browser without needing to stub out at webpack...
2.3.0 release
### Description Currently the typescript files for the core contracts are generated in the contractkit package using a script in the protocol package (as well as using .sol files). This...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The signTypedData does not work when doing with metamask (but does on...
## Why Cypress Unlike unit tests run by jest Cypress opens a browser and you can visually follow along. This makes writing tests much easier as you can see exactly...
We support devs adding additional Wallet Connect wallets to the CeloProvider. We should add tests to make sure this doesnt break
Rather than passing in an entire Network Object instead just pass in the chainID of the default network (alternatively the network name) Currently when network is passed the object isn't...