Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(x/ecocredit)!: migrate add-allow-denom proposal to msg based proposal #1342

Merged
merged 17 commits into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove stringer option
  • Loading branch information
ryanchristo committed Aug 12, 2022
commit a636b469eefcac1014c97ae06c5fc4bbf5c752ad
41 changes: 20 additions & 21 deletions api/regen/ecocredit/marketplace/v1/types.pulsar.go

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

1 change: 0 additions & 1 deletion proto/regen/ecocredit/marketplace/v1/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketpla
// Deprecated (Since Revision 1): This message is no longer used and will be removed
// in the next version. See MsgAddAllowedDenom.
message AllowDenomProposal {
option (gogoproto.goproto_stringer) = false;

// title is the title of the proposal.
string title = 1;
Expand Down
41 changes: 21 additions & 20 deletions x/ecocredit/marketplace/types.pb.go

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