Skip to content

Commit

Permalink
Merge pull request #1077 from Concordium/release/6.2.1
Browse files Browse the repository at this point in the history
Bump version for 6.2.1 stagenet release.
  • Loading branch information
abizjak authored Nov 14, 2023
2 parents 613a5ab + 86a028d commit ed07057
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## Unreleased changes

## 6.2.1

- The account map is now kept solely on disk in a separate lmdb database and it is no longer part of the internal block state database.
This change results in less memory usage per account and a decrease in the growth of the database.

- Remove V1 GRPC API from the node. This removes configuration options
`CONCORDIUM_NODE_RPC_SERVER_PORT`, `CONCORDIUM_NODE_RPC_SERVER_ADDRESS`,
`CONCORDIUM_NODE_RPC_SERVER_TOKEN`, `CONCORDIUM_NODE_DISABLE_RPC_SERVER_NODE_ENDPOINTS`
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.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
version = "6.2.1" # 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 ed07057

Please sign in to comment.