From c5999f8a30b9efe9511a6fb98f7a8589077a3262 Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:30:57 +0000 Subject: [PATCH 1/3] Update CHANGELOG for v1.7.10 release --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de91342856..d18e14c39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ See [RELEASE](./RELEASE.md) for workflow instructions. +## v1.7.10 + +### Upgrade information + +The previous release (v1.7.9) contained a bug where if used on other networks than mainnet hare consensus would not be +compatible to other versions. Mainnet was not affected by this bug and this release fixes the issue. + +### Improvements + +* [#6552](https://github.com/spacemeshos/go-spacemesh/pull/6552) The ATX with the greatest height can now be fetched + via the v2alpha1 API. + +* [#6558](https://github.com/spacemeshos/go-spacemesh/pull/6558) Reduce the number of needed DB queries in syncv2. + +* [#6559](https://github.com/spacemeshos/go-spacemesh/pull/6559) Further reduce the number of needed DB queries in + syncv2. + +* [#6579](https://github.com/spacemeshos/go-spacemesh/pull/6579) Fix a bug where Hare Committee size was not correctly + set for non-mainnet networks. + +* [#6575](https://github.com/spacemeshos/go-spacemesh/pull/6575) Removal of a possible deadlock in query cache. + ## v1.7.9 ### Upgrade information From 7ec7a48efa2ad8a1de718f5177b8cc663825dbb8 Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:05:10 +0000 Subject: [PATCH 2/3] Update CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d18e14c39d..67ce211c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ See [RELEASE](./RELEASE.md) for workflow instructions. ### Upgrade information -The previous release (v1.7.9) contained a bug where if used on other networks than mainnet hare consensus would not be -compatible to other versions. Mainnet was not affected by this bug and this release fixes the issue. +The previous release (v1.7.9) contained a bug where, if used on other networks than mainnet, hare consensus would not +be compatible to other versions. Mainnet was not affected by this bug and this release fixes the issue. ### Improvements From 687182175e5bbd8acbcf810cb37aeccfc61819b2 Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:11:38 +0000 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ce211c4d..ed7d7ec53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ be compatible to other versions. Mainnet was not affected by this bug and this r * [#6575](https://github.com/spacemeshos/go-spacemesh/pull/6575) Removal of a possible deadlock in query cache. +* [#6576](https://github.com/spacemeshos/go-spacemesh/pull/6576) More reductions in the number of DB queries in syncv2. + ## v1.7.9 ### Upgrade information