Skip to content

Commit

Permalink
revert: Add legacy_amino_encoding (#86) (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 authored Nov 9, 2022
1 parent 8d5621f commit 47964f2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions proto/cosmos_proto/cosmos.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,6 @@ message ScalarDescriptor {
// encoding standards and simple and clear. Currently only string and
// bytes fields are supported for scalars.
repeated ScalarType field_type = 3;

// legacy_amino_encoding is an optional string to describe the encoding
// format used by Amino. The field type is chosen to be a string so that
// the value can either be:
// - a machine-readable string, such as "base64", "bech32" or "utf8",
// - or a human-readable string, for instance a short specification of how
// a big integer would be encoded using Amino.
//
// If left empty, then the Amino encoding is expected to be the same as the
// Protobuf one.
string legacy_amino_encoding = 4;
}

enum ScalarType {
Expand Down

0 comments on commit 47964f2

Please sign in to comment.