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

RPC client uses incorrect encoding in abci_query request #75

Closed
mappum opened this issue Nov 26, 2019 · 1 comment
Closed

RPC client uses incorrect encoding in abci_query request #75

mappum opened this issue Nov 26, 2019 · 1 comment

Comments

@mappum
Copy link
Contributor

mappum commented Nov 26, 2019

The RPC client encodes the data field for the abci_query endpoint into a JSON array of byte values, but the Tendermint side expects a hex string. This means every request fails, even with an empty data field.

mappum added a commit to mappum/tendermint-rs that referenced this issue Nov 27, 2019
mappum added a commit to mappum/tendermint-rs that referenced this issue Nov 27, 2019
@mappum
Copy link
Contributor Author

mappum commented Dec 5, 2019

Closed by #77

@mappum mappum closed this as completed Dec 5, 2019
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

No branches or pull requests

1 participant