Skip to content

Commit

Permalink
refactor(x/ecocredit): update to single basket fee param (#1465)
Browse files Browse the repository at this point in the history
* refactor(x/ecocredit): update to single basket fee param

* refactor(x/ecocredit): update to single basket fee param

* refactor(x/ecocredit): update to single basket fee param

* refactor(x/ecocredit): update to single basket fee param

* refactor(x/ecocredit): update to single basket fee param

* cleanup and add coin to coin tests

* fix lint
  • Loading branch information
ryanchristo authored Sep 3, 2022
1 parent 2da88f6 commit 34a8615
Show file tree
Hide file tree
Showing 47 changed files with 1,671 additions and 1,847 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1337](https://github.com/regen-network/regen-ledger/pull/1337) Add `AddCreditType` msg-based gov proposal
- [#1346](https://github.com/regen-network/regen-ledger/pull/1346) Add `RemoveAllowedDenom` msg-based gov proposal
- [#1349](https://github.com/regen-network/regen-ledger/pull/1349) Add `UpdateBasketFees` msg-based gov proposal
- [#1465](https://github.com/regen-network/regen-ledger/pull/1465) Renamed to `UpdateBasketFee`
- [#1351](https://github.com/regen-network/regen-ledger/pull/1351) Add `signer` option to transaction messages
- [#1362](https://github.com/regen-network/regen-ledger/pull/1362) Add `BatchBalance` state validation checks
- [#1362](https://github.com/regen-network/regen-ledger/pull/1362) Add `BatchContract` state validation checks
Expand All @@ -87,14 +88,15 @@ 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`
- [#1463](https://github.com/regen-network/regen-ledger/pull/1463) 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
- [#1465](https://github.com/regen-network/regen-ledger/pull/1465) Renamed to `BasketFee`
- [#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`
- [#1463](https://github.com/regen-network/regen-ledger/pull/1463) 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
754 changes: 345 additions & 409 deletions api/regen/ecocredit/basket/v1/query.pulsar.go

Large diffs are not rendered by default.

34 changes: 18 additions & 16 deletions api/regen/ecocredit/basket/v1/query_grpc.pb.go

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

42 changes: 21 additions & 21 deletions api/regen/ecocredit/basket/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 34a8615

Please sign in to comment.