[4.11.1]
Fixed
web3-errors
- Fixed the undefined data in
Eip838ExecutionError
constructor (#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
getTransactionReceipt
to not be casted asTransactionReceipt
to 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 #7147
- Fix getblock.transactions by @luu-alex in #7151
- Tx Types and ERC20 token transaction by @SantiagoDevRel in #7156
- remove redundant constructor of ContractBuilder by @agj017 in #7150
- Fix transaction receipt return type by @luu-alex in #7159
- feat/docs/plugin-middleware by @danforbes in #7158
New Contributors
Full Changelog: v4.11.0...v4.11.1