diff --git a/Cargo.lock b/Cargo.lock
index e87b727fa5..043019639f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4227,7 +4227,7 @@ dependencies = [
[[package]]
name = "sn_interface"
-version = "0.22.2"
+version = "0.22.3"
dependencies = [
"assert_matches",
"base64 0.13.1",
@@ -4277,7 +4277,7 @@ dependencies = [
[[package]]
name = "sn_node"
-version = "0.82.4"
+version = "0.82.5"
dependencies = [
"assert_matches",
"base64 0.13.1",
diff --git a/log_cmds_inspector/Cargo.toml b/log_cmds_inspector/Cargo.toml
index ec2d3d3c11..ecb6a84c72 100644
--- a/log_cmds_inspector/Cargo.toml
+++ b/log_cmds_inspector/Cargo.toml
@@ -27,4 +27,4 @@ clap = { version = "3.0.0", features = ["derive", "env"] }
strum = "0.24"
strum_macros = "0.24"
walkdir = "2"
-sn_interface = { path = "../sn_interface", version = "^0.22.2" }
+sn_interface = { path = "../sn_interface", version = "^0.22.3" }
diff --git a/sn_interface/CHANGELOG.md b/sn_interface/CHANGELOG.md
index 0d44ad8e4c..a7477e7892 100644
--- a/sn_interface/CHANGELOG.md
+++ b/sn_interface/CHANGELOG.md
@@ -6,11 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## v0.22.2 (2023-03-29)
+## v0.22.3 (2023-03-30)
### Bug Fixes
- - do not cast handover vote after aggregated
+ - check current elders against all pks in case of split
### Commit Statistics
@@ -27,11 +27,142 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Check current elders against all pks in case of split ([`c74b1ff`](https://github.com/maidsafe/safe_network/commit/c74b1ff022d62067cfe6c6c5ed3880aefe82e149))
+
+
+## v0.22.2 (2023-03-29)
+
+### Chore
+
+ - sn_interface-0.22.2/sn_node-0.82.2
+
+### Bug Fixes
+
+ - do not cast handover vote after aggregated
+
+### Commit Statistics
+
+
+
+ - 2 commits contributed to the release.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Sn_interface-0.22.2/sn_node-0.82.2 ([`1aeaafa`](https://github.com/maidsafe/safe_network/commit/1aeaafa940fc9ada35cfbcfc95f28c7478d4a2da))
- Do not cast handover vote after aggregated ([`d517086`](https://github.com/maidsafe/safe_network/commit/d51708620d399912acbb023f72ed7b2f928a1c01))
+## v0.22.1 (2023-03-29)
+
+
+
+
+### Chore
+
+ - sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1
+ - fix review comments of PR 2249
+
+### Commit Statistics
+
+
+
+ - 2 commits contributed to the release.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1 ([`713a9f5`](https://github.com/maidsafe/safe_network/commit/713a9f5234df4d22717f13d73b472c1363044089))
+ - Fix review comments of PR 2249 ([`0b27d12`](https://github.com/maidsafe/safe_network/commit/0b27d12ef3ea4b04e829c6e31790b00d520542a1))
+
+
+## v0.22.0 (2023-03-28)
+
+
+
+
+
+### Chore
+
+ - sn_interface-0.22.0/sn_comms-0.8.0/sn_client-0.84.0/sn_node-0.82.0/sn_api-0.82.0/sn_cli-0.76.0
+ - bump sn_dbc to 12.0.0
+
+### Refactor (BREAKING)
+
+ - simplify getfees query
+
+### Commit Statistics
+
+
+
+ - 4 commits contributed to the release.
+ - 3 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Sn_interface-0.22.0/sn_comms-0.8.0/sn_client-0.84.0/sn_node-0.82.0/sn_api-0.82.0/sn_cli-0.76.0 ([`2eb838e`](https://github.com/maidsafe/safe_network/commit/2eb838e882e60c2645653815ac136508df373cb1))
+ - Feat(fees): include ciphers for elders in spend - The ciphers over derivation index and blinding factor is now included in the spend request sent to elders. - NB: The elders do not yet verify that they have been paid. ([`cc569d4`](https://github.com/maidsafe/safe_network/commit/cc569d4395c03a0c7171e8ea63e317756e88cf48))
+ - Simplify getfees query ([`231c396`](https://github.com/maidsafe/safe_network/commit/231c396f116761c6060e32ffc000c1ddddd429f2))
+ - Bump sn_dbc to 12.0.0 ([`3e97ea4`](https://github.com/maidsafe/safe_network/commit/3e97ea42c81c22f68bcb2a2d4ce7a9930a74e3cf))
+
+
+## v0.21.0 (2023-03-27)
+
+
+
+### Chore
+
+ - sn_updater-0.2.0/sn_interface-0.21.0/sn_comms-0.7.0/sn_client-0.83.0/sn_node-0.81.0/sn_api-0.81.0/sn_cli-0.75.0
+
+### New Features (BREAKING)
+
+ - new cmds to interact with a safenode RPC service
+ - The new `node` CLI subcommand is made available only when building
+ with `node-ctl` feature flag.
+- Adding a new RPC service to safenode to request it to update itself.
+- Migrate sn_api and sn_cli CI tests to use sn_testnet 'verify-nodes' feature.
+
+### Commit Statistics
+
+
+
+ - 2 commits contributed to the release.
+ - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Sn_updater-0.2.0/sn_interface-0.21.0/sn_comms-0.7.0/sn_client-0.83.0/sn_node-0.81.0/sn_api-0.81.0/sn_cli-0.75.0 ([`0e9db2d`](https://github.com/maidsafe/safe_network/commit/0e9db2da4ed28d36d8ee866c9e941ab39e155e28))
+ - New cmds to interact with a safenode RPC service ([`94d2050`](https://github.com/maidsafe/safe_network/commit/94d20504b58cb09a203ffd9c03fdcab07a810d0b))
+
+
## v0.20.12 (2023-03-27)
+
+
### Chore
- sn_interface-0.20.12/sn_node-0.80.6
@@ -438,97 +569,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Clean up a few things from commit 4097de4 ([`0ff8d0b`](https://github.com/maidsafe/safe_network/commit/0ff8d0bef0c8c9a4ef38d094337b25070f7e7ac0))
-## v0.22.1 (2023-03-29)
-
-### Chore
-
- - sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1
- - fix review comments of PR 2249
-
-### Commit Statistics
-
-
-
- - 2 commits contributed to the release.
- - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- - 0 issues like '(#ID)' were seen in commit messages
-
-### Commit Details
-
-
-
-view details
-
- * **Uncategorized**
- - Sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1 ([`713a9f5`](https://github.com/maidsafe/safe_network/commit/713a9f5234df4d22717f13d73b472c1363044089))
- - Fix review comments of PR 2249 ([`0b27d12`](https://github.com/maidsafe/safe_network/commit/0b27d12ef3ea4b04e829c6e31790b00d520542a1))
-
-
-## v0.22.0 (2023-03-28)
-
-### Chore
-
- - sn_interface-0.22.0/sn_comms-0.8.0/sn_client-0.84.0/sn_node-0.82.0/sn_api-0.82.0/sn_cli-0.76.0
- - bump sn_dbc to 12.0.0
-
-### Refactor (BREAKING)
-
- - simplify getfees query
-
-### Commit Statistics
-
-
-
- - 4 commits contributed to the release.
- - 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- - 0 issues like '(#ID)' were seen in commit messages
-
-### Commit Details
-
-
-
-view details
-
- * **Uncategorized**
- - Sn_interface-0.22.0/sn_comms-0.8.0/sn_client-0.84.0/sn_node-0.82.0/sn_api-0.82.0/sn_cli-0.76.0 ([`2eb838e`](https://github.com/maidsafe/safe_network/commit/2eb838e882e60c2645653815ac136508df373cb1))
- - Feat(fees): include ciphers for elders in spend - The ciphers over derivation index and blinding factor is now included in the spend request sent to elders. - NB: The elders do not yet verify that they have been paid. ([`cc569d4`](https://github.com/maidsafe/safe_network/commit/cc569d4395c03a0c7171e8ea63e317756e88cf48))
- - Simplify getfees query ([`231c396`](https://github.com/maidsafe/safe_network/commit/231c396f116761c6060e32ffc000c1ddddd429f2))
- - Bump sn_dbc to 12.0.0 ([`3e97ea4`](https://github.com/maidsafe/safe_network/commit/3e97ea42c81c22f68bcb2a2d4ce7a9930a74e3cf))
-
-
-## v0.21.0 (2023-03-27)
-
-### Chore
-
- - sn_updater-0.2.0/sn_interface-0.21.0/sn_comms-0.7.0/sn_client-0.83.0/sn_node-0.81.0/sn_api-0.81.0/sn_cli-0.75.0
-
-### New Features (BREAKING)
-
- - new cmds to interact with a safenode RPC service
- - The new `node` CLI subcommand is made available only when building
- with `node-ctl` feature flag.
- - Adding a new RPC service to safenode to request it to update itself.
- - Migrate sn_api and sn_cli CI tests to use sn_testnet 'verify-nodes' feature.
-
-### Commit Statistics
-
-
-
- - 2 commits contributed to the release.
- - 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- - 0 issues like '(#ID)' were seen in commit messages
-
-### Commit Details
-
-
-
-view details
-
- * **Uncategorized**
- - Sn_updater-0.2.0/sn_interface-0.21.0/sn_comms-0.7.0/sn_client-0.83.0/sn_node-0.81.0/sn_api-0.81.0/sn_cli-0.75.0 ([`0e9db2d`](https://github.com/maidsafe/safe_network/commit/0e9db2da4ed28d36d8ee866c9e941ab39e155e28))
- - New cmds to interact with a safenode RPC service ([`94d2050`](https://github.com/maidsafe/safe_network/commit/94d20504b58cb09a203ffd9c03fdcab07a810d0b))
-
-
## v0.20.1 (2023-03-08)
diff --git a/sn_interface/Cargo.toml b/sn_interface/Cargo.toml
index f60323ef41..7ab5089951 100644
--- a/sn_interface/Cargo.toml
+++ b/sn_interface/Cargo.toml
@@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_interface"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
-version = "0.22.2"
+version = "0.22.3"
[features]
test-utils = ["proptest"]
diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md
index c5a88f51fb..19de74db5a 100644
--- a/sn_node/CHANGELOG.md
+++ b/sn_node/CHANGELOG.md
@@ -5,14 +5,42 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## v0.82.4 (2023-03-29)
+## v0.82.5 (2023-03-30)
+
+### Bug Fixes
+
+ - check current elders against all pks in case of split
### Commit Statistics
- 1 commit contributed to the release.
- - 0 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Check current elders against all pks in case of split ([`c74b1ff`](https://github.com/maidsafe/safe_network/commit/c74b1ff022d62067cfe6c6c5ed3880aefe82e149))
+
+
+## v0.82.4 (2023-03-29)
+
+### Chore
+
+ - sn_node-0.82.4/sn_cli-0.76.1
+
+### Commit Statistics
+
+
+
+ - 2 commits contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
@@ -22,11 +50,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details
* **Uncategorized**
+ - Sn_node-0.82.4/sn_cli-0.76.1 ([`787347e`](https://github.com/maidsafe/safe_network/commit/787347eda7a075092a1682cc38d64e06c0fa80f8))
- Chore: rename ctl to more commonly used ctrl - In our code we use the abbreviation `ctrl`for `control`. - When googling the two, it is clear that `ctrl` is the more commonly used abbreviation. ([`f4b35c3`](https://github.com/maidsafe/safe_network/commit/f4b35c33e8c9189878de773ebb1c835c8814f004))
## v0.82.3 (2023-03-29)
+
+
### Chore
- sn_node-0.82.3
diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml
index a998a50db3..0442eb1cd7 100644
--- a/sn_node/Cargo.toml
+++ b/sn_node/Cargo.toml
@@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_node"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
-version = "0.82.4"
+version = "0.82.5"
[[bin]]
name = "safenode"
@@ -73,7 +73,7 @@ sn_updater = { path = "../sn_updater", version = "^0.2.0" }
sn_comms = { path = "../sn_comms", version = "^0.8.0" }
sn_dbc = { version = "12.0.0", features = ["serdes"] }
sn_fault_detection = { path = "../sn_fault_detection", version = "^0.15.5" }
-sn_interface = { path = "../sn_interface", version = "^0.22.2" }
+sn_interface = { path = "../sn_interface", version = "^0.22.3" }
sn_sdkg = "3.1.3"
serde = { version = "1.0.111", features = ["derive", "rc"] }
serde_bytes = "~0.11.5"
@@ -124,7 +124,7 @@ rand = { version = "~0.8.5", features = ["small_rng"] }
tokio-util = { version = "~0.7", features = ["time"] }
walkdir = "2"
sn_comms = { path = "../sn_comms", version = "^0.8.0", features = ["test"] }
-sn_interface = { path = "../sn_interface", version = "^0.22.2", features= ["test-utils", "proptest"] }
+sn_interface = { path = "../sn_interface", version = "^0.22.3", features= ["test-utils", "proptest"] }
[dev-dependencies.cargo-husky]
version = "1.5.0"