Skip to content

Commit 380df54

Browse files
committed
Bump version to 6.3.1
1 parent 7ae8ef0 commit 380df54

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased changes
44

5+
## 6.3.1
6+
7+
- Fix a bug where a node may fail to produce a timeout certificate due to
8+
incorrectly computing the total weight of finalizers that have signed
9+
timeout messages.
10+
511
## 6.3.0
612

713
- Fix a bug where `GetBlockPendingUpdates` fails to report pending updates to the finalization

concordium-node/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

concordium-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concordium_node"
3-
version = "6.3.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
3+
version = "6.3.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
44
description = "Concordium Node"
55
authors = ["Concordium <[email protected]>"]
66
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]

0 commit comments

Comments
 (0)