Skip to content

Commit

Permalink
chore(release): sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node…
Browse files Browse the repository at this point in the history
…-0.82.6
  • Loading branch information
actions-user committed Mar 31, 2023
1 parent d4ea8d0 commit ebf6f68
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 18 deletions.
6 changes: 3 additions & 3 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.3" }
sn_interface = { path = "../sn_interface", version = "^0.22.4" }
45 changes: 43 additions & 2 deletions sn_fault_detection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,58 @@ 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.15.6 (2023-03-31)

### Chore

- <csr-id-995f26ec09b5a22910e7b7f747e32ac7a426bd06/> sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6
- <csr-id-169f7c2a4d2a30c32381ef7e2e7b6e09243b8164/> remove env filter where not needed

### Other

- <csr-id-9f6760f5c341e9d2925c3f99ebdf93f8e23162d1/> cleanup some deps

### Commit Statistics

<csr-read-only-do-not-edit/>

- 4 commits contributed to the release.
- 31 days passed between releases.
- 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**
- Revert "chore(release): sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6" ([`7bcc470`](https://github.com/maidsafe/safe_network/commit/7bcc470018c003581606815363494ed43ffe47ff))
- Sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6 ([`995f26e`](https://github.com/maidsafe/safe_network/commit/995f26ec09b5a22910e7b7f747e32ac7a426bd06))
- Remove env filter where not needed ([`169f7c2`](https://github.com/maidsafe/safe_network/commit/169f7c2a4d2a30c32381ef7e2e7b6e09243b8164))
- Cleanup some deps ([`9f6760f`](https://github.com/maidsafe/safe_network/commit/9f6760f5c341e9d2925c3f99ebdf93f8e23162d1))
</details>

## v0.15.5 (2023-02-28)

<csr-id-3fda80a40c508d16fbe097091252a98b01f8f339/>

### Refactor

- <csr-id-3fda80a40c508d16fbe097091252a98b01f8f339/> remove unused pub fn/methods

### Chore

- <csr-id-558061d5eea7bc1f0feac310afb91ef9ca7c681e/> sn_interface-0.19.1/sn_fault_detection-0.15.5/sn_node-0.77.1/sn_cli-0.72.1

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 20 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details
Expand All @@ -27,12 +66,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.19.1/sn_fault_detection-0.15.5/sn_node-0.77.1/sn_cli-0.72.1 ([`558061d`](https://github.com/maidsafe/safe_network/commit/558061d5eea7bc1f0feac310afb91ef9ca7c681e))
- Remove unused pub fn/methods ([`3fda80a`](https://github.com/maidsafe/safe_network/commit/3fda80a40c508d16fbe097091252a98b01f8f339))
</details>

## v0.15.4 (2023-02-07)

<csr-id-677ef5cc8b1935b94641c61c53429faf2c58c261/>
<csr-id-3c34a731eca9d5b37d2574e3e16c7f089c7cc8b2/>

### Chore

Expand Down
2 changes: 1 addition & 1 deletion sn_fault_detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_fault_detection"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.15.5"
version = "0.15.6"

[features]
default = []
Expand Down
54 changes: 50 additions & 4 deletions sn_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,50 @@ 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.4 (2023-03-31)

### Chore

- <csr-id-995f26ec09b5a22910e7b7f747e32ac7a426bd06/> sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6
- <csr-id-841eaff15bab9cab5454b2b42790e48df5a316e1/> remove qp2p dep

### New Features

- <csr-id-f1de619190d28cc72ae7cdfd49bbb02b5676be1c/> impl supply/demand-adjusted fee

### Other

- <csr-id-9f6760f5c341e9d2925c3f99ebdf93f8e23162d1/> cleanup some deps

### Commit Statistics

<csr-read-only-do-not-edit/>

- 5 commits contributed to the release.
- 1 day passed between releases.
- 4 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**
- Revert "chore(release): sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6" ([`7bcc470`](https://github.com/maidsafe/safe_network/commit/7bcc470018c003581606815363494ed43ffe47ff))
- Impl supply/demand-adjusted fee ([`f1de619`](https://github.com/maidsafe/safe_network/commit/f1de619190d28cc72ae7cdfd49bbb02b5676be1c))
- Sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6 ([`995f26e`](https://github.com/maidsafe/safe_network/commit/995f26ec09b5a22910e7b7f747e32ac7a426bd06))
- Cleanup some deps ([`9f6760f`](https://github.com/maidsafe/safe_network/commit/9f6760f5c341e9d2925c3f99ebdf93f8e23162d1))
- Remove qp2p dep ([`841eaff`](https://github.com/maidsafe/safe_network/commit/841eaff15bab9cab5454b2b42790e48df5a316e1))
</details>

## v0.22.3 (2023-03-30)

### Chore

- <csr-id-350fcec1913f38a63620f4d51486809e429e7d88/> sn_interface-0.22.3/sn_node-0.82.5

### Bug Fixes

- <csr-id-c74b1ff022d62067cfe6c6c5ed3880aefe82e149/> check current elders against all pks in case of split
Expand All @@ -16,8 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 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
Expand All @@ -27,11 +69,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.22.3/sn_node-0.82.5 ([`350fcec`](https://github.com/maidsafe/safe_network/commit/350fcec1913f38a63620f4d51486809e429e7d88))
- 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)

<csr-id-1aeaafa940fc9ada35cfbcfc95f28c7478d4a2da/>

### Chore

- <csr-id-1aeaafa940fc9ada35cfbcfc95f28c7478d4a2da/> sn_interface-0.22.2/sn_node-0.82.2
Expand Down Expand Up @@ -137,8 +182,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- <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

Expand All @@ -159,6 +202,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New cmds to interact with a safenode RPC service ([`94d2050`](https://github.com/maidsafe/safe_network/commit/94d20504b58cb09a203ffd9c03fdcab07a810d0b))
</details>

<csr-unknown>
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.<csr-unknown/>

## v0.20.12 (2023-03-27)

<csr-id-9d2ffe6d74c06a7f90884c4ad365892613b48a65/>
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.3"
version = "0.22.4"

[features]
test-utils = ["proptest"]
Expand Down
47 changes: 45 additions & 2 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,48 @@ 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.6 (2023-03-31)

### Chore

- <csr-id-995f26ec09b5a22910e7b7f747e32ac7a426bd06/> sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6

### New Features

- <csr-id-f1de619190d28cc72ae7cdfd49bbb02b5676be1c/> impl supply/demand-adjusted fee

### Bug Fixes

- <csr-id-41ccde7ec4e7b5918ce25c074e724491d6db845a/> avoid block handover vote for split

### Commit Statistics

<csr-read-only-do-not-edit/>

- 4 commits contributed to the release.
- 1 day passed between releases.
- 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**
- Revert "chore(release): sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6" ([`7bcc470`](https://github.com/maidsafe/safe_network/commit/7bcc470018c003581606815363494ed43ffe47ff))
- Impl supply/demand-adjusted fee ([`f1de619`](https://github.com/maidsafe/safe_network/commit/f1de619190d28cc72ae7cdfd49bbb02b5676be1c))
- Sn_testnet-0.1.5/sn_interface-0.22.4/sn_fault_detection-0.15.6/sn_node-0.82.6 ([`995f26e`](https://github.com/maidsafe/safe_network/commit/995f26ec09b5a22910e7b7f747e32ac7a426bd06))
- Avoid block handover vote for split ([`41ccde7`](https://github.com/maidsafe/safe_network/commit/41ccde7ec4e7b5918ce25c074e724491d6db845a))
</details>

## v0.82.5 (2023-03-30)

### Chore

- <csr-id-350fcec1913f38a63620f4d51486809e429e7d88/> sn_interface-0.22.3/sn_node-0.82.5

### Bug Fixes

- <csr-id-c74b1ff022d62067cfe6c6c5ed3880aefe82e149/> check current elders against all pks in case of split
Expand All @@ -15,8 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 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
Expand All @@ -26,11 +66,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Sn_interface-0.22.3/sn_node-0.82.5 ([`350fcec`](https://github.com/maidsafe/safe_network/commit/350fcec1913f38a63620f4d51486809e429e7d88))
- 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)

<csr-id-787347eda7a075092a1682cc38d64e06c0fa80f8/>

### Chore

- <csr-id-787347eda7a075092a1682cc38d64e06c0fa80f8/> sn_node-0.82.4/sn_cli-0.76.1
Expand Down
8 changes: 4 additions & 4 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.5"
version = "0.82.6"

[[bin]]
name = "safenode"
Expand Down Expand Up @@ -72,8 +72,8 @@ sn_consensus = "3.3.3"
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.3" }
sn_fault_detection = { path = "../sn_fault_detection", version = "^0.15.6" }
sn_interface = { path = "../sn_interface", version = "^0.22.4" }
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.3", features= ["test-utils", "proptest"] }
sn_interface = { path = "../sn_interface", version = "^0.22.4", features= ["test-utils", "proptest"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
Expand Down

0 comments on commit ebf6f68

Please sign in to comment.