Skip to content

Commit

Permalink
Replace private _config with public config in web3_config.ts (#…
Browse files Browse the repository at this point in the history
…5950)

* Replace private _config with public config in web3_config.ts

* Update CHANGELOGs

---------

Co-authored-by: Muhammad Altabba <24407834+Muhammad-Altabba@users.noreply.github.com>
Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>
  • Loading branch information
3 people committed Mar 28, 2023
1 parent 9e3f3c0 commit dd33e17
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 dd33e17

Please sign in to comment.