Skip to content

Commit

Permalink
Merge branch 'main' into fix/query-params-pool-module
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Dec 14, 2023
2 parents edbcf85 + 9ebfdbb commit 8a1e0cc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ An '!' indicates a state machine breaking change.

## [Unreleased]

## [v1.4.0](https://github.com/KYVENetwork/chain/releases/tag/v1.4.0) - 2023-11-17

### Features

- ! (`x/funders`) [#141](https://github.com/KYVENetwork/chain/pull/141) Implementation of the new [funders concept](https://commonwealth.im/kyve/discussion/13420-enhancing-kyves-funders-concept).
- [#128](https://github.com/KYVENetwork/chain/pull/128) Add docker build.

### Improvements

Expand All @@ -27,8 +30,19 @@ An '!' indicates a state machine breaking change.

### Bug Fixes

- [#149](https://github.com/KYVENetwork/chain/pull/63) add bundles query version map to genesis import/export.
- [#149](https://github.com/KYVENetwork/chain/pull/63) Add bundles query version map to genesis import/export.
- (`x/delegation`) [#135](https://github.com/KYVENetwork/chain/pull/135) CLI: Use correct args amount for tx redelegate.

## [v1.3.2](https://github.com/KYVENetwork/chain/releases/tag/v1.3.2) - 2023-11-16

### Improvements

- (deps) [#138](https://github.com/KYVENetwork/chain/pull/138) Bump ledger dependency to fix ledger build on latest macOS devices.

### Bug Fixes

- (`x/delegation`) [#136](https://github.com/KYVENetwork/chain/pull/136) CLI: Use correct args amount for tx redelegate.
- (`x/bundles`) [#149](https://github.com/KYVENetwork/chain/pull/149) Add bundles query version map to genesis import/export.

## [v1.3.1](https://github.com/KYVENetwork/chain/releases/tag/v1.3.1) - 2023-08-02

Expand Down Expand Up @@ -62,7 +76,7 @@ An '!' indicates a state machine breaking change.
### API Breaking

- (`x/query`) [#87](https://github.com/KYVENetwork/chain/pull/87) Correctly return pools that an account has funded.
- (`x/stakers`) [#46](https://github.com/KYVENetwork/chain/pull/46) Emit an [event](https://github.com/KYVENetwork/chain/blob/v1.3.0/x/stakers/spec/05_events.md#eventclaimcommissionrewards) when claiming protocol validator commission rewards.
- (`x/stakers`) [#46](https://github.com/KYVENetwork/chain/pull/46) Emit an [event](https://github.com/KYVENetwork/chain/blob/release/v1.4.x/x/stakers/spec/05_events.md#eventclaimcommissionrewards) when claiming protocol validator commission rewards.
- (`x/bundles`) [#104](https://github.com/KYVENetwork/chain/pull/104) Improve schema for finalized bundles query.

## [v1.2.3](https://github.com/KYVENetwork/chain/releases/tag/v1.2.3) - 2023-07-15
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
| Version | Supported |
|---------|--------------------|
| main | :white_check_mark: |
| v1.2.x | :white_check_mark: |
| < v1.2 | :x: |
| v1.4.x | :white_check_mark: |
| < v1.4 | :x: |

## Reporting a Vulnerability

Expand Down

0 comments on commit 8a1e0cc

Please sign in to comment.