-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): Expand web3 config guide (#7131)
* add doc for `handleRevert` * add doc for defaultAccount * add doc for `defaultBlock` * add doc for transactionBlockTimeout * add doc for transactionConfirmationBlocks * add doc for transactionPollingInterval * add doc for transactionPollingTimeout * add doc for transactionReceiptPollingInterval and improve doc for transactionPollingInterval * add doc for transactionSendTimeout * add doc for transactionConfirmationPollingInterval * add doc for blockHeaderTimeout * add doc for maxListenersWarningThreshold * add doc for contractDataInputFill * add doc for defaultNetworkId * add doc for defaultHardfork, defaultChain and defaultCommon * add doc for defaultTransactionType * add doc for defaultMaxPriorityFeePerGas * refine * add doc for `handleRevert` * add doc for defaultAccount * add doc for `defaultBlock` * add doc for transactionBlockTimeout * add doc for transactionConfirmationBlocks * add doc for transactionPollingInterval * add doc for transactionPollingTimeout * add doc for transactionReceiptPollingInterval and improve doc for transactionPollingInterval * add doc for transactionSendTimeout * add doc for transactionConfirmationPollingInterval * add doc for blockHeaderTimeout * add doc for maxListenersWarningThreshold * add doc for contractDataInputFill * add doc for defaultNetworkId * add doc for defaultHardfork, defaultChain and defaultCommon * add doc for defaultTransactionType * add doc for defaultMaxPriorityFeePerGas * refine * fix semi colons * emphasize the default value and use the original default value in the code snippet * run deploy * revert * add link, fix pr comments * remove redundant global config example * Apply suggestions from code review Co-authored-by: Junaid <[email protected]> * resolve review comments * Apply suggestions from code review Co-authored-by: Dan Forbes <[email protected]> * remove all example except for transactionPollingInterval, defaultReturnFormat and defaultCommon * Apply suggestions from code review Co-authored-by: Dan Forbes <[email protected]> * Update docs/docs/guides/web3_config/index.md --------- Co-authored-by: blackmoshui <[email protected]> Co-authored-by: Alex <[email protected]> Co-authored-by: luu-alex <[email protected]> Co-authored-by: Junaid <[email protected]> Co-authored-by: Dan Forbes <[email protected]>
- Loading branch information
1 parent
5080e80
commit 8b435c1
Showing
2 changed files
with
231 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8b435c1
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
9078
ops/sec (±4.67%
)8980
ops/sec (±4.32%
)0.99
processingContractDeploy
39858
ops/sec (±6.95%
)38011
ops/sec (±6.45%
)0.95
processingContractMethodSend
16111
ops/sec (±6.62%
)15444
ops/sec (±9.38%
)0.96
processingContractMethodCall
27631
ops/sec (±7.57%
)28258
ops/sec (±6.66%
)1.02
abiEncode
44291
ops/sec (±7.06%
)43457
ops/sec (±6.82%
)0.98
abiDecode
31565
ops/sec (±7.32%
)31180
ops/sec (±8.37%
)0.99
sign
1575
ops/sec (±1.11%
)1518
ops/sec (±3.09%
)0.96
verify
365
ops/sec (±2.63%
)368
ops/sec (±0.97%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.