Skip to content

Commit 1f41245

Browse files
authored
Merge pull request #1610 from Concordium/rbac-devnet-release
Prepare RBAC release for devnet
2 parents 8fd0ab3 + b4e268e commit 1f41245

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
## Unreleased changes
44

5+
# 11.1.0 (Devnet)
6+
7+
- Support token operations in P11:
8+
- `assignAdminRoles` and `revokeAdminRoles` for managing admin roles for a protocol-level token.
9+
- `updateMetadata` for setting the metadata URL and checksum of a protocol-level token.
10+
- Extend gRPC API with `getTokenAuthorizations` query for listing accounts holding roles for a given protocol-level token.
11+
512
# 11.0.0 (DevNet)
613

714
- Protocol level tokens logic has been rewritten in Rust (no behavioral change from P9/P10)
8-
15+
916
# 10.0.7
1017

1118
- Enhance node performance by limiting outbound queue saturation to peers that are slow in processing messages.
@@ -15,7 +22,7 @@
1522

1623
- Prohibit peers from sending unsolicited PeerList messages
1724
- Enhance node performance by limiting inbound queue saturation from peers that send messages aggressively by using backpressure.
18-
- Introduce a background queue for processing messages that don't require the global block state lock.
25+
- Introduce a background queue for processing messages that don't require the global block state lock.
1926

2027
# 10.0.5
2128

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 = "11.0.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
3+
version = "11.1.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
44
description = "Concordium Node"
55
authors = ["Concordium <developers@concordium.com>"]
66
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]

0 commit comments

Comments
 (0)