Skip to content

Commit 8340fc9

Browse files
authored
Merge pull request #1357 from Concordium/release-8.1.0
Bump version to 8.1.0.
2 parents 1f527e4 + 1bf2ade commit 8340fc9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## Unreleased changes
44

5+
## 8.1.0
6+
57
- Replace `BufferedRef` with `HashedBufferedRef` in `PoolRewards`
68
`bakerPoolRewardDetails::LFMBTree` field to cache computed hashes.
79
- Improvements to the loading of modules. This particularly improves the performance of

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 = "8.0.3" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
3+
version = "8.1.0" # 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)