Skip to content

Commit

Permalink
Merge pull request #1087 from Concordium/bump-6.2.2
Browse files Browse the repository at this point in the history
Bump version to 6.2.2 for release.
  • Loading branch information
abizjak authored Nov 20, 2023
2 parents 0e1dda9 + 784f985 commit 0367bc6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## Unreleased changes
- If an account does not have any non-finalized transactions, then the transaction table is no longer used for tracking next available account nonce.

## 6.2.2

- The transaction table is only used for tracking next available account nonce
for accounts that have non-finalized transactions. This reduces memory usage
and startup time.

- Add options `CONCORDIUM_NODE_VALIDATOR_CREDENTIALS_FILE` and
`CONCORDIUM_NODE_VALIDATOR_DECRYPT_CREDENTIALS` that alias
Expand Down
2 changes: 1 addition & 1 deletion concordium-node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion concordium-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium_node"
version = "6.2.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
version = "6.2.2" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
description = "Concordium Node"
authors = ["Concordium <[email protected]>"]
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]
Expand Down

0 comments on commit 0367bc6

Please sign in to comment.