v4.1.2 #6441
jdevcs
announced in
Announcements
v4.1.2
#6441
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fixed
web3
web3-eth-accounts
r
ands
returned bysign
to does not always consist of 64 characters" (fixed accounts.sign invalid length because of missing leading zero #6411)web3-eth-contract
web3-utils
soliditySha3()
with BigInt supportAdded
web3-core
Web3Config
propertycontractDataInputFill
allowing users to have the choice using propertydata
,input
orboth
for contract methods to be sent to the RPC provider when creating contracts. (6355 - allow data to be used in contract methods. #6377) (Sepolia Error: Sending Empty Contract Byte Code #6400)web3-eth
Web3Config
propertycontractDataInputFill
allowing users to have the choice using propertydata
,input
orboth
for contract methods to be sent to the RPC provider when creating contracts. (6355 - allow data to be used in contract methods. #6377) (Sepolia Error: Sending Empty Contract Byte Code #6400)web3-eth-contract
dataInputFill
as a ContractInitOption, allowing users to have the choice using propertydata
,input
orboth
for contract methods to be sent to the RPC provider. (Data is missing from methods.myMethod #6355)Web3Config
propertycontractDataInputFill
allowing users to have the choice using propertydata
,input
orboth
for contract methods to be sent to the RPC provider when creating contracts. (6355 - allow data to be used in contract methods. #6377)web3-types
asEIP1193Provider
toWeb3BaseProvider
so every inherited class can have the returned value ofrequest
method, fully compatible with EIP-1193. (create a new typeEip1193Compatible
#6407)Changed
This discussion was created from the release v4.1.2.
Beta Was this translation helpful? Give feedback.
All reactions