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

fix(run.ts): commit transaction not included #38

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

bafu
Copy link
Contributor

@bafu bafu commented Jan 10, 2024

Fix the issue where the transaction was successfully committed and a transaction hash was obtained, but the transaction was never included in a block. #29

Add a wait mechanism to ensure the transaction is mined or log the error reason if it fails.

┆Issue is synchronized with this Asana task by Unito

Fix the issue where the transaction was successfully committed and
a transaction hash was obtained, but the transaction was never included
in a block.

Add a wait mechanism to ensure the transaction is mined or log the
error reason if it fails.
Wait the transaction and get its receipt in commit.
@bafu bafu merged commit bf1200a into main Jan 11, 2024
3 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.

2 participants