From 61a47b33eb8196dfa6d0e8a4e3d185b342b52c51 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 19 Dec 2023 14:52:08 +0000 Subject: [PATCH] chore(release): sn_cli-v0.86.76/sn_client-v0.99.27/sn_networking-v0.12.10/sn_protocol-v0.9.4/sn_transfers-v0.14.31/sn_faucet-v0.1.98/sn_node-v0.100.22/sn_node_rpc_client-v0.1.94/sn_testnet-v0.2.356 --- Cargo.lock | 18 +++++++++--------- sn_cli/CHANGELOG.md | 5 +++++ sn_cli/Cargo.toml | 10 +++++----- sn_client/CHANGELOG.md | 5 +++++ sn_client/Cargo.toml | 8 ++++---- sn_faucet/CHANGELOG.md | 5 +++++ sn_faucet/Cargo.toml | 6 +++--- sn_networking/CHANGELOG.md | 5 +++++ sn_networking/Cargo.toml | 6 +++--- sn_node/CHANGELOG.md | 5 +++++ sn_node/Cargo.toml | 12 ++++++------ sn_node_rpc_client/CHANGELOG.md | 5 +++++ sn_node_rpc_client/Cargo.toml | 10 +++++----- sn_protocol/CHANGELOG.md | 5 +++++ sn_protocol/Cargo.toml | 4 ++-- sn_testnet/CHANGELOG.md | 5 +++++ sn_testnet/Cargo.toml | 2 +- sn_transfers/CHANGELOG.md | 5 +++++ sn_transfers/Cargo.toml | 2 +- 19 files changed, 84 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b51629f60..55e9cdfcca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4503,7 +4503,7 @@ dependencies = [ [[package]] name = "sn_cli" -version = "0.86.75" +version = "0.86.76" dependencies = [ "blsttc", "bytes", @@ -4539,7 +4539,7 @@ dependencies = [ [[package]] name = "sn_client" -version = "0.99.26" +version = "0.99.27" dependencies = [ "async-trait", "backoff", @@ -4574,7 +4574,7 @@ dependencies = [ [[package]] name = "sn_faucet" -version = "0.1.97" +version = "0.1.98" dependencies = [ "blsttc", "clap 4.4.10", @@ -4615,7 +4615,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.12.9" +version = "0.12.10" dependencies = [ "async-trait", "backoff", @@ -4646,7 +4646,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.100.21" +version = "0.100.22" dependencies = [ "assert_fs", "async-trait", @@ -4698,7 +4698,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.1.93" +version = "0.1.94" dependencies = [ "assert_fs", "async-trait", @@ -4738,7 +4738,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.9.3" +version = "0.9.4" dependencies = [ "blsttc", "bytes", @@ -4782,7 +4782,7 @@ dependencies = [ [[package]] name = "sn_testnet" -version = "0.2.355" +version = "0.2.356" dependencies = [ "assert_fs", "clap 3.2.25", @@ -4806,7 +4806,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.14.30" +version = "0.14.31" dependencies = [ "assert_fs", "blsttc", diff --git a/sn_cli/CHANGELOG.md b/sn_cli/CHANGELOG.md index 99992680f1..8c6ef519d6 100644 --- a/sn_cli/CHANGELOG.md +++ b/sn_cli/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.86.76](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.75...sn_cli-v0.86.76) - 2023-12-19 + +### Added +- network royalties through audit POC + ## [0.86.75](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.86.74...sn_cli-v0.86.75) - 2023-12-19 ### Other diff --git a/sn_cli/Cargo.toml b/sn_cli/Cargo.toml index 1f7d4d5249..0267ad1dce 100644 --- a/sn_cli/Cargo.toml +++ b/sn_cli/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_cli" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.86.75" +version = "0.86.76" [[bin]] path="src/main.rs" @@ -42,11 +42,11 @@ rayon = "1.8.0" reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } rmp-serde = "1.1.1" sn_build_info = { path="../sn_build_info", version = "0.1.3" } -sn_client = { path = "../sn_client", version = "0.99.26" } -sn_transfers = { path = "../sn_transfers", version = "0.14.30" } +sn_client = { path = "../sn_client", version = "0.99.27" } +sn_transfers = { path = "../sn_transfers", version = "0.14.31" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.13" } -sn_protocol = { path = "../sn_protocol", version = "0.9.3" } +sn_protocol = { path = "../sn_protocol", version = "0.9.4" } tempfile = "3.6.0" tokio = { version = "1.32.0", features = ["io-util", "macros", "parking_lot", "rt", "sync", "time", "fs"] } tracing = { version = "~0.1.26" } @@ -60,7 +60,7 @@ eyre = "0.6.8" criterion = "0.5.1" tempfile = "3.6.0" rand = { version = "~0.8.5", features = ["small_rng"] } -sn_protocol = { path = "../sn_protocol", version = "0.9.3", features = ["test-utils"]} +sn_protocol = { path = "../sn_protocol", version = "0.9.4", features = ["test-utils"]} [lints] workspace = true diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md index e540e801c0..ad0408a95d 100644 --- a/sn_client/CHANGELOG.md +++ b/sn_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.99.27](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.26...sn_client-v0.99.27) - 2023-12-19 + +### Added +- network royalties through audit POC + ## [0.99.26](https://github.com/maidsafe/safe_network/compare/sn_client-v0.99.25...sn_client-v0.99.26) - 2023-12-19 ### Other diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml index 247df929a6..361c213844 100644 --- a/sn_client/Cargo.toml +++ b/sn_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.99.26" +version = "0.99.27" [features] default=[] @@ -35,10 +35,10 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_networking = { path = "../sn_networking", version = "0.12.9" } -sn_protocol = { path = "../sn_protocol", version = "0.9.3" } +sn_networking = { path = "../sn_networking", version = "0.12.10" } +sn_protocol = { path = "../sn_protocol", version = "0.9.4" } sn_registers = { path = "../sn_registers", version = "0.3.6" } -sn_transfers = { path = "../sn_transfers", version = "0.14.30" } +sn_transfers = { path = "../sn_transfers", version = "0.14.31" } tempfile = "3.6.0" thiserror = "1.0.23" tiny-keccak = "~2.0.2" diff --git a/sn_faucet/CHANGELOG.md b/sn_faucet/CHANGELOG.md index 405138923e..e50e3500e9 100644 --- a/sn_faucet/CHANGELOG.md +++ b/sn_faucet/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.98](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.97...sn_faucet-v0.1.98) - 2023-12-19 + +### Other +- update dependencies + ## [0.1.97](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.1.96...sn_faucet-v0.1.97) - 2023-12-19 ### Other diff --git a/sn_faucet/Cargo.toml b/sn_faucet/Cargo.toml index e7b3862e5e..69cda4290c 100644 --- a/sn_faucet/Cargo.toml +++ b/sn_faucet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_faucet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.97" +version = "0.1.98" [features] # required to pass on flag to node builds @@ -23,10 +23,10 @@ bls = { package = "blsttc", version = "8.0.1" } clap = { version = "4.2.1", features = ["derive"] } color-eyre = "0.6.2" dirs-next = "~2.0.0" -sn_client = { path = "../sn_client", version = "0.99.26" } +sn_client = { path = "../sn_client", version = "0.99.27" } sn_logging = { path = "../sn_logging", version = "0.2.16" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } -sn_transfers = { path = "../sn_transfers", version = "0.14.30" } +sn_transfers = { path = "../sn_transfers", version = "0.14.31" } tiny_http = { version="0.12", features = ["ssl-rustls"] } tokio = { version = "1.32.0", features = ["parking_lot", "rt"] } tracing = { version = "~0.1.26" } diff --git a/sn_networking/CHANGELOG.md b/sn_networking/CHANGELOG.md index 02148c8f6b..ba8b8aece3 100644 --- a/sn_networking/CHANGELOG.md +++ b/sn_networking/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.10](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.9...sn_networking-v0.12.10) - 2023-12-19 + +### Added +- network royalties through audit POC + ## [0.12.9](https://github.com/maidsafe/safe_network/compare/sn_networking-v0.12.8...sn_networking-v0.12.9) - 2023-12-19 ### Added diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 068650802d..a244179db2 100644 --- a/sn_networking/Cargo.toml +++ b/sn_networking/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_networking" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.12.9" +version = "0.12.10" [features] default=[] @@ -29,8 +29,8 @@ rand = { version = "~0.8.5", features = ["small_rng"] } rayon = "1.8.0" rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} -sn_protocol = { path = "../sn_protocol", version = "0.9.3" } -sn_transfers = { path = "../sn_transfers", version = "0.14.30" } +sn_protocol = { path = "../sn_protocol", version = "0.9.4" } +sn_transfers = { path = "../sn_transfers", version = "0.14.31" } sysinfo = { version = "0.29.0", default-features = false, optional = true } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } diff --git a/sn_node/CHANGELOG.md b/sn_node/CHANGELOG.md index b9855f21cc..aca074f5f5 100644 --- a/sn_node/CHANGELOG.md +++ b/sn_node/CHANGELOG.md @@ -2620,6 +2620,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - *(node)* log wallet balance on earning +## [0.100.22](https://github.com/maidsafe/safe_network/compare/sn_node-v0.100.21...sn_node-v0.100.22) - 2023-12-19 + +### Other +- add data path field to node info + ## v0.1.0 (2023-05-04) ### Chore diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index dc92c5198a..d88e7ca4a8 100644 --- a/sn_node/Cargo.toml +++ b/sn_node/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Safe Node" name = "sn_node" -version = "0.100.21" +version = "0.100.22" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,12 +51,12 @@ self_encryption = "~0.28.5" serde = { version = "1.0.133", features = [ "derive", "rc" ]} sn_build_info = { path="../sn_build_info", version = "0.1.3" } sn_peers_acquisition= { path="../sn_peers_acquisition", version = "0.1.13" } -sn_client = { path = "../sn_client", version = "0.99.26" } +sn_client = { path = "../sn_client", version = "0.99.27" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_networking = { path = "../sn_networking", version = "0.12.9" } -sn_protocol = { path = "../sn_protocol", version = "0.9.3" } +sn_networking = { path = "../sn_networking", version = "0.12.10" } +sn_protocol = { path = "../sn_protocol", version = "0.9.4" } sn_registers = { path = "../sn_registers", version = "0.3.6" } -sn_transfers = { path = "../sn_transfers", version = "0.14.30" } +sn_transfers = { path = "../sn_transfers", version = "0.14.31" } thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["io-util", "macros", "parking_lot", "rt", "sync", "time"] } tokio-stream = { version = "~0.1.12" } @@ -73,7 +73,7 @@ color-eyre = "0.6.2" [dev-dependencies] tempfile = "3.6.0" reqwest = { version="0.11.18", default-features=false, features = ["rustls"] } -sn_protocol = { path = "../sn_protocol", version = "0.9.3", features = ["test-utils"]} +sn_protocol = { path = "../sn_protocol", version = "0.9.4", features = ["test-utils"]} [lints] workspace = true diff --git a/sn_node_rpc_client/CHANGELOG.md b/sn_node_rpc_client/CHANGELOG.md index 64e57d7e86..49c6838bbc 100644 --- a/sn_node_rpc_client/CHANGELOG.md +++ b/sn_node_rpc_client/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.94](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.93...sn_node_rpc_client-v0.1.94) - 2023-12-19 + +### Other +- add data path field to node info + ## [0.1.93](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.1.92...sn_node_rpc_client-v0.1.93) - 2023-12-19 ### Other diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 25a1dabce2..ec91fa53cf 100644 --- a/sn_node_rpc_client/Cargo.toml +++ b/sn_node_rpc_client/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_node_rpc_client" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.93" +version = "0.1.94" [[bin]] path="src/main.rs" @@ -23,12 +23,12 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version="0.52", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_client = { path = "../sn_client", version = "0.99.26" } +sn_client = { path = "../sn_client", version = "0.99.27" } sn_logging = { path = "../sn_logging", version = "0.2.16" } -sn_node = { path = "../sn_node", version = "0.100.21" } +sn_node = { path = "../sn_node", version = "0.100.22" } sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.1.13" } -sn_protocol = { path = "../sn_protocol", version = "0.9.3" } -sn_transfers = { path = "../sn_transfers", version = "0.14.30" } +sn_protocol = { path = "../sn_protocol", version = "0.9.4" } +sn_transfers = { path = "../sn_transfers", version = "0.14.31" } thiserror = "1.0.23" # # watch out updating this, protoc compiler needs to be installed on all build systems # # arm builds + musl are very problematic diff --git a/sn_protocol/CHANGELOG.md b/sn_protocol/CHANGELOG.md index 2fd5691845..e727742dcc 100644 --- a/sn_protocol/CHANGELOG.md +++ b/sn_protocol/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.4](https://github.com/maidsafe/safe_network/compare/sn_protocol-v0.9.3...sn_protocol-v0.9.4) - 2023-12-19 + +### Other +- add data path field to node info + ## [0.9.3](https://github.com/maidsafe/safe_network/compare/sn_protocol-v0.9.2...sn_protocol-v0.9.3) - 2023-12-18 ### Other diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index 78ba2adfa2..e03e721212 100644 --- a/sn_protocol/Cargo.toml +++ b/sn_protocol/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_protocol" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.9.3" +version = "0.9.4" [features] test-utils=["dirs-next", "serde_json"] @@ -25,7 +25,7 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = {version = "1.0", optional = true } sha2 = "0.10.7" -sn_transfers = { path = "../sn_transfers", version = "0.14.30" } +sn_transfers = { path = "../sn_transfers", version = "0.14.31" } sn_registers = { path = "../sn_registers", version = "0.3.6" } thiserror = "1.0.23" tracing = { version = "~0.1.26" } diff --git a/sn_testnet/CHANGELOG.md b/sn_testnet/CHANGELOG.md index 742b0624b2..8bb6ccfc28 100644 --- a/sn_testnet/CHANGELOG.md +++ b/sn_testnet/CHANGELOG.md @@ -2307,6 +2307,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - update dependencies +## [0.2.356](https://github.com/maidsafe/safe_network/compare/sn_testnet-v0.2.355...sn_testnet-v0.2.356) - 2023-12-19 + +### Other +- add data path field to node info + ## v0.1.0 (2023-03-16) diff --git a/sn_testnet/Cargo.toml b/sn_testnet/Cargo.toml index 21d010d604..62d6be3267 100644 --- a/sn_testnet/Cargo.toml +++ b/sn_testnet/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_testnet" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.355" +version = "0.2.356" [features] # required to pass on flag to node builds diff --git a/sn_transfers/CHANGELOG.md b/sn_transfers/CHANGELOG.md index 21425bda7f..9121282d55 100644 --- a/sn_transfers/CHANGELOG.md +++ b/sn_transfers/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.31](https://github.com/maidsafe/safe_network/compare/sn_transfers-v0.14.30...sn_transfers-v0.14.31) - 2023-12-19 + +### Added +- network royalties through audit POC + ## [0.14.30](https://github.com/maidsafe/safe_network/compare/sn_transfers-v0.14.29...sn_transfers-v0.14.30) - 2023-12-18 ### Added diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index a989449ca8..c1980eaaec 100644 --- a/sn_transfers/Cargo.toml +++ b/sn_transfers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_transfers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.14.30" +version = "0.14.31" [dependencies] bls = { package = "blsttc", version = "8.0.1" }