Skip to content

Commit

Permalink
add missing changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Oct 16, 2024
1 parent 728191e commit 75b5b14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2737,6 +2737,7 @@ If there are any bugs, improvements, optimizations or any new feature proposal f

#### web3-eth

- `syncing` subscription now supports Besu and Nethermind payload format
- `populateGasPrice` function now checks `Web3Context.config.ignoreGasPricing`. If `ignoreGasPricing` is true, gasPrice will not be estimated (#7320)

### Changed
Expand Down
5 changes: 5 additions & 0 deletions packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ Documentation:

### Added

#### web3

- Exported EIP-6963 types are no longer under the `providers` namespace. (#7270)

#### web3-core

- Added new property `ignoreGasPricing` to `Web3ConfigOptions`. If `ignoreGasPricing` is true, gasPrice will not be estimated (#7320)
Expand All @@ -513,6 +517,7 @@ Documentation:

#### web3-types

- `syncing` subscription now supports Besu and Nethermind payload format
- update the type for `baseFeePerGas` at `web3.eth.getFeeHistory` to be a number. (#7291)

### Fixed
Expand Down

0 comments on commit 75b5b14

Please sign in to comment.