-
Notifications
You must be signed in to change notification settings - Fork 86
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
Filter api messages by UTxO address #1719
Comments
If this proves difficult, worst case we can build a little proxy server in rust that forwards only relevant transactions to the subscriber |
@Quantumplation Maybe using kupo's hydra support is an alternative? |
Hmm; kupo only forwards UTxOs, not txs, and is query based rather than push based so it'd involve a lot of changes but it might be possible. Also aren't you on paternity leave? :) |
Any changes should be done in |
@Quantumplation what kind of filters on txs are you looking to see exactly? Regular tx outputs filtered by recipient address or something more involved? |
Ideally just any txs that have an output to the specified address |
Hydra-doom people have the need to filter websocket messages in order to increase speed of operation.
We should build the option to connect to the websocket using
/?history=no&address=xyz
so only the UTxO with the specified address is returned.Timeline for this is week or two.
The text was updated successfully, but these errors were encountered: