Skip to content

Commit

Permalink
Merge pull request #22 from crescent-network/docs-update-readme-chang…
Browse files Browse the repository at this point in the history
…elog-v1.0.0

docs: add changelog and update readme version
  • Loading branch information
crypin authored Apr 12, 2022
2 parents ecc8697 + 0f70b97 commit a7b391c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,23 @@ Ref: https://keepachangelog.com/en/1.0.0/
<!-- markdown-link-check-disable -->

# Changelog

## [Unreleased]

## [v1.0.0] - 2022-04-12

### Features

* (crescentd) feat: add `x/liquidity` module
* (crescentd) feat: add `x/liquidstaking` module
* (crescentd) feat: add `x/farming` module
* (crescentd) feat: add `x/mint`(constant inflation) module
* (crescentd) feat: add `x/claim` module
* (sdk) Crescent Core uses a customized Cosmos SDK [v1.0.2-sdk-0.44.5](https://github.com/crescent-network/cosmos-sdk/releases/v1.0.2-sdk-0.44.5). Please check the differences on [here](https://github.com/crescent-network/cosmos-sdk/compare/v0.44.5...v1.0.2-sdk-0.44.5).
* `x/staking` fix: allow delegate only spendable coins
* `x/gov` feat: add additional voting powers hook on tally (liquid governance)
* `x/vesting` feat: periodic vesting msg
* `x/bank` feat: Add dynamic blockedAddrs

[Unreleased]: https://github.com/crescent-network/crescent/compare/v1.0.0...HEAD
[v1.0.0]: https://github.com/crescent-network/crescent/releases/tag/v1.0.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ If you haven't already, install Go by following the [official docs](https://gola

**Step 2. Get Crescent Core source code**

Use `git` to retrieve Crescent Core from the [official repo](https://github.com/crescent-network/crescent/) and checkout the `main` branch. This branch contains the latest release, which will install the `crescentd` binary.
Use `git` to retrieve Crescent Core from the [official repo](https://github.com/crescent-network/crescent/) and checkout the `release/v1.0.x` branch. This branch contains the latest release, which will install the `crescentd` binary.

```bash
git clone https://github.com/crescent-network/crescent.git
cd crescent && git checkout main
cd crescent && git checkout release/v1.0.x
make install
```

Expand Down

0 comments on commit a7b391c

Please sign in to comment.