This repository was archived by the owner on Mar 5, 2025. It is now read-only.
v1.6.1 #4545
spacesailor24
announced in
Announcements
v1.6.1
#4545
Replies: 1 comment
-
thank you |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Added
eth_createAccessList
as both an rpc call (web3.eth.createAccessList
) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList
) (eth_createAccessList - Closes #4081 #4332)Changed
tx.chainId
iftx.common.customChain.chainId
is provided forweb3.eth.accounts.signTransaction
function (add tx.chainId if tx.common.chainId not provided #4293)Web3.utils
, removed context for_
(underscore lib) (Web3.utils._ undefined #4403)block.baseFeePerGas
to number (Format baseFeePerGas to number in returned blocks - Closes #4326 #4330)web3-eth-personal.sendTransaction
example in documentation (Update doc example for web3.eth.personal (#4397) #4409)Fixed
web3.rst
example in documentation (Update comment web3.rst #4511)BlockHeader
typing (receiptRoot
->receiptsRoot
) (Fix buggyBlockHeader
ts interface #4452)This discussion was created from the release v1.6.1.
Beta Was this translation helpful? Give feedback.
All reactions