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

implement tx.wait() #645

Merged
merged 6 commits into from
Dec 13, 2022
Merged

implement tx.wait() #645

merged 6 commits into from
Dec 13, 2022

Conversation

Trivo25
Copy link
Member

@Trivo25 Trivo25 commented Dec 12, 2022

implements tx.wait() to programmatically wait for a transactions inclusion in a block

closes #396

Copy link
Member

@mitschabaude mitschabaude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, very nice!

Copy link
Contributor

@MartinMinkov MartinMinkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some nits I think, great! :D

src/lib/mina.ts Outdated Show resolved Hide resolved
src/lib/mina.ts Outdated Show resolved Hide resolved
src/lib/fetch.ts Outdated Show resolved Hide resolved
src/lib/mina.ts Outdated Show resolved Hide resolved
src/lib/mina.ts Outdated Show resolved Hide resolved
@Trivo25 Trivo25 merged commit 355eca7 into main Dec 13, 2022
@Trivo25 Trivo25 deleted the impl-wait branch December 13, 2022 04:21
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.

Implement an ability to wait for transaction inclusion into the block
3 participants