Problem: e2ee module is not backported #6113
Annotations
10 errors and 1 warning
|
Run integration tests:
integration_tests/test_basic.py#L84
test_ica_enabled[True]
AssertionError: Error: rpc error: code = Unknown desc =
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).CreateQueryContext
github.com/cosmos/cosmos-sdk/baseapp/abci.go:771
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).handleQueryGRPC
github.com/cosmos/cosmos-sdk/baseapp/abci.go:710
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).Query
github.com/cosmos/cosmos-sdk/baseapp/abci.go:562
github.com/cometbft/cometbft/abci/client.(*localClient).QuerySync
github.com/cometbft/cometbft/abci/client/local_client.go:259
github.com/cometbft/cometbft/proxy.(*appConnQuery).QuerySync
github.com/cometbft/cometbft/proxy/app_conn.go:193
github.com/cometbft/cometbft/rpc/core.ABCIQuery
github.com/cometbft/cometbft/rpc/core/abci.go:20
reflect.Value.call
reflect/value.go:596
reflect.Value.Call
reflect/value.go:380
github.com/cometbft/cometbft/rpc/jsonrpc/server.RegisterRPCFuncs.makeJSONRPCHandler.func3
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_json_handler.go:108
github.com/cometbft/cometbft/rpc/jsonrpc/server.RegisterRPCFuncs.handleInvalidJSONRPCPaths.func4
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_json_handler.go:140
net/http.HandlerFunc.ServeHTTP
net/http/server.go:2166
net/http.(*ServeMux).ServeHTTP
net/http/server.go:2683
github.com/cometbft/cometbft/rpc/jsonrpc/server.maxBytesHandler.ServeHTTP
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_server.go:256
github.com/cometbft/cometbft/rpc/jsonrpc/server.Serve.RecoverAndLogHandler.func1
github.com/cometbft/cometbft/rpc/jsonrpc/server/http_server.go:229
net/http.HandlerFunc.ServeHTTP
net/http/server.go:2166
net/http.serverHandler.ServeHTTP
net/http/server.go:3137
net/http.(*conn).serve
net/http/server.go:2039
cronos is not ready; please wait for first block: invalid height
Usage:
cronosd query interchain-accounts controller params [flags]
Examples:
cronosd query interchain-accounts controller params
Flags:
--grpc-addr string the gRPC endpoint to use for this chain
--grpc-insecure allow gRPC over insecure channels, if not TLS 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 params
--node string <host>:<port> to Tendermint RPC interface for this chain (default "tcp://localhost:26657")
-o, --output string Output format (text|json) (default "text")
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) (default "info")
--log_no_color Disable colored logs
--trace print out full stack trace on errors
(cronosd q interchain-accounts controller params --node tcp://127.0.0.1:27007 --output json)
|
Run integration tests:
integration_tests/test_basic.py#L119
test_send_transaction[cronos-True]
web3.exceptions.BlockNotFound: Block with id: 'latest' not found.
|
Run integration tests:
integration_tests/test_basic.py#L133
test_events[cronos-True]
ValueError: {'code': -32000, 'message': 'header not found'}
|
Run integration tests:
integration_tests/test_basic.py#L605
test_exception[cronos-True]
ValueError: {'code': -32000, 'message': 'header not found'}
|
Run integration tests:
integration_tests/test_basic.py#L630
test_refund_unused_gas_when_contract_tx_reverted[cronos-True]
ValueError: {'code': -32000, 'message': 'header not found'}
|
Run integration tests:
integration_tests/test_basic.py#L680
test_suicide[cronos-True]
ValueError: {'code': -32000, 'message': 'header not found'}
|
Run integration tests:
integration_tests/test_basic.py#L838
test_log0[cronos-True]
ValueError: {'code': -32000, 'message': 'header not found'}
|
Run integration tests:
integration_tests/test_filters.py#L16
test_pending_transaction_filter[cronos-True]
ValueError: {'code': -32000, 'message': 'header not found'}
|
Run integration tests
The operation was canceled.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "debug-files".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading