Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Likhita Polavarapu <[email protected]>
  • Loading branch information
julienrbrt and likhita-809 authored Nov 2, 2023
1 parent 30b79e4 commit 6a6e3c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cosmos SDK v0.50 is a major release that includes a number of significant new fe

* **ABCI 2.0 Integration:** Cosmos SDK v0.50 upgrades to CometBFT v0.38 and fully implements ABCI 2.0.
* **Optimistic Execution:** Cosmos SDK v0.50 introduces Optimistic Execution, which allows transactions to be executed and committed without waiting for confirmation from all validators. This can significantly improve the performance of chains with a high volume of transactions.
* **Modular SDK modules:** Cosmos SDK v0.50 starts to extract core modules away from the SDK. These are separately versionned and follow their own release cadence.
* **Modular SDK modules:** Cosmos SDK v0.50 starts to extract core modules away from the SDK. These are separately versioned and follow their own release cadence.
* **IAVL v1:** Cosmos SDK v0.50 upgrades the IAVL Merkle tree implementation to v1, which provides a number of performance and security improvements.
* **AutoCLI:** Cosmos SDK v0.50 introduces AutoCLI, a library that makes it easier to create CLI commands for SDK applications.
* **Sign Mode Textual:** Cosmos SDK v0.50 introduces a new sign mode that for hardware devices, as replacement of Amino JSON.
Expand All @@ -30,7 +30,7 @@ Optimic Execution leverages ABCI 2.0, and is disabled by default. To enable it a

### SDK modules

Cosmos SDK v0.50 starts to extract core modules away from the SDK. These are separately versionned and follow their own release cadence.
Cosmos SDK v0.50 starts to extract core modules away from the SDK. These are separately versioned and follow their own release cadence.

It starts with `x/evidence`, `x/feegrant`, `x/nft`, and `x/upgrade`,

Expand All @@ -51,7 +51,7 @@ Read more about it in the [IAVL repo](https://github.com/cosmos/iavl/releases/ta

Cosmos SDK v0.50 introduces AutoCLI, a library that makes it easier to create CLI commands for SDK applications.
Forget the boilerplate that was required to create CLI commands for SDK applications. AutoCLI will generate CLI commands for you.
Readm more about it in the [AutoCLI docs](https://docs.cosmos.network/v0.50/learn/advanced/autocli)
Read more about it in the [AutoCLI docs](https://docs.cosmos.network/v0.50/learn/advanced/autocli)

### Sign Mode Textual

Expand Down

0 comments on commit 6a6e3c4

Please sign in to comment.