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

[Access] Subscribe to tx results over ws without sending tx #6767

Open
peterargue opened this issue Nov 27, 2024 · 0 comments
Open

[Access] Subscribe to tx results over ws without sending tx #6767

peterargue opened this issue Nov 27, 2024 · 0 comments
Labels

Comments

@peterargue
Copy link
Contributor

peterargue commented Nov 27, 2024

Currently, grpc only has a "SendAndSubscribe" endpoint for subscribing to transaction results. This has some benefits, particularly that you are guaranteed to be subscribing on the same node that originally send the tx, and so it knows about it before block is finalized.

It would be useful for users to be able to subscribe to tx results without sending, especially in the case where a connection was reset while waiting for the original result.

Add support for this to the websockets endpoint first. We can eventually add it to grpc as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant