Skip to content

Commit

Permalink
Fix incorrectly versioned bn.js type export (#4418) (#4437)
Browse files Browse the repository at this point in the history
Merging with failing `e2e_gnosis_dex` test as this may fix it

* fix incorrectly versioned bn.js type export (#4418)

* fix incorrectly versioned bn.js type export

Signed-off-by: Matt Rice <matthewcrice32@gmail.com>

* WIP

Signed-off-by: Matt Rice <matthewcrice32@gmail.com>

* WIP

Signed-off-by: Matt Rice <matthewcrice32@gmail.com>

* Update CHANGELOG

Co-authored-by: Matt Rice <matthewcrice32@gmail.com>
  • Loading branch information
spacesailor24 and mrice32 authored Oct 8, 2021
1 parent eb454d3 commit ab27807
Show file tree
Hide file tree
Showing 27 changed files with 437 additions and 633 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ Released with 1.0.0-beta.37 code base.
### Added

- Support for `eth_createAccessList` as both an rpc call (`web3.eth.createAccessList`) and property of contract method wrappers (`contractInstance.methods.getValue().createAccessList`) (#4332)
- `@types/bn.js` as dev-dependency to additional packages (notably web3-utils) (#4437)

### Changed

Expand Down
Loading

0 comments on commit ab27807

Please sign in to comment.