Skip to content

Commit

Permalink
feat(logic): add v2 protobuf types for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Mar 22, 2023
1 parent 87173ee commit e00048a
Show file tree
Hide file tree
Showing 7 changed files with 3,761 additions and 0 deletions.
322 changes: 322 additions & 0 deletions x/logic/migrations/v2/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions x/logic/migrations/v2/types/params.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package types

// String implements the Stringer interface.
func (p *Params) String() string {
return p.Interpreter.String() + "\n" +
p.Limits.String()
}
Loading

0 comments on commit e00048a

Please sign in to comment.