Skip to content

Commit

Permalink
Merge branch '1.x' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Oct 19, 2020
2 parents 3ca7d06 + 9eede51 commit cbd8497
Show file tree
Hide file tree
Showing 9 changed files with 747 additions and 85 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,13 @@ Released with 1.0.0-beta.37 code base.

## [1.3.1]

### Changed
- bump utils 0.10.0^ -> 0.12.0 (#3733)

### Removed

- Removed post-install script in `packages/web3`. Added documentation to root README (#3717)

### Fixed

- Fixed decoding bytes and string parameters for logs emitted with solc 0.4.x (#3724, #3738)
290 changes: 215 additions & 75 deletions package-lock.json

Large diffs are not rendered by default.

187 changes: 187 additions & 0 deletions packages/web3-core-requestmanager/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/web3-core-requestmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"dependencies": {
"underscore": "1.9.1",
"util": "^0.12.0",
"web3-core-helpers": "1.3.0",
"web3-providers-http": "1.3.0",
"web3-providers-ipc": "1.3.0",
Expand Down
Loading

0 comments on commit cbd8497

Please sign in to comment.