New
v4.11.1
[4.11.1]
Fixed
web3-errors
- Fixed the undefined data in
Eip838ExecutionErrorconstructor (#6905)
web3-eth
- Adds transaction property to be an empty list rather than undefined when no transactions are included in the block (#7151)
- Change method
getTransactionReceiptto not be casted asTransactionReceiptto give proper return type (#7159)
web3
- Remove redundant constructor of contractBuilder (#7150)
What's Changed
- fix(web3-errors): the undefined data in Eip838ExecutionError (#6905) by @jdevcs in https://github.com/web3/web3.js/pull/7147
- Fix getblock.transactions by @luu-alex in https://github.com/web3/web3.js/pull/7151
- Tx Types and ERC20 token transaction by @SantiagoDevRel in https://github.com/web3/web3.js/pull/7156
- remove redundant constructor of ContractBuilder by @agj017 in https://github.com/web3/web3.js/pull/7150
- Fix transaction receipt return type by @luu-alex in https://github.com/web3/web3.js/pull/7159
- feat/docs/plugin-middleware by @danforbes in https://github.com/web3/web3.js/pull/7158
New Contributors
- @agj017 made their first contribution in https://github.com/web3/web3.js/pull/7150
Full Changelog: https://github.com/web3/web3.js/compare/v4.11.0...v4.11.1