Skip to content
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

Use a non-zero default patience for the transaction awaiter #123

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

andreibancioiu
Copy link
Contributor

@andreibancioiu andreibancioiu commented Oct 24, 2024

The patience: an extra time to wait, after the transaction has reached its desired status.

Currently there's a delay between the moment a transaction is marked as "completed" and the moment its outcome (contract results, events and logs) is available.

Here, we alter the default patience - from zero seconds to three seconds.

@andreibancioiu andreibancioiu self-assigned this Oct 24, 2024
@andreibancioiu andreibancioiu marked this pull request as ready for review October 24, 2024 16:03
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  multiversx_sdk/network_providers
  constants.py
Project Total  

This report was generated by python-coverage-comment-action

@andreibancioiu andreibancioiu merged commit 6ca9706 into feat/next Oct 28, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants