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-credit-type proposal to msg based proposal #1337

Merged
merged 25 commits into from
Aug 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
abf6226
feat: add proto msg & server impl
aleem1314 Aug 4, 2022
cb31c27
chore: remove legacy handler
aleem1314 Aug 4, 2022
d05c531
wip: add unit tests
aleem1314 Aug 4, 2022
8f0cb7e
chore: review changes
aleem1314 Aug 5, 2022
3b1b1d4
wip
aleem1314 Aug 8, 2022
2c8f180
feat: add integration tests
aleem1314 Aug 10, 2022
b862af2
Merge branch 'master' into aleem/credit-type-migration
aleem1314 Aug 10, 2022
748e787
chore: run go mod tidy
aleem1314 Aug 10, 2022
ebb30c5
chore: make proto-gen
aleem1314 Aug 10, 2022
49cde68
chore: add changelog
aleem1314 Aug 10, 2022
e2acde3
chore: remove todo
aleem1314 Aug 10, 2022
22d12c9
Merge branch 'master' into aleem/credit-type-migration
aleem1314 Aug 10, 2022
bcd2574
Merge branch 'master' into aleem/credit-type-migration
aleem1314 Aug 10, 2022
8f8c4b7
chore: make tidy
aleem1314 Aug 10, 2022
7868b25
Update x/ecocredit/core/features/msg_add_credit_type.feature
aleem1314 Aug 11, 2022
c8253c2
Update proto/regen/ecocredit/v1/tx.proto
aleem1314 Aug 11, 2022
5fbc0e7
Update proto/regen/ecocredit/v1/tx.proto
aleem1314 Aug 11, 2022
fddd366
Update proto/regen/ecocredit/v1/tx.proto
aleem1314 Aug 11, 2022
3b39da2
Update x/ecocredit/core/features/msg_add_credit_type.feature
aleem1314 Aug 11, 2022
2400513
Update x/ecocredit/server/core/features/msg_add_credit_type.feature
aleem1314 Aug 11, 2022
31fa6db
chore: update feature file
aleem1314 Aug 11, 2022
8c86657
Merge branch 'aleem/credit-type-migration' into aleem/credit-type-mi…
aleem1314 Aug 11, 2022
e0abaa8
chore: review changes
aleem1314 Aug 11, 2022
5b1fa0a
Merge branch 'master' into aleem/credit-type-migration
aleem1314 Aug 11, 2022
2abbbf1
Merge branch 'master' into aleem/credit-type-migration
ryanchristo Aug 11, 2022
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#1258](https://github.com/regen-network/regen-ledger/pull/1258) Remove group module from experimental config

### x/ecocredit

#### API Breaking Changes

- [#1337](https://github.com/regen-network/regen-ledger/pull/1337) The `NewKeeper` method in `ecocredit/core` requires a `authority` address.
- [#1337](https://github.com/regen-network/regen-ledger/pull/1337) Removed `AddCreditType` proposal handler.

#### Added

- [#1337](https://github.com/regen-network/regen-ledger/pull/1337) `AddCreditType` is added for msg-based gov proposal.

### x/group

#### Removed
Expand Down
Loading