-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/4.1.2 #6437
Release/4.1.2 #6437
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 4.x #6437 +/- ##
=======================================
Coverage 89.15% 89.15%
=======================================
Files 199 199
Lines 7756 7756
Branches 2147 2147
=======================================
Hits 6915 6915
Misses 841 841
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Bundle StatsHey there, this message comes from a github action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
Deploying with Cloudflare Pages
|
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
web3-core
web3-errors
web3-eth-abi
web3-eth-ens
web3-eth-iban
web3-eth-personal
web3-net
web3-providers-http
web3-providers-ipc
web3-providers-ws
web3-rpc-methods
web3-validator