Skip to content
This repository was archived by the owner on Nov 11, 2022. It is now read-only.

Releases: owlprotocol/web3-redux

0.1.7

06 Feb 00:34

Choose a tag to compare

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 Account and Contract model into 1 data model
  • useGetNonce, useGetBalance, useERC20, useSupportsInterface
  • 4Byte API model
  • redux-persist integration, with custom transforms
  • Sync data model refactored for simplified JSON-encodable API
  • Refactored test suite

0.1.5-beta.2

19 Nov 15:01

Choose a tag to compare

0.1.5-beta.2 Pre-release
Pre-release

Add on NetworkUpdate middleware to enable updating of associated contract web3 instances when web or web3Sender is changed.

0.1.5-beta.1

16 Nov 20:43

Choose a tag to compare

0.1.5-beta.1 Pre-release
Pre-release

Index ContractEvents

This release add more flexible contract indexing based on event name and return values.

0.1.4-beta.6

06 Nov 02:21

Choose a tag to compare

0.1.4-beta.6 Pre-release
Pre-release

Fix various bugs after testing with frontend integration.

0.1.4-beta.5

04 Nov 23:13

Choose a tag to compare

0.1.4-beta.5 Pre-release
Pre-release

Fix publish to use pnpm

0.1.4-beta.4

04 Nov 22:51

Choose a tag to compare

0.1.4-beta.4 Pre-release
Pre-release

Fix web3Redux test consistency

0.1.4-beta.3

04 Nov 22:32

Choose a tag to compare

0.1.4-beta.3 Pre-release
Pre-release

Fix github release action

0.1.4-beta.2

04 Nov 22:08

Choose a tag to compare

0.1.4-beta.2 Pre-release
Pre-release

Fix circular import bugs

0.1.4-beta.1

04 Nov 15:55
963c97a

Choose a tag to compare

0.1.4-beta.1 Pre-release
Pre-release

Refactor selector names to be standardized.
Memoization for returned arrays.
Babel compilation with typed sagas.

0.1.2-beta.1

16 Oct 18:33
c366e45

Choose a tag to compare

0.1.2-beta.1 Pre-release
Pre-release

0.1.2-beta.1

Various bugfixes.