-
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
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 <nazarhussain@gmail.com> * Add transactionPollingInterval to web3-eth * Init transactionPollingInterval tests * Update docs/web3-eth.rst Co-authored-by: jdevcs <86780488+jdevcs@users.noreply.github.com> * Update docs/web3-eth-contract.rst Co-authored-by: jdevcs <86780488+jdevcs@users.noreply.github.com> * Move 4672 change to 1.7.1 Co-authored-by: sirpy <hadarr@gmail.com> Co-authored-by: Nazar Hussain <nazarhussain@gmail.com> Co-authored-by: jdevcs <86780488+jdevcs@users.noreply.github.com>
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.