Skip to content

Error when doing a TX hash query over RPC #536

@davebryson

Description

@davebryson

Tendermint 0.10.0

Calling RPC tx/hash=value with curl only works if you remove the quotes around the hash value and include the 0x prefix. Making this work with an RPC client using JSON-RPC (say in Python) seems to be nearly impossible. Quoting the hex string and including an 0x prefix returns a 400 bad request error. Any other permutation of the hash value doesn't seem to work either. The errors are a bit misleading.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C:docsComponent: DocumentationC:rpcComponent: JSON RPC, gRPCT:questionType: Question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions