-
Notifications
You must be signed in to change notification settings - Fork 43
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
Adjust wait_for_transaction_acceptance for slow indexer #2210
Adjust wait_for_transaction_acceptance for slow indexer #2210
Conversation
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.
I need an explanation pls
@DaughterOfMars in #2209 the private tangle tests fail because sometimes the indexer isn't updated fast enough (output exists, but is not returned by the indexer, because it wasn't processed yet) |
Shouldn't we wait for that separately somehow? |
I don't think so, wait_for_transaction_acceptance is not very useful without this |
It's just that the indexer has nothing to do with the transaction acceptance, and we don't actually use any of the info we get from it here. It feels like this is not the proper place to have this logic. |
|
Description of change
Adjust wait_for_transaction_acceptance for slow indexer
Type of change
How the change has been tested
cargo ci-tangle-test