From 6e7f9e22af033889bf6a75159ea1208812e9a5da Mon Sep 17 00:00:00 2001 From: Cory Levinson Date: Thu, 28 Oct 2021 20:05:48 -0700 Subject: [PATCH 1/3] add submodule versions to root go.mod for v2.0.0 --- go.mod | 8 ++++---- go.sum | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index bf16919b64..3bcce009bf 100644 --- a/go.mod +++ b/go.mod @@ -7,10 +7,10 @@ require ( github.com/cosmos/ibc-go v1.0.1 github.com/gorilla/mux v1.8.0 github.com/rakyll/statik v0.1.7 - github.com/regen-network/regen-ledger/types v0.0.0-00010101000000-000000000000 + github.com/regen-network/regen-ledger/types v1.0.0 github.com/regen-network/regen-ledger/x/data v0.0.0-20210602121340-fa967f821a6e - github.com/regen-network/regen-ledger/x/ecocredit v0.0.0-20210602121340-fa967f821a6e - github.com/regen-network/regen-ledger/x/group v0.0.0-00010101000000-000000000000 + github.com/regen-network/regen-ledger/x/ecocredit v1.0.0 + github.com/regen-network/regen-ledger/x/group v1.0.0-beta1 github.com/rs/zerolog v1.23.0 github.com/spf13/cast v1.3.1 github.com/spf13/cobra v1.2.1 @@ -105,7 +105,7 @@ require ( github.com/prometheus/procfs v0.6.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect github.com/regen-network/cosmos-proto v0.3.1 // indirect - github.com/regen-network/regen-ledger/orm v0.0.0-00010101000000-000000000000 // indirect + github.com/regen-network/regen-ledger/orm v1.0.0-beta1 // indirect github.com/rs/cors v1.7.0 // indirect github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect diff --git a/go.sum b/go.sum index 2ec665622c..93324df1c6 100644 --- a/go.sum +++ b/go.sum @@ -901,6 +901,14 @@ github.com/regen-network/cosmos-sdk v0.44.2-regen-1 h1:Sm7rU4rMwLpEpgrQkF/4w/V/y github.com/regen-network/cosmos-sdk v0.44.2-regen-1/go.mod h1:fwQJdw+aECatpTvQTo1tSfHEsxACdZYU80QCZUPnHr4= github.com/regen-network/protobuf v1.3.2-alpha.regen.4 h1:c9jEnU+xm6vqyrQe3M94UFWqiXxRIKKnqBOh2EACmBE= github.com/regen-network/protobuf v1.3.2-alpha.regen.4/go.mod h1:/J8/bR1T/NXyIdQDLUaq15LjNE83nRzkyrLAMcPewig= +github.com/regen-network/regen-ledger/orm v1.0.0-beta1 h1:io3MMmqpIy3YCdkGmcsP+xAaq3JZi1/OAWk3ut+Th9s= +github.com/regen-network/regen-ledger/orm v1.0.0-beta1/go.mod h1:iWlJmID0OfhKaIOoSsr35+gevY7h9OgpfemKNlLu7YU= +github.com/regen-network/regen-ledger/types v1.0.0 h1:qb6NFP+nX7QOB2W4G9tSmnvriOqVUabESLzVeBeH5vQ= +github.com/regen-network/regen-ledger/types v1.0.0/go.mod h1:wNKjSIFVRZN5pk4HwKmvcrXxNe93xFEjVaqiGXab9Bk= +github.com/regen-network/regen-ledger/x/ecocredit v1.0.0 h1:8fFw7l7QcfqIWmXf1SPhfoBB05SSyDiGgnRfsKC/qQ4= +github.com/regen-network/regen-ledger/x/ecocredit v1.0.0/go.mod h1:5/0FxUpjsI7iwnNGaEPyM4sgzpyhDRVpt5t23sw2rdM= +github.com/regen-network/regen-ledger/x/group v1.0.0-beta1 h1:VgkhHH7KA7TjH5pf7lwYLjgmyLgriKjJeg3+BGwrjgI= +github.com/regen-network/regen-ledger/x/group v1.0.0-beta1/go.mod h1:0tVz1HanrGDmt0L6L0egBE/kFRNEAy8RFsCVreIrSbo= github.com/rjeczalik/notify v0.9.1/go.mod h1:rKwnCoCGeuQnwBtTSPL9Dad03Vh2n40ePRrjvIXnJho= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= From 55cea6362f5f07325ada0b4b6bfabc4915935324 Mon Sep 17 00:00:00 2001 From: Cory Levinson Date: Thu, 28 Oct 2021 20:21:50 -0700 Subject: [PATCH 2/3] consolidate changelog for v2.0.0 --- CHANGELOG.md | 91 +++++++++++++--------------------------------------- 1 file changed, 23 insertions(+), 68 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fca059f7e5..81965092fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,73 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v2.0.0-rc4](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-rc4) - 2021-10-26 - -### General - -#### Fixed - -* [#591](https://github.com/regen-network/regen-ledger/pull/591) Set credit class fee in upgrade handler -* [#592](https://github.com/regen-network/regen-ledger/pull/592) Fix `undefined` error message when creating a credit class - -## [v2.0.0-rc3](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-rc3) - 2021-10-19 - -### General - -#### Changed - -* [#587](https://github.com/regen-network/regen-ledger/pull/587) Update Go to v1.17. - -## [v2.0.0-rc2](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-rc2) - 2021-10-18 - -### General - -#### Added - -* [#538](https://github.com/regen-network/regen-ledger/pull/538) Add script for starting a local test node - -#### Changed - -* [#580](https://github.com/regen-network/regen-ledger/pull/580) Update SDK fork to v0.44.2-regen-1 - -### ORM Package - -#### Fixed - -* (orm) [#525](https://github.com/regen-network/regen-ledger/pull/525) Fix IndexKeyCodec prefixing issue. - -## [v2.0.0-rc1](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-rc1) - 2021-09-30 - -### General - -#### Changed - -* [#558](https://github.com/regen-network/regen-ledger/pull/558) Update SDK fork to v0.44.0-regen-2 - -### `x/ecocredit` - -#### Added - -* [#539](https://github.com/regen-network/regen-ledger/pull/539) Add methods for updating a credit class -* [#555](https://github.com/regen-network/regen-ledger/pull/555) Add ecocredit params query - - -#### Changed - -* [#500](https://github.com/regen-network/regen-ledger/pull/500) Rename credit class designer to admin -* [#540](https://github.com/regen-network/regen-ledger/pull/540) Add max-metadata check for credit class and credit batch -* [#526](https://github.com/regen-network/regen-ledger/pull/526) Add gas per-loop-iteration in ecocredit messages -* [#554](https://github.com/regen-network/regen-ledger/pull/554) Add ValidateDenom for MsgSend, MsgRetire and MsgCancel - - -### ORM Package - -#### Fixed - - -* [#518](https://github.com/regen-network/regen-ledger/pull/518) Fix bytes key field to have a max length - -## [v2.0.0-beta1](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0-beta1) - 2021-08-19 +## [v2.0.0](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0) - 2021-10-28 ### General @@ -83,12 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Add support for on-chain creation of Permanent Locked Accounts ([regen-network/cosmos-sdk#42](http://github.com/regen-network/cosmos-sdk/pull/42)) * [#349](https://github.com/regen-network/regen-ledger/pull/349) Add x/feegrant & x/authz from Cosmos SDK v0.43 +* [#538](https://github.com/regen-network/regen-ledger/pull/538) Add script for starting a local test node #### Changed * [#422](https://github.com/regen-network/regen-ledger/pull/422) remove `Request` suffix in Msgs * [#322](https://github.com/regen-network/regen-ledger/pull/322) Split regen ledger into multiple go modules -* [#482](https://github.com/regen-network/regen-ledger/pull/482) Upgrade Cosmos SDK to v0.43.0 +* [#580](https://github.com/regen-network/regen-ledger/pull/580) Update SDK fork to v0.44.2-regen-1 +* [#587](https://github.com/regen-network/regen-ledger/pull/587) Update Go to v1.17. + #### Fixed @@ -103,6 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#425](https://github.com/regen-network/regen-ledger/pull/425) add params for an allowlist of permissioned credit designers * [#451](https://github.com/regen-network/regen-ledger/pull/451) add queries to list classes and batches with a class * [#183](https://github.com/regen-network/regen-ledger/pull/183) add grpc-gateway support for query routes +* [#539](https://github.com/regen-network/regen-ledger/pull/539) Add methods for updating a credit class +* [#555](https://github.com/regen-network/regen-ledger/pull/555) Add ecocredit params query #### Changed @@ -114,6 +53,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#394](https://github.com/regen-network/regen-ledger/pull/394) add project location as field in credit batches * [#435](https://github.com/regen-network/regen-ledger/pull/435) use dec wrapper for decimal operations * [#424](https://github.com/regen-network/regen-ledger/pull/424) add credit types to credit class +* [#500](https://github.com/regen-network/regen-ledger/pull/500) Rename credit class designer to admin +* [#540](https://github.com/regen-network/regen-ledger/pull/540) Add max-metadata check for credit class and credit batch +* [#526](https://github.com/regen-network/regen-ledger/pull/526) Add gas per-loop-iteration in ecocredit messages +* [#554](https://github.com/regen-network/regen-ledger/pull/554) Add ValidateDenom for MsgSend, MsgRetire and MsgCancel + +#### Fixed + +* [#591](https://github.com/regen-network/regen-ledger/pull/591) Set credit class fee in upgrade handler +* [#592](https://github.com/regen-network/regen-ledger/pull/592) Fix `undefined` error message when creating a credit class ### `x/group` @@ -123,6 +71,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#333](https://github.com/regen-network/regen-ledger/pull/333) try to execute group proposal on submission or on new vote * [#183](https://github.com/regen-network/regen-ledger/pull/183) add grpc-gateway support for query routes +### ORM Package + +#### Fixed + +* [#518](https://github.com/regen-network/regen-ledger/pull/518) Fix bytes key field to have a max length +* [#525](https://github.com/regen-network/regen-ledger/pull/525) Fix IndexKeyCodec prefixing issue. + ## [1.0.0] - 2021-04-13 This release is the version of regen-ledger that will be used for the mainnet launch of Regen Network's blockchain (chain-id: `regen-1`). From cf9c9e0c06e00e13d589950ad848c5716bb13127 Mon Sep 17 00:00:00 2001 From: Cory Date: Fri, 29 Oct 2021 10:36:22 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81965092fe..d795e2035d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [v2.0.0](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0) - 2021-10-28 +## [v2.0.0](https://github.com/regen-network/regen-ledger/releases/tag/v2.0.0) - 2021-10-29 ### General