-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> * Update RELEASE_NOTES.md Co-authored-by: Tyler <[email protected]>
- Loading branch information
1 parent
6d17f39
commit 45dfba4
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Regen Ledger v2.0.0 | ||
|
||
Regen Ledger v2.0.0 includes an upgrade to Cosmos SDK v0.44 and the addition of three new modules: the authz module, the feegrant module, and the ecocredit module. | ||
|
||
### Cosmos SDK | ||
|
||
For more information about Cosmos SDK v0.43 and Cosmos SDK v0.44, see the release notes: | ||
|
||
- [Cosmos SDK v0.43.0 Release Notes](https://github.com/cosmos/cosmos-sdk/blob/release/v0.43.x/RELEASE_NOTES.md) | ||
- [Cosmos SDK v0.44.0 Release Notes](https://github.com/cosmos/cosmos-sdk/blob/release/v0.44.x/RELEASE_NOTES.md) | ||
|
||
### Authz Module | ||
|
||
The authz module enables a granter to grant an authorization to a grantee that allows the grantee to execute a message on behalf of the granter. For more information about the authz module, see the [Authz Module Specification](https://docs.cosmos.network/master/modules/authz/). | ||
|
||
### Feegrant Module | ||
|
||
The feegrant module enables the ability for a granter to grant an allowance to a grantee where the allowance is used to cover fees for sending transactions. For more information about the feegrant module, see the [Feegrant Module Specification](https://docs.cosmos.network/master/modules/feegrant/). | ||
|
||
### Permanent Locked Accounts | ||
|
||
Regen Ledger v2.0 supports the on-chain creation of permanent locked accounts through the `MsgCreatePermanetLockedAccount` message. These special types of accounts are intended to be used by Regen Foundation for seeding Community Staking DAOs, wherein the initial REGEN funds distributed to these accounts must be permanently locked and only usable for governance and staking. For more information see [regen-ledger#188](https://github.com/regen-network/regen-ledger/issues/188) | ||
|
||
### Ecocredit Module | ||
|
||
The ecocredit module enables the ability to manage classes of ecosystem service credits and to mint credits through a batch issuance process. For more information about the ecocredit module, see the [Ecocredit Module Specification](https://docs.regen.network/modules/ecocredit/). | ||
|
||
## Changelog | ||
|
||
For a full list of changes since regen-ledger v1.0.0, please see the [CHANGELOG.md](./CHANGELOG.md) |