diff --git a/README.md b/README.md index f9f6bedc51e2..b20bc0f6a94b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,13 @@ breaking changes. **Note**: Requires [Go 1.15+](https://golang.org/dl/) +## Customized Cosmos-SDK containing state-breaking changes + +- [`x/staking`](https://github.com/cosmosquad-labs/cosmos-sdk/pull/2) fix: allow delegate only spendable coins +- [`x/gov`](https://github.com/cosmosquad-labs/cosmos-sdk/pull/4) feat: add additional voting powers hook on tally +- [`x/vesting`](https://github.com/cosmosquad-labs/cosmos-sdk/pull/1) feat: periodic vesting msg +- [`x/bank`](https://github.com/cosmosquad-labs/cosmos-sdk/pull/5) feat: Add dynamic blockedAddrs + ## Quick Start To learn how the SDK works from a high-level perspective, go to the [SDK Intro](./docs/intro/overview.md).