ContractKit / Connection / Wallets Release 5.1.0
aaronmgdr
released this
18 Oct 13:37
·
218 commits
to master
since this release
5.1.0
Minor Changes
- 53bbd49: Add cip64 support for feeCurrency Transactions. Note this is the replacement for the deprecated cip42 and legacy tx types https://github.com/celo-org/celo-proposals/blob/master/CIPs/cip/0064.md
Patch
-
53bbd49: Note celo sdk packages will no longer be fix bumped (ie will not share the same version always) and will now use ^range when depending on each other
-
d48c68a: Add memoization to Connection.chainId() funciton. this is reset when setProvider is called.
-
d48c68a: parallelize async calls in Governance Wrapper