This repository was archived by the owner on Nov 11, 2022. It is now read-only.
Releases: owlprotocol/web3-redux
Releases · owlprotocol/web3-redux
0.1.7
Version 0.1.7
This versions comes with a revamp of the data model, new React hooks, and integration with redux-persist library.
Notable changes include:
- Merging of
AccountandContractmodel into 1 data model useGetNonce,useGetBalance,useERC20,useSupportsInterface4ByteAPI modelredux-persistintegration, with custom transformsSyncdata model refactored for simplified JSON-encodable API- Refactored test suite
0.1.5-beta.2
Add on NetworkUpdate middleware to enable updating of associated contract web3 instances when web or web3Sender is changed.
0.1.5-beta.1
Index ContractEvents
This release add more flexible contract indexing based on event name and return values.
0.1.4-beta.6
Fix various bugs after testing with frontend integration.
0.1.4-beta.5
Fix publish to use pnpm
0.1.4-beta.4
Fix web3Redux test consistency
0.1.4-beta.3
Fix github release action
0.1.4-beta.2
Fix circular import bugs
0.1.4-beta.1
Refactor selector names to be standardized.
Memoization for returned arrays.
Babel compilation with typed sagas.
0.1.2-beta.1
0.1.2-beta.1
Various bugfixes.