-
Notifications
You must be signed in to change notification settings - Fork 331
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
Integration test for querying malleated transactions #188
Conversation
Unfortunately, I don't think there is. We are already blocking until the tx is included in a block, it just takes a very small amount of time before the tx is indexed. On my local machine, this can be as small as 10ms. Hopefully the overly large wait time avoids flakiness.
👍 a1b1cab
removed, and will add in a different PR efa34ac |
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.
Green checkmark means go
This reverts commit 3de8af6.
a1b1cab
to
cb80736
Compare
Co-authored-by: Ismail Khoffi <[email protected]>
Description
This PR modifies the integration test to also query for the malleated transaction using the original transaction's hash.
blocked by #612