From 380df54c952597c40fc8778bb41f53d992ed28d4 Mon Sep 17 00:00:00 2001 From: Thomas Dinsdale-Young Date: Mon, 17 Jun 2024 17:53:29 +0200 Subject: [PATCH] Bump version to 6.3.1 --- CHANGELOG.md | 6 ++++++ concordium-node/Cargo.lock | 2 +- concordium-node/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db73654f95..affaf06b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased changes +## 6.3.1 + +- Fix a bug where a node may fail to produce a timeout certificate due to + incorrectly computing the total weight of finalizers that have signed + timeout messages. + ## 6.3.0 - Fix a bug where `GetBlockPendingUpdates` fails to report pending updates to the finalization diff --git a/concordium-node/Cargo.lock b/concordium-node/Cargo.lock index 230308bc55..5185b72c91 100644 --- a/concordium-node/Cargo.lock +++ b/concordium-node/Cargo.lock @@ -784,7 +784,7 @@ dependencies = [ [[package]] name = "concordium_node" -version = "6.3.0" +version = "6.3.1" dependencies = [ "anyhow", "app_dirs2", diff --git a/concordium-node/Cargo.toml b/concordium-node/Cargo.toml index e5c7dbc977..288773cd45 100644 --- a/concordium-node/Cargo.toml +++ b/concordium-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium_node" -version = "6.3.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' +version = "6.3.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' description = "Concordium Node" authors = ["Concordium "] exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]