Skip to content

Commit

Permalink
chore(release): sn_interface-0.22.3/sn_node-0.82.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 30, 2023
1 parent c74b1ff commit 350fcec
Show file tree
Hide file tree
Showing 6 changed files with 173 additions and 102 deletions.
4 changes: 2 additions & 2 deletions 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 log_cmds_inspector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
226 changes: 133 additions & 93 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- <csr-id-d51708620d399912acbb023f72ed7b2f928a1c01/> do not cast handover vote after aggregated
- <csr-id-c74b1ff022d62067cfe6c6c5ed3880aefe82e149/> check current elders against all pks in case of split

### Commit Statistics

Expand All @@ -27,11 +27,142 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Check current elders against all pks in case of split ([`c74b1ff`](https://github.com/maidsafe/safe_network/commit/c74b1ff022d62067cfe6c6c5ed3880aefe82e149))
</details>

## v0.22.2 (2023-03-29)

### Chore

- <csr-id-1aeaafa940fc9ada35cfbcfc95f28c7478d4a2da/> sn_interface-0.22.2/sn_node-0.82.2

### Bug Fixes

- <csr-id-d51708620d399912acbb023f72ed7b2f928a1c01/> do not cast handover vote after aggregated

### 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.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))
</details>

## v0.22.1 (2023-03-29)

<csr-id-713a9f5234df4d22717f13d73b472c1363044089/>
<csr-id-0b27d12ef3ea4b04e829c6e31790b00d520542a1/>

### 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)

<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.21.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.20.12 (2023-03-27)

<csr-id-9d2ffe6d74c06a7f90884c4ad365892613b48a65/>

### Chore

- <csr-id-9d2ffe6d74c06a7f90884c4ad365892613b48a65/> sn_interface-0.20.12/sn_node-0.80.6
Expand Down Expand Up @@ -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))
</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/>
Expand Down
2 changes: 1 addition & 1 deletion sn_interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
35 changes: 33 additions & 2 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

- <csr-id-c74b1ff022d62067cfe6c6c5ed3880aefe82e149/> check current elders against all pks in case of split

### 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**
- Check current elders against all pks in case of split ([`c74b1ff`](https://github.com/maidsafe/safe_network/commit/c74b1ff022d62067cfe6c6c5ed3880aefe82e149))
</details>

## v0.82.4 (2023-03-29)

### Chore

- <csr-id-787347eda7a075092a1682cc38d64e06c0fa80f8/> sn_node-0.82.4/sn_cli-0.76.1

### 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
Expand All @@ -22,11 +50,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **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))
</details>

## v0.82.3 (2023-03-29)

<csr-id-243aea91735db2085fe968f5daa113ec903611b8/>

### Chore

- <csr-id-243aea91735db2085fe968f5daa113ec903611b8/> sn_node-0.82.3
Expand Down
6 changes: 3 additions & 3 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 350fcec

Please sign in to comment.