Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update swagger-gen to include ibc-go swagger docs (backport #666) (
#685) * fix: update swagger-gen to include ibc-go swagger docs (#666) * chore: Changelog + Release Notes for v2.0.0-rc1 (#565) * chore: update changelog & add release notes * Apply suggestions from code review Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> * Update RELEASE_NOTES.md Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> * chore: changelog update and merging master (#581) * feat: add simulations for update credit class messages (#559) * feat: add weighted operations for update credit class msgs * chore: fix typo * chore: address review changes * feat(tests): add `x/ecocredit` gRPC REST tests (#544) * feat: WIP add grpc rest tests * wip * WIP adding tests * add query tests * fix failing test * Update x/ecocredit/client/testsuite/grpc.go Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * Update x/ecocredit/client/testsuite/grpc.go Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * Update x/ecocredit/client/testsuite/grpc.go Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * update query batches endpoint * Update x/ecocredit/client/testsuite/grpc.go * run make proto-swagger-gen * chore: fix errors * fix failing tests Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> * feat: Script for starting a local Regen test node, based on the tutorial (#538) * added script to create a test node based on the tutorial instructions * Apply suggestions from code review I'm going to make one more change after this commit. Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * run the uname command once and assign to variable * using bash shell rather than sh Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * docs: ecocredit client spec (#557) * docs: ecocredit client spec * add update commands * address review comment * Update x/ecocredit/spec/05_client.md Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * fix: ORM IndexKeyCodec (#475) (#525) * WIP Max255DynamicLengthIndexKeyCodec * Add PrefixSearchableKey and get all tests working * WIP changes to IndexKeyCodec * wip on key codec * Fix some tests * Fix remaining tests * Rm uint64_index * Clean up and add more tests * Update x/group and x/ecocredit * Verify index key type * Address some review comments * Fix docs * Add docs about NewIndex Co-authored-by: blushi <marie.gauthier63@gmail.com> Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> * docs: update regen test networks (#561) * docs: update regen test networks * docs: update regen test networks * Update docs/getting-started/running-a-validator.md Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> * fix link * minor revisions * Update docs/getting-started/live-networks.md Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * fix link Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * chore: update cosmos sdk dependency (#580) * chore: update cosmos sdk dependency * update cosmos-sdk dependency in all nested modules * v2.0.0-rc2 Changelog * Apply suggestions from code review Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com> Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: John Kemp <frumioj@users.noreply.github.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: Ru Horlick <ruperthorlick@gmail.com> Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> * chore: backport go 1.17 update (#587) * chore: bump go to v1.17 (#582) * changelog update - linting the v2.0.0-rc2 section * add changelog rc3 section * format changelog markdown * v2.0.0-rc4 changelog & master merge (#593) * feat: add simulations for update credit class messages (#559) * feat: add weighted operations for update credit class msgs * chore: fix typo * chore: address review changes * feat(tests): add `x/ecocredit` gRPC REST tests (#544) * feat: WIP add grpc rest tests * wip * WIP adding tests * add query tests * fix failing test * Update x/ecocredit/client/testsuite/grpc.go Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * Update x/ecocredit/client/testsuite/grpc.go Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * Update x/ecocredit/client/testsuite/grpc.go Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * update query batches endpoint * Update x/ecocredit/client/testsuite/grpc.go * run make proto-swagger-gen * chore: fix errors * fix failing tests Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> * feat: Script for starting a local Regen test node, based on the tutorial (#538) * added script to create a test node based on the tutorial instructions * Apply suggestions from code review I'm going to make one more change after this commit. Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * run the uname command once and assign to variable * using bash shell rather than sh Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * docs: ecocredit client spec (#557) * docs: ecocredit client spec * add update commands * address review comment * Update x/ecocredit/spec/05_client.md Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * fix: ORM IndexKeyCodec (#475) (#525) * WIP Max255DynamicLengthIndexKeyCodec * Add PrefixSearchableKey and get all tests working * WIP changes to IndexKeyCodec * wip on key codec * Fix some tests * Fix remaining tests * Rm uint64_index * Clean up and add more tests * Update x/group and x/ecocredit * Verify index key type * Address some review comments * Fix docs * Add docs about NewIndex Co-authored-by: blushi <marie.gauthier63@gmail.com> Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> * docs: update regen test networks (#561) * docs: update regen test networks * docs: update regen test networks * Update docs/getting-started/running-a-validator.md Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> * fix link * minor revisions * Update docs/getting-started/live-networks.md Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * fix link Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> * chore: update cosmos sdk dependency (#580) * chore: update cosmos sdk dependency * update cosmos-sdk dependency in all nested modules * chore: bump go to v1.17 (#582) * docs: ecocredit acceptance tests (#550) * docs: ecocredit acceptance tests * address review comments * fix: manually set credit class fee (#591) * fix: fix error msg (#592) * fix error msg * updated change log * fix account issue * fix test * update changelog * add test * fix test * Update CHANGELOG.md Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com> Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: John Kemp <frumioj@users.noreply.github.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: Ru Horlick <ruperthorlick@gmail.com> Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com> * fix: allow from flag to accept key-name (#599) (#601) * fix: allow from flag to accept key-name * bump: go version in github actions * fix: fix test (cherry picked from commit b4d3a2a) Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com> * update dependencies for ecocredit v1.0.0 * update dependencies for group v1.0.0-beta1 * chore: v2.0.0 Changelog consolidation & submodule version publishing (#606) * add submodule versions to root go.mod for v2.0.0 * consolidate changelog for v2.0.0 * Update CHANGELOG.md Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> * chore: update ibc-go to v2.0.0 (#652) (#658) (cherry picked from commit 78051dc) # Conflicts: # go.sum Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * fix: update go module for regen-ledger to v2 (backport #644) (#657) * fix: update go module for regen-ledger to v2 (#644) * fix: update go module for regen-ledger to v2 * go fmt Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> (cherry picked from commit 6c455ec) # Conflicts: # app/regen/cmd/testnet.go * fix conflicts Co-authored-by: Cory <cjlevinson@gmail.com> Co-authored-by: ryanchristo <12519942+ryanchristo@users.noreply.github.com> * fix: add ibc migration (#654) * fix: set v2.1.0 upgrade height, update changelog + release notes (#659) * update upgrade height for v2.1.0 * add changelog & release notes * Apply suggestions from code review Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> * feat: update swagger-gen to include ibc-go docs * update swagger docs * chore: merge master * chore: run go mod tidy Co-authored-by: Cory <cjlevinson@gmail.com> Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: John Kemp <frumioj@users.noreply.github.com> Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com> Co-authored-by: Ru Horlick <ruperthorlick@gmail.com> Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com> Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit 9050862) * chore(build): generate swagger docs Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com> Co-authored-by: aleem1314 <aleem@vitwit.com>
- Loading branch information