-
Notifications
You must be signed in to change notification settings - Fork 375
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
[gnoland] /tx?hash=
endpoint not usable
#2489
Comments
From a comment of Milos : #2309 (comment) |
From some testing & discussions, the current state is this. If you pass in the following request body to the root endpoint, ie
It will work. However, using the On top of this, when you receive a proper response, the transaction data is actually base64 encoded, so it is not readable. Also, when you do decode the data from base64, you're left with an amino representation that is not fully readable. |
/tx?hash=
endpoint not usable
I found the root cause and fixed it : #2518 |
Tx Hash not usable in the node RPC
Description
When you make a tx:
Your environment
Steps to reproduce
http://127.0.0.1:26657/tx?hash=_
and substitute it with the hash.Expected behaviour
The output when accessing that path should be the content of this tx.
Actual behaviour
Proposed solution
I'm currently checking how is this done to give an alternative. Will add an alternative once I understand where it appears
The text was updated successfully, but these errors were encountered: