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

Add a util for polling transactions after rpc.sendTransaction #1090

Closed
kalepail opened this issue Oct 24, 2024 · 1 comment
Closed

Add a util for polling transactions after rpc.sendTransaction #1090

kalepail opened this issue Oct 24, 2024 · 1 comment
Assignees

Comments

@kalepail
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When you successfully submit a transaction via RPC you then have to poll against the getTransaction until it returns something. Everyone is running their own version of this polling function.

Describe the solution you'd like
It would be nice to provide something workable out of the box. Likely just exposing what the AssembleTransaction stuff is already doing. Just need to allow it outside the context of a TS binding library.

Describe alternatives you've considered
Write it myself by hand for every dapp. Ew.

@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Oct 24, 2024
@Shaptic
Copy link
Contributor

Shaptic commented Oct 24, 2024

Ugh fiiiiiine. PTAL: #1092

@Shaptic Shaptic moved this from Backlog (Not Ready) to Done in DevX Oct 24, 2024
@Shaptic Shaptic self-assigned this Oct 24, 2024
@Shaptic Shaptic closed this as completed Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants