-
Notifications
You must be signed in to change notification settings - Fork 5.1k
add: custom transaction polling interval #4584
add: custom transaction polling interval #4584
Conversation
allow to set via options the interval which polls for TX status
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.
Hi @sirpy Thanks for contribution. Please add relevant docs under docs/
folder to reflect the changes.
Also update the CHANGELOG.md
to specify what new config been added.
@sirpy Did you get a chance to look into feedback I posted earlier. I will encourage you to complete it so we can include this PR in upcoming sprint. |
Pull Request Test Coverage Report for Build 1569176448
💛 - Coveralls |
@nazarhussain updated |
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.
Build / e2e_windows (pull_request)
is failing on this PR, needs to be fixed
also could you add test for passing custom transactionPollingInterval
@jdevcs I dont see how this PR is related to this error. In anycase I wouldnt have any idea how to fix it. |
@spacesailor24 thanks |
* add: custom transaction polling interval (#4584) * add: custom transaction polling interval allow to set via options the interval which polls for TX status * add: transactionPollingInterval to contract * add: pass transactionPollingInterval to method * Update CHANGELOG.md * add: transactionPollingInterval docs Co-authored-by: Nazar Hussain <[email protected]> * Add transactionPollingInterval to web3-eth * Init transactionPollingInterval tests * Update docs/web3-eth.rst Co-authored-by: jdevcs <[email protected]> * Update docs/web3-eth-contract.rst Co-authored-by: jdevcs <[email protected]> * Move 4672 change to 1.7.1 Co-authored-by: sirpy <[email protected]> Co-authored-by: Nazar Hussain <[email protected]> Co-authored-by: jdevcs <[email protected]>
Description
allow to set via options the interval which polls for TX status
#2621
Type of change
Checklist:
npm run dtslint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:cov
and my test cases cover all the lines and branches of the added code.npm run build
and testeddist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder.