-
Notifications
You must be signed in to change notification settings - Fork 406
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
electrum: blockchain.transaction.get
verbose transaction is not supported
#423
Comments
See Blockstream/electrs#36 (and in particular Blockstream/electrs#36 (comment)). Can you tell me more about your use case? |
It was to avoid fetching the whole raw block and parsing it on the client side to only get the unix timestamp of a specific tx. I see your answer and we are ok-ish with this approach, we maybe try to lazy load timestamps in client-side apps, they are not that crucial after all. |
If that helps, you can get the block height (but not block timestamp) via I could be okay with supporting a minimal version of However, returning a different json format under the same method name might be confusing for developers, and it may lead to weird behaviors for clients that expects the full json format (they should fail early and relatively cleanly if Open to hearing more thoughts on this :) /cc @greenaddress |
Yes a lot of clients already check for that specific error message. I think it's totally fine to not have it so we do not need to diverge from other ElectrumX servers, we can figure out other ways tho. |
Any reason why the verbose param is not supported? any plan to add it anytime soon? @philippem @shesek
I am getting
verbose transactions are currently unsupported
The text was updated successfully, but these errors were encountered: