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

chore: v2.0.0 Changelog consolidation & submodule version publishing #606

Merged
merged 3 commits into from
Oct 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
91 changes: 23 additions & 68 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-29

### General

Expand All @@ -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

Expand All @@ -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
Expand All @@ -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`

Expand All @@ -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`).
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down