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
A TX with invalid chain-id panics in RPC HTTP handler err="CheckTx
Response: "error in json rpc client, with http response metadata: (Status: 500 Internal Server Error, Protocol HTTP/1.1). RPC error -32603 - Internal error: CheckTx request for tx EC09A7FE0BC33754515EC573F3709C194CBBD2A54757328BA74976665A4813FC failed: failed to run tx validator for validate: signature verification failed; please verify account number (1) and chain-id (testing): (unable to verify single signer signature 'b2aa6bd3374fb1f6142413d455eb4ff08b7fa0e2864087f5203e7cc62f2428533094ae9cee999a34eab3c26584ed8120ee8f38dc5287496774b32e63cd5f626e' for signBytes '0a92010a8d010a1c2f636f736d6f732e62616e6b2e763162657461312e4d736753656e64126d0a2d636f736d6f7331346778336867383577646739667a7a63353330646d7873757074367435327172616368357136122d636f736d6f733164766436746834346574716365636d6c7072726a6c6a65677632326d6a35653772667763366d1a0d0a057374616b651204313030302a0012640a500a460a1f2f636f736d6f732e63727970746f2e736563703235366b312e5075624b657912230a2102677383b7df192d476d664dbb7c3b00b8a74153365bdbb9c50d357e9d777cab4912040a020801180312100a0a0a057374616b6512013110c09a0c1a0774657374696e672001'): unauthorized [cosmos/[email protected]/x/auth/ante/sigverify.go:376]"
Is there an existing issue for this?
What happened?
This affects app v2 only:
A TX with invalid chain-id panics in RPC HTTP handler err="CheckTx
Response: "error in json rpc client, with http response metadata: (Status: 500 Internal Server Error, Protocol HTTP/1.1). RPC error -32603 - Internal error: CheckTx request for tx EC09A7FE0BC33754515EC573F3709C194CBBD2A54757328BA74976665A4813FC failed: failed to run tx validator for validate: signature verification failed; please verify account number (1) and chain-id (testing): (unable to verify single signer signature 'b2aa6bd3374fb1f6142413d455eb4ff08b7fa0e2864087f5203e7cc62f2428533094ae9cee999a34eab3c26584ed8120ee8f38dc5287496774b32e63cd5f626e' for signBytes '0a92010a8d010a1c2f636f736d6f732e62616e6b2e763162657461312e4d736753656e64126d0a2d636f736d6f7331346778336867383577646739667a7a63353330646d7873757074367435327172616368357136122d636f736d6f733164766436746834346574716365636d6c7072726a6c6a65677632326d6a35653772667763366d1a0d0a057374616b651204313030302a0012640a500a460a1f2f636f736d6f732e63727970746f2e736563703235366b312e5075624b657912230a2102677383b7df192d476d664dbb7c3b00b8a74153365bdbb9c50d357e9d777cab4912040a020801180312100a0a0a057374616b6512013110c09a0c1a0774657374696e672001'): unauthorized [cosmos/[email protected]/x/auth/ante/sigverify.go:376]"
In the server log:
Cosmos SDK Version
main
How to reproduce?
COSMOS_BUILD_OPTIONS=v2 go test -v -mod=readonly -failfast -tags='system_test' --run TestBankSendTxCmd ./... --wait-time=40s -binary=simdv2
The text was updated successfully, but these errors were encountered: