Skip to content

Commit

Permalink
Upgrade sdk 0.50 in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor118 committed Aug 20, 2024
1 parent 84c6b3e commit 334c949
Show file tree
Hide file tree
Showing 12 changed files with 1,302 additions and 400 deletions.
241 changes: 151 additions & 90 deletions app/app.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/params/encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// This is provided for compatibility between protobuf and amino implementations.
type EncodingConfig struct {
InterfaceRegistry types.InterfaceRegistry
Marshaler codec.Codec
Codec codec.Codec
TxConfig client.TxConfig
Amino *codec.LegacyAmino
}
2 changes: 1 addition & 1 deletion app/params/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func MakeEncodingConfig() EncodingConfig {

return EncodingConfig{
InterfaceRegistry: interfaceRegistry,
Marshaler: marshaler,
Codec: marshaler,
TxConfig: txCfg,
Amino: amino,
}
Expand Down
Loading

0 comments on commit 334c949

Please sign in to comment.