fix: marshal old tx body if unordered not used (backport #22723) (#23347)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2025-01-13 16:43:34 +01:00
committed by GitHub
co-authored by Julien Robert
parent 2bde4a8557
commit fd651b7366
16 changed files with 620 additions and 157 deletions
-7
View File
@@ -21,13 +21,6 @@ import (
"github.com/cosmos/cosmos-sdk/codec/types"
)
// ProtoCodecMarshaler defines an interface for codecs that utilize Protobuf for both
// binary and JSON encoding.
// Deprecated: Use Codec instead.
type ProtoCodecMarshaler interface {
Codec
}
// ProtoCodec defines a codec that utilizes Protobuf for both binary and JSON
// encoding.
type ProtoCodec struct {