-
Notifications
You must be signed in to change notification settings - Fork 407
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
Feature: query for spending transaction input txid+index #788
Labels
enhancement
New feature or request
Comments
Could you please try #454? It can be tested using:
|
That works! thanks, i get the right txid, but could there be an easier way to just get the data, instead of having to subscribe, check if spending data is returned and then unsubscribe? would it be possible to also return the input index? |
antonilol
added a commit
to antonilol/electrs
that referenced
this issue
Mar 14, 2023
antonilol
added a commit
to antonilol/electrs
that referenced
this issue
Jun 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
this would allow home node runners running mempool and electrs to click the red arrows on the right to go to the spending transactions of that specific tx output
Describe the solution you'd like
A clear and concise description of what you want to happen.
a way to query the already indexed spending data
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
blockstream/electrs - way too heavy for my home node
stopping electrs to read the db - not feasible to constantly stop and start, and having to make something to read the db
making my own spending tx indexer - it would cost additional storage and time
Additional context
Add any other context or screenshots about the feature request here.
#777
btw: i am willing to contribute to this, i just have to find some free time to learn Rust
The text was updated successfully, but these errors were encountered: