This repository was archived by the owner on Mar 5, 2025. It is now read-only.
v1.10.0 #6081
jdevcs
announced in
Announcements
v1.10.0
#6081
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fixed
web3-providers-http
package to effectively propagate useful error infomation about failed HTTP connections (Improve logging of connection errors #5955)web.eth.handleRevert = true
(Fix error: "n.data.substring is not a function" #6000)Changed
transaction.type
is now formatted to a hex string before being send to provider (Formattransaction.type
to hex. Add emptyaccessList
istx.type === '0x1'
#5979)transaction.type === '0x1' && transaction.accessList === undefined
, thentransaction.accessList
is set to[]
(Formattransaction.type
to hex. Add emptyaccessList
istx.type === '0x1'
#5979)chainId
parameter fromtoChecksumAddress()
function types (refactor: Remove the unnecessary chainId parameter #5888)Added
getPastEvents
method to filterallEvents
and specific event (Filter option doesn't work in getPastEvents #6015)Security
This discussion was created from the release v1.10.0.
Beta Was this translation helpful? Give feedback.
All reactions