You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Mismatched "*types.Any": {TagNum: 1, GotWireType: "varint" != WantWireType: "bytes"}: tx parse error
Usage:
babylond query tx --type=[hash|acc_seq|signature] [hash|acc_seq|signature] [flags]
Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not the server must use TLS
--height int Use a specific height to query state at (this can error if the node is pruning state)
-h, --help help for tx
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
--type string The type to be used when querying tx, can be one of "hash", "acc_seq", "signature" (default "hash")
Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/home/runchao/.babylond")
--log_format string The logging format (json|plain) (default "plain")
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
4:34PM ERR failure when running app err="Mismatched \"*types.Any\": {TagNum: 1, GotWireType: \"varint\" != WantWireType: \"bytes\"}: tx parse error"
The text was updated successfully, but these errors were encountered:
Summary of Bug
Some transactions cannot be decoded correctly.
Version
Latest
dev
branchSteps to Reproduce
$babylond query tx D8AF659DA4B698A6677AB85454CA659FC4A3CF5756824AF1CF6CADFB34E68B67 --node https://rpc.testnet3.babylonchain.io:443
will return the following
The text was updated successfully, but these errors were encountered: