Skip to content

Commit

Permalink
refactor(x/ecocredit): rename class creator allowlist messages (#1463)
Browse files Browse the repository at this point in the history
* refactor(x/ecocredit): rename class creator allowlist messages

* fix integration test

* fix test and update changelog
  • Loading branch information
ryanchristo authored Sep 2, 2022
1 parent 6d96e5f commit c39d0f4
Show file tree
Hide file tree
Showing 39 changed files with 3,658 additions and 3,651 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1354](https://github.com/regen-network/regen-ledger/pull/1354) Add `AddClassCreator` msg-based gov proposal
- [#1354](https://github.com/regen-network/regen-ledger/pull/1354) Add `RemoveClassCreator` msg-based gov proposal
- [#1354](https://github.com/regen-network/regen-ledger/pull/1354) Add `ToggleCreditClassAllowlist` msg-based gov proposal
- [#1463](https://github.com/regen-network/regen-ledger/pull/1354) Renamed to `SetClassCreatorAllowlist`
- [#1354](https://github.com/regen-network/regen-ledger/pull/1354) Add `UpdateClassFees` msg-based gov proposal
- [#1391](https://github.com/regen-network/regen-ledger/pull/1391) Add `BasketFees` params query
- [#1412](https://github.com/regen-network/regen-ledger/pull/1412) Add `EventRemoveAllowedDenom`
- [#1416](https://github.com/regen-network/regen-ledger/pull/1416) Add `QueryAllBalances` query
- [#1417](https://github.com/regen-network/regen-ledger/pull/1417) Add ecocredit params state migration
- [#1423](https://github.com/regen-network/regen-ledger/pull/1423) Add `CreditClassAllowlistEnabled` params query
- [#1463](https://github.com/regen-network/regen-ledger/pull/1354) Renamed to `ClassCreatorAllowlist`
- [#1423](https://github.com/regen-network/regen-ledger/pull/1423) Add `AllowedClassCreators` params query
- [#1423](https://github.com/regen-network/regen-ledger/pull/1423) Add `CreditClassFees` params query
- [#1423](https://github.com/regen-network/regen-ledger/pull/1423) Add `CreditClassAllowlistEnabled` params query
Expand Down
2,368 changes: 1,182 additions & 1,186 deletions api/regen/ecocredit/v1/query.pulsar.go

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions api/regen/ecocredit/v1/query_grpc.pb.go

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

106 changes: 53 additions & 53 deletions api/regen/ecocredit/v1/state.cosmos_orm.go

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

Loading

0 comments on commit c39d0f4

Please sign in to comment.