This repository was archived by the owner on Mar 5, 2025. It is now read-only.
v1.6.1
Added
- Support for
eth_createAccessListas both an rpc call (web3.eth.createAccessList) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList) (#4332)
Changed
- Not considering
tx.chainIdiftx.common.customChain.chainIdis provided forweb3.eth.accounts.signTransactionfunction (#4293) - Added missing PromiEvent handler types (#4194)
- Updated README to include Webpack 5 angular support instructions (#4174)
- Updated the documentation for the
Web3.utils, removed context for_(underscore lib) (#4403) - Emit subscription id with connect event when creating a subscription (#4300)
- Introduced new configuration "blockHeaderTimeout" for waiting of block headers for transaction receipt (#3891)
- Format
block.baseFeePerGasto number (#4330) - Correct
web3-eth-personal.sendTransactionexample in documentation (#4409) - Updated README to include Webpack 5 angular support instructions (#4174)