From 1aeaafa940fc9ada35cfbcfc95f28c7478d4a2da Mon Sep 17 00:00:00 2001 From: GitHub Action <action@github.com> Date: Wed, 29 Mar 2023 11:47:33 +0000 Subject: [PATCH] chore(release): sn_interface-0.22.2/sn_node-0.82.2 --- Cargo.lock | 4 +- log_cmds_inspector/Cargo.toml | 2 +- sn_interface/CHANGELOG.md | 125 ++++++++++++++++++++++- sn_interface/Cargo.toml | 2 +- sn_node/CHANGELOG.md | 182 +++++++++++++++++++++------------- sn_node/Cargo.toml | 6 +- 6 files changed, 245 insertions(+), 76 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6625a83ee8..b51586bca9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4227,7 +4227,7 @@ dependencies = [ [[package]] name = "sn_interface" -version = "0.22.1" +version = "0.22.2" dependencies = [ "assert_matches", "base64 0.13.1", @@ -4277,7 +4277,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.82.1" +version = "0.82.2" dependencies = [ "assert_matches", "base64 0.13.1", diff --git a/log_cmds_inspector/Cargo.toml b/log_cmds_inspector/Cargo.toml index d1bcd7c2b1..ec2d3d3c11 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.1" } +sn_interface = { path = "../sn_interface", version = "^0.22.2" } diff --git a/sn_interface/CHANGELOG.md b/sn_interface/CHANGELOG.md index 83525efbc4..0d44ad8e4c 100644 --- a/sn_interface/CHANGELOG.md +++ b/sn_interface/CHANGELOG.md @@ -6,14 +6,42 @@ 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.20.12 (2023-03-27) +## v0.22.2 (2023-03-29) + +### Bug Fixes + + - <csr-id-d51708620d399912acbb023f72ed7b2f928a1c01/> do not cast handover vote after aggregated ### Commit Statistics <csr-read-only-do-not-edit/> - 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 + +<csr-read-only-do-not-edit/> + +<details><summary>view details</summary> + + * **Uncategorized** + - Do not cast handover vote after aggregated ([`d517086`](https://github.com/maidsafe/safe_network/commit/d51708620d399912acbb023f72ed7b2f928a1c01)) +</details> + +## v0.20.12 (2023-03-27) + +### Chore + + - <csr-id-9d2ffe6d74c06a7f90884c4ad365892613b48a65/> sn_interface-0.20.12/sn_node-0.80.6 + +### Commit Statistics + +<csr-read-only-do-not-edit/> + + - 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 @@ -23,12 +51,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 <details><summary>view details</summary> * **Uncategorized** + - Sn_interface-0.20.12/sn_node-0.80.6 ([`9d2ffe6`](https://github.com/maidsafe/safe_network/commit/9d2ffe6d74c06a7f90884c4ad365892613b48a65)) - Feat(fees): add fee types - These types allow Elders to verify that a fee amount, and a sufficient amount, has been included in a spend output. ([`a04c3fc`](https://github.com/maidsafe/safe_network/commit/a04c3fcdb1bab421e417af3c666bbc09c2cfd1e5)) </details> ## v0.20.11 (2023-03-26) <csr-id-de3abf841789c5a696cd86a17d2c5743ad047c92/> +<csr-id-d045f53e8ac66542cd6d2cfc750368d5142bc98e/> ### Chore @@ -408,6 +438,97 @@ 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)) </details> +## v0.22.1 (2023-03-29) + +### Chore + + - <csr-id-713a9f5234df4d22717f13d73b472c1363044089/> sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1 + - <csr-id-0b27d12ef3ea4b04e829c6e31790b00d520542a1/> fix review comments of PR 2249 + +### Commit Statistics + +<csr-read-only-do-not-edit/> + + - 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 + +<csr-read-only-do-not-edit/> + +<details><summary>view details</summary> + + * **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)) +</details> + +## v0.22.0 (2023-03-28) + +### Chore + + - <csr-id-2eb838e882e60c2645653815ac136508df373cb1/> 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 + - <csr-id-3e97ea42c81c22f68bcb2a2d4ce7a9930a74e3cf/> bump sn_dbc to 12.0.0 + +### Refactor (BREAKING) + + - <csr-id-231c396f116761c6060e32ffc000c1ddddd429f2/> simplify getfees query + +### Commit Statistics + +<csr-read-only-do-not-edit/> + + - 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 + +<csr-read-only-do-not-edit/> + +<details><summary>view details</summary> + + * **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)) +</details> + +## v0.21.0 (2023-03-27) + +### Chore + + - <csr-id-0e9db2da4ed28d36d8ee866c9e941ab39e155e28/> 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) + + - <csr-id-94d20504b58cb09a203ffd9c03fdcab07a810d0b/> 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 + +<csr-read-only-do-not-edit/> + + - 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 + +<csr-read-only-do-not-edit/> + +<details><summary>view details</summary> + + * **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)) +</details> + ## v0.20.1 (2023-03-08) <csr-id-2f99d36a8606dc2bb39ac025adcd358fc48fcb91/> diff --git a/sn_interface/Cargo.toml b/sn_interface/Cargo.toml index 777f8c315b..f60323ef41 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.1" +version = "0.22.2" [features] test-utils = ["proptest"] diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index 2c00c090e0..de821e687e 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -5,14 +5,53 @@ 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.1 (2023-03-29) +## v0.82.2 (2023-03-29) + +### Chore + + - <csr-id-4e54e547e46c18b1dc9cd2343d7c5a4f2d09f4a4/> mark of unsubscribed event channel + +### Bug Fixes + + - <csr-id-d51708620d399912acbb023f72ed7b2f928a1c01/> do not cast handover vote after aggregated + - <csr-id-4eef5f938259b1452cd2828e36c496ce1f3f9fdf/> fixes to resolve failing CIs + 1, Do not carry out update when handling DKG outcome + 2, Do not promote elder when having enough elders + 3, Do not carry out relocation within the genesis section + 4, Remove incorrect cmds variable ### Commit Statistics <csr-read-only-do-not-edit/> - 3 commits contributed to the release. - - 0 commits were understood as [conventional](https://www.conventionalcommits.org). + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + +<csr-read-only-do-not-edit/> + +<details><summary>view details</summary> + + * **Uncategorized** + - Do not cast handover vote after aggregated ([`d517086`](https://github.com/maidsafe/safe_network/commit/d51708620d399912acbb023f72ed7b2f928a1c01)) + - Fixes to resolve failing CIs ([`4eef5f9`](https://github.com/maidsafe/safe_network/commit/4eef5f938259b1452cd2828e36c496ce1f3f9fdf)) + - Mark of unsubscribed event channel ([`4e54e54`](https://github.com/maidsafe/safe_network/commit/4e54e547e46c18b1dc9cd2343d7c5a4f2d09f4a4)) +</details> + +## v0.82.1 (2023-03-29) + +### Chore + + - <csr-id-713a9f5234df4d22717f13d73b472c1363044089/> sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/sn_api-0.82.1 + +### Commit Statistics + +<csr-read-only-do-not-edit/> + + - 4 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,13 +61,87 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 <details><summary>view details</summary> * **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(test): re-add the removed spentbook test - Move fee generating code into reused helper. ([`83ca2bc`](https://github.com/maidsafe/safe_network/commit/83ca2bc3569736af17613abca6ff3dafdee33fd8)) - Refactor(wallet): make sure all apis pay fee - All the public reissue apis now handle fees when payment network. - This fixes the tests where the genesis dbc reissuing to all test dbcs failed. ([`7638349`](https://github.com/maidsafe/safe_network/commit/76383494446133618957a08732b470ff70ba6278)) - Feat(fees): verify amount at elder - An Elder now verifies that a spend contains an output for them with correct amount. ([`5f6c75c`](https://github.com/maidsafe/safe_network/commit/5f6c75c3ef5f0c896b38aecffb4aa406dfe23ca6)) </details> +## v0.82.0 (2023-03-28) + +<csr-id-2eb838e882e60c2645653815ac136508df373cb1/> +<csr-id-3e97ea42c81c22f68bcb2a2d4ce7a9930a74e3cf/> +<csr-id-231c396f116761c6060e32ffc000c1ddddd429f2/> + +### Chore + + - <csr-id-2eb838e882e60c2645653815ac136508df373cb1/> 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 + - <csr-id-3e97ea42c81c22f68bcb2a2d4ce7a9930a74e3cf/> bump sn_dbc to 12.0.0 + +### Refactor (BREAKING) + + - <csr-id-231c396f116761c6060e32ffc000c1ddddd429f2/> simplify getfees query + +### Commit Statistics + +<csr-read-only-do-not-edit/> + + - 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 + +<csr-read-only-do-not-edit/> + +<details><summary>view details</summary> + + * **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)) +</details> + +## v0.81.0 (2023-03-27) + +<csr-id-0e9db2da4ed28d36d8ee866c9e941ab39e155e28/> + +### Chore + + - <csr-id-0e9db2da4ed28d36d8ee866c9e941ab39e155e28/> 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) + + - <csr-id-94d20504b58cb09a203ffd9c03fdcab07a810d0b/> 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 + +<csr-read-only-do-not-edit/> + + - 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 + +<csr-read-only-do-not-edit/> + +<details><summary>view details</summary> + + * **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)) +</details> + ## v0.80.6 (2023-03-27) +<csr-id-9d2ffe6d74c06a7f90884c4ad365892613b48a65/> + ### Chore - <csr-id-9d2ffe6d74c06a7f90884c4ad365892613b48a65/> sn_interface-0.20.12/sn_node-0.80.6 @@ -294,71 +407,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Node to update its own members list upon being relocated ([`39b432d`](https://github.com/maidsafe/safe_network/commit/39b432d365ec745dc31147ca91df23284c1011ac)) </details> -## v0.82.0 (2023-03-28) - -### Chore - - - <csr-id-2eb838e882e60c2645653815ac136508df373cb1/> 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 - - <csr-id-3e97ea42c81c22f68bcb2a2d4ce7a9930a74e3cf/> bump sn_dbc to 12.0.0 - -### Refactor (BREAKING) - - - <csr-id-231c396f116761c6060e32ffc000c1ddddd429f2/> simplify getfees query - -### Commit Statistics - -<csr-read-only-do-not-edit/> - - - 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 - -<csr-read-only-do-not-edit/> - -<details><summary>view details</summary> - - * **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)) -</details> - -## v0.81.0 (2023-03-27) - -### Chore - - - <csr-id-0e9db2da4ed28d36d8ee866c9e941ab39e155e28/> 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) - - - <csr-id-94d20504b58cb09a203ffd9c03fdcab07a810d0b/> 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 - -<csr-read-only-do-not-edit/> - - - 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 - -<csr-read-only-do-not-edit/> - -<details><summary>view details</summary> - - * **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)) -</details> - ## v0.80.0 (2023-03-16) <csr-id-4dca7700c0a017dbdeb53a0387f895c0dabd00cc/> diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index c35961c715..f1bbfe458a 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.1" +version = "0.82.2" [[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.1" } +sn_interface = { path = "../sn_interface", version = "^0.22.2" } 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.1", features= ["test-utils", "proptest"] } +sn_interface = { path = "../sn_interface", version = "^0.22.2", features= ["test-utils", "proptest"] } [dev-dependencies.cargo-husky] version = "1.5.0"