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
Presently the stdtx crate implements transaction signing using legacy Amino formats (JSON + binary serialization).
This issue is for tracking planning/work on migrating the stdtx crate to use the new Protobuf-based transaction formats being implemented upstream in the Cosmos SDK.
The text was updated successfully, but these errors were encountered:
Cosmos SDK is migrating to a new transaction format based on Protocol Buffers, which is tracked in the following issue:
cosmos/cosmos-sdk#6213
Presently the
stdtx
crate implements transaction signing using legacy Amino formats (JSON + binary serialization).This issue is for tracking planning/work on migrating the
stdtx
crate to use the new Protobuf-based transaction formats being implemented upstream in the Cosmos SDK.The text was updated successfully, but these errors were encountered: