Skip to content

Commit

Permalink
chore: update Changelog and Readme (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker authored May 14, 2024
1 parent d306dd2 commit 4d19e01
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,23 @@ An '!' indicates a state machine breaking change.

## [Unreleased]

### Features

- ! (`x/bundles`) [#184](https://github.com/KYVENetwork/chain/pull/184) Support multiple coins in bundles module.
- ! (`x/funders`) [#179](https://github.com/KYVENetwork/chain/pull/179) Support multiple coins for funding.
- ! (`x/bundles`) [#177](https://github.com/KYVENetwork/chain/pull/177) Add end-key to pool.
- ! (`x/bundles`) [#178](https://github.com/KYVENetwork/chain/pull/178) Tally bundle proposal on timeout.
- ! (`x/delegation`) [#176](https://github.com/KYVENetwork/chain/pull/176) Support multiple denoms for delegation rewards.
- ! (`x/bundles`) [#172](https://github.com/KYVENetwork/chain/pull/172) Storage-cost per storage-provider.
- ! (`x/bundles`) [#175](https://github.com/KYVENetwork/chain/pull/175) Tally bundle proposal on skip-uploader-role.

### Improvements

- [#182](https://github.com/KYVENetwork/chain/pull/182) Make release builds reproducible.
- ! [#183](https://github.com/KYVENetwork/chain/pull/183) Only charge coins which are whitelisted.
- ! (deps) [#174](https://github.com/KYVENetwork/chain/pull/174) Add mainnet KYVE image to interchain tests.
- ! (deps) [#171](https://github.com/KYVENetwork/chain/pull/171) Bump ibc version to v8.2.0 and remove unnecessary dev-dependency.
- ! (deps) [#169](https://github.com/KYVENetwork/chain/pull/169) Migrate to Cosmos-SDK v0.50
- (deps) [#161](https://github.com/KYVENetwork/chain/pull/161) Bump ibc packet forward middleware.

### Bug Fixes
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# The KYVE Network

###### v1.4.0
###### v1.5.0

The KYVE consensus layer is the backbone of the KYVE ecosystem. This layer is a
sovereign Delegated Proof of Stake network built using the
[Cosmos SDK](https://github.com/cosmos/cosmos-sdk) and
[CometBFT (BFT Consensus)](https://github.com/cometbft/cometbft).

The main branch always contains the latest commits during development.
Check out the `/release/v1.x.x` branches for stable releases.

## Building from source

```shell
Expand Down

0 comments on commit 4d19e01

Please sign in to comment.