-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Release/4.12.0 #7207
Release/4.12.0 #7207
Conversation
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
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
Benchmark suite | Current: 4ce72be | Previous: 60fc197 | Ratio |
---|---|---|---|
processingTx |
21960 ops/sec (±7.84% ) |
23607 ops/sec (±6.40% ) |
1.07 |
processingContractDeploy |
40006 ops/sec (±6.79% ) |
40397 ops/sec (±9.19% ) |
1.01 |
processingContractMethodSend |
16656 ops/sec (±6.80% ) |
17346 ops/sec (±6.97% ) |
1.04 |
processingContractMethodCall |
27363 ops/sec (±6.22% ) |
28617 ops/sec (±7.82% ) |
1.05 |
abiEncode |
45106 ops/sec (±6.75% ) |
45490 ops/sec (±6.79% ) |
1.01 |
abiDecode |
30250 ops/sec (±8.83% ) |
31146 ops/sec (±7.38% ) |
1.03 |
sign |
1532 ops/sec (±3.63% ) |
1551 ops/sec (±0.83% ) |
1.01 |
verify |
365 ops/sec (±0.65% ) |
361 ops/sec (±0.56% ) |
0.99 |
This comment was automatically generated by workflow using github-action-benchmark.
Benchmark
This comment was automatically generated by workflow using github-action-benchmark. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #7207 +/- ##
=======================================
Coverage 94.48% 94.48%
=======================================
Files 216 216
Lines 8434 8434
Branches 2317 2317
=======================================
Hits 7969 7969
Misses 465 465
Flags with carried forward coverage won't be shown. Click here to find out more. |
Deploying web3-js-docs with
|
Latest commit: |
283bec7
|
Status: | ✅ Deploy successful! |
Preview URL: | https://a7d592cc.web3-js-docs.pages.dev |
Branch Preview URL: | https://head.web3-js-docs.pages.dev |
[4.12.0]
Fixed
web3-core
setConfig()
fix forsetMaxListenerWarningThreshold
fix (Hanging promise inweb3-eth
integration tests #5079)web3-eth-accounts
TransactionFactory.registerTransactionType
not working, if there is a version mistatch betweenweb3-eth
andweb3-eth-accounts
by savingextraTxTypes
atglobals
. (Refactor some parts of contract and accounts packages #7197)Added
web3-eth-accounts
signMessageWithPrivateKey
(Zk sync plugin related changes #7174)web3-eth-contract
populateTransaction
to thecontract.deploy(...)
properties. (Refactor some parts of contract and accounts packages #7197)web3-providers-http
statusCode
of response in ResponseError,statusCode
is optional property in ResponseError.web3-rpc-providers
HttpProviderOptions | SocketOptions
inWeb3ExternalProvider
andQuickNodeProvider
for provider configsweb3-errors
statusCode
property of response in ResponseError.Changed
web3-eth-contract
contract.deploy(...)
are structured with a newly created class namedDeployerMethodClass
. (Refactor some parts of contract and accounts packages #7197)abi
parameter, atdataInputEncodeMethodHelper
andgetSendTxParams
. (Refactor some parts of contract and accounts packages #7197)