-
Notifications
You must be signed in to change notification settings - Fork 65
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
v4: Fetching all transactions from transaction_pool #547
Comments
No, the tx pool is currently unindexed. The index has been written but not integrated yet. |
So it's something you're considering implementing? At least to fetch all txids in the pool? I suppose that might even be enough, and then fetch_transaction2 could be used while iterating over the ids. |
It doesn’t search history, it collects metadata on incoming txs as they enter the pool. I’ll integrate it once the node is ready. |
This is something that would be followed with the transaction subscription interface? |
Unrelated, tx subscription doesn’t require an index. |
Ah alright. I misunderstood then. Thanks a lot! Looking forward to the integration :) |
Hi, is there a way to get an index of all transactions that are currently in the transaction pool?
This functionality is necessary for one method in Electrum (and the Electrum protocol).
Related: parazyd/obelisk#5 (comment)
The text was updated successfully, but these errors were encountered: