Skip to content

Commit

Permalink
chore(release): sn_interface-0.22.1/sn_client-0.84.1/sn_node-0.82.1/s…
Browse files Browse the repository at this point in the history
…n_api-0.82.1
  • Loading branch information
actions-user committed Mar 29, 2023
1 parent ea8b8ec commit 713a9f5
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 20 deletions.
8 changes: 4 additions & 4 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.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.1" }
10 changes: 5 additions & 5 deletions sn_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sn_api"
version = "0.82.0"
version = "0.82.1"
description = "Safe API"
authors = [
"bochaco <[email protected]>",
Expand Down Expand Up @@ -41,9 +41,9 @@ pbkdf2 = { version = "~0.7", default-features = false }
serde = "1.0.123"
serde_json = "1.0.62"
sha3 = "~0.9"
sn_client = { path = "../sn_client", version = "^0.84.0" }
sn_client = { path = "../sn_client", version = "^0.84.1" }
sn_dbc = { version = "12.0.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.22.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.1" }
thiserror = "1.0.23"
time = { version = "~0.3.4", features = ["formatting"] }
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
Expand Down Expand Up @@ -76,7 +76,7 @@ async_once = "~0.2.6"
hex = "~0.4"
predicates = "2.0"
proptest = "1.0.0"
sn_client = { path = "../sn_client", version = "^0.84.0", features = ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.22.0", features = ["test-utils"] }
sn_client = { path = "../sn_client", version = "^0.84.1", features = ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.22.1", features = ["test-utils"] }
tokio = { version = "1.6.0", features = ["macros"] }
tracing-subscriber = "~0.3.1"
6 changes: 3 additions & 3 deletions sn_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.84.0"
version = "0.84.1"

[[bench]]
name = "upload_bytes"
Expand Down Expand Up @@ -72,7 +72,7 @@ serde_bytes = "~0.11.5"
serde_json = "1.0.53"
signature = "1.1.10"
sn_dbc = { version = "12.0.0", features = ["serdes"] }
sn_interface = { path = "../sn_interface", version = "^0.22.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.1" }
sn_testnet = { path = "../sn_testnet", version = "^0.1.3" }
strum = "0.24"
strum_macros = "0.24"
Expand Down Expand Up @@ -100,7 +100,7 @@ rand = { version = "~0.8.5", features = ["small_rng"] }
termcolor="1.1.2"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
walkdir = "2"
sn_interface = { path = "../sn_interface", version = "^0.22.0", features= ["test-utils"] }
sn_interface = { path = "../sn_interface", version = "^0.22.1", features= ["test-utils"] }

[dev-dependencies.cargo-husky]
version = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion sn_cmd_test_utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dirs-next = "2.0.0"
rand = "~0.8"
serde = "1.0.123"
serde_json = "1.0.62"
sn_api = { path = "../sn_api", version = "^0.82.0", default-features=false, features = ["app", "authd_client"] }
sn_api = { path = "../sn_api", version = "^0.82.1", default-features=false, features = ["app", "authd_client"] }
walkdir = "2.3.1"
multibase = "~0.9.1"

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.0"
version = "0.22.1"

[features]
test-utils = ["proptest"]
Expand Down
97 changes: 95 additions & 2 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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.80.6 (2023-03-27)
## v0.82.1 (2023-03-29)

### Commit Statistics

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

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

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

* **Uncategorized**
- 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.80.6 (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

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

<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.80.5 (2023-03-26)

<csr-id-de3abf841789c5a696cd86a17d2c5743ad047c92/>
<csr-id-d045f53e8ac66542cd6d2cfc750368d5142bc98e/>

### Chore

Expand Down Expand Up @@ -266,6 +294,71 @@ 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/>
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.0"
version = "0.82.1"

[[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.0" }
sn_interface = { path = "../sn_interface", version = "^0.22.1" }
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.0", features= ["test-utils", "proptest"] }
sn_interface = { path = "../sn_interface", version = "^0.22.1", features= ["test-utils", "proptest"] }

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

0 comments on commit 713a9f5

Please sign in to comment.