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 /r/rawtxinfo/:transaction_id endpoint #4109

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

alpergundogdu
Copy link

This endpoint bypasses the index and acts as a proxy to get raw transaction
data from bitcoin cli

Response from bitcoincore_rpc is converted into a defined structure in this
codebase to help with compatibility

alpergundogdu and others added 4 commits November 27, 2024 13:32
This endpoint bypasses the index and acts as a proxy to get raw transaction
data from bitcoin cli

Result is converted into a structure in ord codebase to help with backwards
compatibility
Added "hex" feature of "serde_with" to enable Vec<u8> serialization
@alpergundogdu
Copy link
Author

#4108 for more context

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

Successfully merging this pull request may close these issues.

2 participants