[4.10.0]
Added
web3
- Now when existing packages are added in web3, will be avalible for plugins via context. (#7088)
web3-core
- Now when existing packages are added in web3, will be avalible for plugins via context. (#7088)
web3-eth
sendTransaction
inrpc_method_wrappers
accepts optional param ofTransactionMiddleware
(#7088)- WebEth has
setTransactionMiddleware
andgetTransactionMiddleware
for automatically passing tosentTransaction
(#7088)
web3-eth-ens
getText
now supports first param AddressgetName
has optional second param checkInterfaceSupport
web3-types
- Added
result
as optionalnever
anderror
as optionalnever in type
JsonRpcNotification` (#7091) - Added
JsonRpcNotfication
as a union type inJsonRpcResponse
(#7091)
web3-rpc-providers
- Alpha release
Fixed
web3-eth-ens
getName
reverse resolution
What's Changed
- release/v4.9.0 by @luu-alex in #7057
- fix(docs): intro by @danforbes in #7056
- coverage increase by @jdevcs in #7051
- 6992 getText update and getName fix by @jdevcs in #7047
- web3 external provider - Quicknode by @jdevcs in #7019
- fix(docs): quickstart by @danforbes in #7062
- Fix SNYK for 4.x by @avkos in #7064
- Use .snyk file for all projects by @avkos in #7071
- fix(docs): sidebar by @danforbes in #7063
- fix(docs): mastering providers by @danforbes in #7070
- Remove .snyk files by @avkos in #7073
- 100% Coverage web3-utills by @Muhammad-Altabba in #7042
- chore(docs): formatting by @danforbes in #7072
- update gas estimation test by @luu-alex in #7074
- fix(docs): contract-tutorial-hardhat-node by @danforbes in #7076
- fix(docs): header-nav by @danforbes in #7082
- fix(docs): introduction by @danforbes in #7083
- fix(docs): contracts-tutorial by @danforbes in #7084
- chore(docs): provider-tutorials by @danforbes in #7085
- fix(docs): mastering-accounts by @danforbes in #7089
- transaction middleware by @jdevcs in #7088
- add test coverage to web3-core by @luu-alex in #7091
Full Changelog: v4.9.0...v4.10.0