KKeplr Multisig does not accept Cosmos SDK v0.53 imported transactions JSON
D
Dante Sanchez
When I try to sign a transaction that was generated with Gaia v25 (Cosmos SDK v0.53), the app responds with this message:
Signature error
Request failed with status code 400
When I open a console in the browser, I see this error:
error: 'unknown field "unordered" in tx.TxBody: tx parse error'
If I remove the unordered field from the JSON, I get the following:
error: 'unknown field "timeout_timestamp" in tx.TxBody: tx parse error'
If i remove the timeout_timestamp from the JSON, I can sign the transaction successfully.
Clara @ Keplr
Hello, Keplr Multisig is currently not supporting unordered transactions(https://docs.cosmos.network/main/build/architecture/adr-070-unordered-account). Sorry for the inconvenience!