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
This type is now used only when we want to explicitly support legacy amino scenarios (queriers, REST). It is the type that should be used explicitly for these legacy scenarios. Eventually, even JSONMarshaler will need to require proto (see #6982). But for the cases we still really need amino we can use *codec.Codec. But let's give it a clear name, I propose *codec.LegacyAmino.
While we're doing this we should rename appropriate fields, specifically client.Context.Codec and simapp.Codec() should become *****.LegacyAmino.
The text was updated successfully, but these errors were encountered:
This type is now used only when we want to explicitly support legacy amino scenarios (queriers, REST). It is the type that should be used explicitly for these legacy scenarios. Eventually, even
JSONMarshaler
will need to require proto (see #6982). But for the cases we still really need amino we can use*codec.Codec
. But let's give it a clear name, I propose*codec.LegacyAmino
.While we're doing this we should rename appropriate fields, specifically
client.Context.Codec
andsimapp.Codec()
should become*****.LegacyAmino
.The text was updated successfully, but these errors were encountered: