Problem: parallel tx execution not integrated #5901
Annotations
4 errors
|
Run integration tests:
integration_tests/test_ibc.py#L31
test_ibc_transfer_with_hermes[True]
AssertionError: Error: unknown flag: --events
Usage:
cronosd query txs [flags]
Examples:
$ cronosd query txs --query "message.sender='cosmos1...' AND message.action='withdraw_delegator_reward' AND tx.height > 7" --page 1 --limit 30
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 txs
--limit int Query number of transactions results per page returned (default 100)
--node string <host>:<port> to CometBFT RPC interface for this chain (default "tcp://localhost:26657")
--order_by string The ordering semantics (asc|dsc)
-o, --output string Output format (text|json) (default "text")
--page int Query a specific page of paginated results (default 1)
--query string The transactions events query per Tendermint's query semantics
Global Flags:
--chain-id string The network chain ID
--home string directory for config and data (default "/home/runner/.cronos")
--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
(cronosd query txs --events message.action=/ibc.core.channel.v1.MsgChannelOpenInit --output json --node tcp://127.0.0.1:26707)
|
Run integration tests:
integration_tests/test_ibc.py#L38
test_ibc_incentivized_transfer[True]
IndexError: list index out of range
|
Run integration tests
The operation was canceled.
|
Loading