Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit aefb2f8

Browse files
Merge branch '4.x' into 6288-issues-in-contract-subscriptions
2 parents c8291f2 + fab66e9 commit aefb2f8

File tree

18 files changed

+666
-33
lines changed

18 files changed

+666
-33
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,20 +2727,41 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
27272727
- `Web3.providers` namespace exports `type EIP6963ProviderResponse = Map<string, EIP6963ProviderDetail>`. Return type for the static `Web3.requestEIP6963Providers` function is now `Promise<EIP6963ProviderResponse>`. (#7239)
27282728
- The callback function provided to the static `Web3.onNewProviderDiscovered` function expects a parameter of type `EIP6963ProvidersMapUpdateEvent` as opposed to `EIP6963AnnounceProviderEvent`. (#7242)
27292729

2730-
## [Unreleased]
2730+
## [4.14.0]
27312731

27322732
### Added
27332733

2734+
#### web3-core
2735+
2736+
- Added new property `ignoreGasPricing` to `Web3ConfigOptions`. If `ignoreGasPricing` is true, gasPrice will not be estimated (#7320)
2737+
27342738
#### web3-eth
27352739

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

27382743
### Changed
27392744

2745+
#### web3
2746+
2747+
- Exported EIP-6963 types are no longer under the `providers` namespace. (#7270)
2748+
27402749
#### web3-eth
27412750

27422751
- Allow `getEthereumjsTxDataFrom` to return additional fields that may be passed if using a `customTransactionSchema`.
27432752

2744-
#### web3
2753+
#### web3-types
27452754

2746-
- Exported EIP-6963 types are no longer under the `providers` namespace. (#7270)
2755+
- update the type for `baseFeePerGas` at `web3.eth.getFeeHistory` to be a number. (#7291)
2756+
2757+
### Fixed
2758+
2759+
#### web3-eth-abi
2760+
2761+
- `decodeLog` , `decodeParametersWith` , `decodeParameters` and `decodeParameters` now accepts first immutable param as well (#7288)
2762+
2763+
#### web3-utils
2764+
2765+
- fix `padRight` validation failure on large `uint` (#7265)
2766+
2767+
## [Unreleased]

0 commit comments

Comments
 (0)