Skip to content

Commit

Permalink
feat(x/ecocredit): migrate basket params to orm (#1349)
Browse files Browse the repository at this point in the history
* feat: add proto messages

* wip

* wip: add tests

* chore: fix tests

* chore: fix tests

* chore: fix proto lint errors

* chore: fix failing test

* chore: update changelog

* Update proto/regen/ecocredit/basket/v1/state.proto

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update proto/regen/ecocredit/basket/v1/tx.proto

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update proto/regen/ecocredit/basket/v1/tx.proto

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/msg_create.go

Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>

* chore: review changes

* chore: fix failing tests

* Update x/ecocredit/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/msg_update_basket_fee_test.go

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* Update x/ecocredit/server/basket/features/msg_update_basket_fee.feature

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>

* chore: sort imports

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 19, 2022
1 parent b9ca66c commit dac49c0
Show file tree
Hide file tree
Showing 23 changed files with 2,921 additions and 207 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1337](https://github.com/regen-network/regen-ledger/pull/1342) `AddAllowedDenom` is added for msg-based gov proposal.
- [#1337](https://github.com/regen-network/regen-ledger/pull/1337) `AddCreditType` is added for msg-based gov proposal.
- [#1346](https://github.com/regen-network/regen-ledger/pull/1346) `RemoveAllowedDenom` is added for msg-based gov proposal.
- [#1349](https://github.com/regen-network/regen-ledger/pull/1349) `UpdateBasketFees` is added for msg-based gov proposal.

### x/group

Expand Down
42 changes: 42 additions & 0 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 dac49c0

Please sign in to comment.