From 02612f9bc3a279fa8f61da96cf939e2f061af14c Mon Sep 17 00:00:00 2001 From: KonradStaniec Date: Tue, 28 Jan 2025 12:50:20 +0100 Subject: [PATCH] backport changelog update (#454) --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4316433c..ae68acfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) This PR contains a series of PRs on multi-staking support and BTC stakingintegration. - [#391](https://github.com/babylonlabs-io/babylon/pull/391) Fix e2e `TestBTCRewardsDistribution` flunky check of rewards + +### Bug fixes + +- [#443](https://github.com/babylonlabs-io/babylon/pull/443) Fix swagger generation for incentive missing +`v1` in path +- [#445](https://github.com/babylonlabs-io/babylon/pull/445) Reject BTC headers +forks starting with already known header + +## v1.0.0-rc4 + +### Improvements + - [#419](https://github.com/babylonlabs-io/babylon/pull/419) Add new modules to swagger config - [#429](https://github.com/babylonlabs-io/babylon/pull/429) chore: remove cosmos/relayer dependency @@ -53,13 +65,9 @@ check of rewards - [#404](https://github.com/babylonlabs-io/babylon/pull/404) Improve adaptor signature nonce generation to match reference implementation - [#413](https://github.com/babylonlabs-io/babylon/pull/413) Fix adaptor -signature R verification` +signature R verification - [#441](https://github.com/babylonlabs-io/babylon/pull/441) Fix fuzzing test for `CreateBTCDelegationWithParamsFromBtcHeight` -- [#443](https://github.com/babylonlabs-io/babylon/pull/443) Fix swagger generation for incentive missing -`v1` in path -- [#445](https://github.com/babylonlabs-io/babylon/pull/445) Reject BTC headers -forks starting with already known header ## v1.0.0-rc3