Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update transactions.md Made some changes on the Transaction Object for sending raw transactions. The current tx object will result in an error when calling web3.eth.sendSignedTransaction * Update transactions.md * Update docs/docs/guides/wallet/transactions.md Co-authored-by: Alex <[email protected]> --------- Co-authored-by: Santiago Trujillo Zuluaga <[email protected]> Co-authored-by: Alex <[email protected]>
- Loading branch information
a6b685e
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
processingTx
9859
ops/sec (±3.40%
)9301
ops/sec (±4.81%
)0.94
processingContractDeploy
41497
ops/sec (±7.39%
)39129
ops/sec (±7.62%
)0.94
processingContractMethodSend
19998
ops/sec (±4.99%
)19443
ops/sec (±5.19%
)0.97
processingContractMethodCall
40922
ops/sec (±6.04%
)38971
ops/sec (±6.34%
)0.95
abiEncode
45871
ops/sec (±7.98%
)44252
ops/sec (±6.92%
)0.96
abiDecode
32094
ops/sec (±7.67%
)30419
ops/sec (±8.89%
)0.95
sign
1666
ops/sec (±0.68%
)1656
ops/sec (±4.08%
)0.99
verify
394
ops/sec (±2.86%
)373
ops/sec (±0.78%
)0.95
This comment was automatically generated by workflow using github-action-benchmark.
a6b685e
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
processingTx
9430
ops/sec (±4.60%
)9301
ops/sec (±4.81%
)0.99
processingContractDeploy
39401
ops/sec (±7.74%
)39129
ops/sec (±7.62%
)0.99
processingContractMethodSend
19635
ops/sec (±6.90%
)19443
ops/sec (±5.19%
)0.99
processingContractMethodCall
39811
ops/sec (±5.54%
)38971
ops/sec (±6.34%
)0.98
abiEncode
47260
ops/sec (±6.79%
)44252
ops/sec (±6.92%
)0.94
abiDecode
30724
ops/sec (±9.01%
)30419
ops/sec (±8.89%
)0.99
sign
1636
ops/sec (±3.16%
)1656
ops/sec (±4.08%
)1.01
verify
385
ops/sec (±0.49%
)373
ops/sec (±0.78%
)0.97
This comment was automatically generated by workflow using github-action-benchmark.