Closed
Description
Getting:
"error": "Usage:\n coind query txs [flags]\n\nExamples:\n$ coindd query txs --query \"message.sender='cosmos1...' AND message.action='withdraw_delegator_reward' AND tx.height > 7\" --page 1 --limit 30\n\nFlags:\n --grpc-addr string the gRPC endpoint to use for this chain\n --grpc-insecure allow gRPC over insecure channels, if not the server must use TLS\n --height int Use a specific height to query state at (this can error if the node is pruning state)\n -h, --help help for txs\n --limit int Query number of transactions results per page returned (default 100)\n --node string <host>:<port> to CometBFT RPC interface for this chain (default \"tcp://localhost:26657\")\n --order_by string The ordering semantics (asc|dsc)\n -o, --output string Output format (text|json) (default \"text\")\n --page int Query a specific page of paginated results (default 1)\n --query string The transactions events query per Tendermint's query semantics\n\nGlobal Flags:\n --chain-id string The network chain ID (default \"coinfi\")\n --home string directory for config and data (default \"/Users/hiro/.coind\")\n --log_format string The logging format (json|plain) (default \"plain\")\n --log_level string The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') (default \"info\")\n --log_no_color Disable colored logs\n --trace print out full stack trace on errors\n\nfailed to search for txs: error in json rpc client, with http response metadata: (Status: 200 OK, Protocol HTTP/1.1). RPC error -32603 - Internal error: the TxIndexer.Search method is not supported\n: exit status 1"
This doesn't happen with kv config in config.toml:
indexer = "psql"
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done