Skip to content

Commit

Permalink
Merge branch '4.x' into 5857
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Mar 28, 2023
2 parents 326ec23 + dd33e17 commit f1a5ecd
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 81 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,10 @@ should use 4.0.1-alpha.0 for testing.

### Removed

#### web3-core

- `getConfig` method from `Web3Config` class, `config` is now public and accessible using `Web3Config.config` (#5950)

#### web3-eth-abi

- Removed `formatDecodedObject` function (#5934)
Expand Down
4 changes: 4 additions & 0 deletions packages/web3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- If a transaction object with a `data` property is passed to `txInputOptionsFormatter`, it will now be replaced with `input` (#5915)

### Removed

- `getConfig` method from `Web3Config` class, `config` is now public and accessible using `Web3Config.config` (#5950)
Loading

0 comments on commit f1a5ecd

Please sign in to comment.