From 95500eb5de73bbe3c40ab2ef10f791eab85962fa Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Thu, 7 Nov 2024 20:44:38 +0000 Subject: [PATCH 01/10] chore(release): release candidate 2024.11.1.1 ================== Crate Versions ================== autonomi: 0.2.4-rc.1 autonomi-cli: 0.1.5-rc.1 evmlib: 0.1.4-rc.1 evm_testnet: 0.1.4-rc.1 sn_build_info: 0.1.19-rc.1 sn_evm: 0.1.4-rc.1 sn_logging: 0.2.40-rc.1 sn_metrics: 0.1.20-rc.1 nat-detection: 0.2.11-rc.1 sn_networking: 0.19.3-rc.1 sn_node: 0.112.4-rc.1 node-launchpad: 0.4.5-rc.1 sn_node_manager: 0.11.3-rc.1 sn_node_rpc_client: 0.6.35-rc.1 sn_peers_acquisition: 0.5.7-rc.1 sn_protocol: 0.17.15-rc.1 sn_registers: 0.4.3-rc.1 sn_service_management: 0.4.3-rc.1 sn_transfers: 0.20.3-rc.1 test_utils: 0.4.11-rc.1 token_supplies: 0.1.58-rc.1 =================== Binary Versions =================== nat-detection: 0.2.11-rc.1 node-launchpad: 0.4.5-rc.1 autonomi: 0.1.5-rc.1 safenode: 0.112.4-rc.1 safenode-manager: 0.11.3-rc.1 safenode_rpc_client: 0.6.35-rc.1 safenodemand: 0.11.3-rc.1 --- Cargo.lock | 42 +++++++++++++++---------------- autonomi-cli/Cargo.toml | 12 ++++----- autonomi/Cargo.toml | 18 ++++++------- evm_testnet/Cargo.toml | 6 ++--- evmlib/Cargo.toml | 2 +- nat-detection/Cargo.toml | 8 +++--- node-launchpad/Cargo.toml | 14 +++++------ release-cycle-info | 6 ++--- sn_build_info/Cargo.toml | 2 +- sn_build_info/src/release_info.rs | 6 ++--- sn_evm/Cargo.toml | 4 +-- sn_logging/Cargo.toml | 2 +- sn_metrics/Cargo.toml | 2 +- sn_networking/Cargo.toml | 12 ++++----- sn_node/Cargo.toml | 28 ++++++++++----------- sn_node_manager/Cargo.toml | 16 ++++++------ sn_node_rpc_client/Cargo.toml | 16 ++++++------ sn_peers_acquisition/Cargo.toml | 4 +-- sn_protocol/Cargo.toml | 10 ++++---- sn_registers/Cargo.toml | 2 +- sn_service_management/Cargo.toml | 8 +++--- sn_transfers/Cargo.toml | 2 +- test_utils/Cargo.toml | 6 ++--- token_supplies/Cargo.toml | 2 +- 24 files changed, 115 insertions(+), 115 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6bf9f17fb..2fc0fc5b96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "autonomi" -version = "0.2.3" +version = "0.2.4-rc.1" dependencies = [ "alloy", "bip39", @@ -1141,7 +1141,7 @@ dependencies = [ [[package]] name = "autonomi-cli" -version = "0.1.4" +version = "0.1.5-rc.1" dependencies = [ "autonomi", "clap", @@ -2881,7 +2881,7 @@ dependencies = [ [[package]] name = "evm_testnet" -version = "0.1.3" +version = "0.1.4-rc.1" dependencies = [ "clap", "dirs-next", @@ -2892,7 +2892,7 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.1.3" +version = "0.1.4-rc.1" dependencies = [ "alloy", "dirs-next", @@ -5774,7 +5774,7 @@ dependencies = [ [[package]] name = "nat-detection" -version = "0.2.10" +version = "0.2.11-rc.1" dependencies = [ "clap", "clap-verbosity-flag", @@ -5891,7 +5891,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.4.4" +version = "0.4.5-rc.1" dependencies = [ "arboard", "atty", @@ -8410,7 +8410,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.11.2" +version = "0.11.3-rc.1" dependencies = [ "assert_cmd", "assert_fs", @@ -8486,7 +8486,7 @@ dependencies = [ [[package]] name = "sn_build_info" -version = "0.1.18" +version = "0.1.19-rc.1" dependencies = [ "chrono", "tracing", @@ -8528,7 +8528,7 @@ dependencies = [ [[package]] name = "sn_evm" -version = "0.1.3" +version = "0.1.4-rc.1" dependencies = [ "custom_debug", "evmlib", @@ -8551,7 +8551,7 @@ dependencies = [ [[package]] name = "sn_logging" -version = "0.2.39" +version = "0.2.40-rc.1" dependencies = [ "chrono", "color-eyre", @@ -8576,7 +8576,7 @@ dependencies = [ [[package]] name = "sn_metrics" -version = "0.1.19" +version = "0.1.20-rc.1" dependencies = [ "clap", "color-eyre", @@ -8590,7 +8590,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.19.2" +version = "0.19.3-rc.1" dependencies = [ "aes-gcm-siv", "assert_fs", @@ -8638,7 +8638,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.112.3" +version = "0.112.4-rc.1" dependencies = [ "assert_fs", "async-trait", @@ -8695,7 +8695,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.6.34" +version = "0.6.35-rc.1" dependencies = [ "assert_fs", "async-trait", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sn_peers_acquisition" -version = "0.5.6" +version = "0.5.7-rc.1" dependencies = [ "clap", "lazy_static", @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.17.14" +version = "0.17.15-rc.1" dependencies = [ "blsttc", "bytes", @@ -8768,7 +8768,7 @@ dependencies = [ [[package]] name = "sn_registers" -version = "0.4.2" +version = "0.4.3-rc.1" dependencies = [ "blsttc", "crdts", @@ -8785,7 +8785,7 @@ dependencies = [ [[package]] name = "sn_service_management" -version = "0.4.2" +version = "0.4.3-rc.1" dependencies = [ "async-trait", "dirs-next", @@ -8811,7 +8811,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.20.2" +version = "0.20.3-rc.1" dependencies = [ "assert_fs", "blsttc", @@ -9155,7 +9155,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_utils" -version = "0.4.10" +version = "0.4.11-rc.1" dependencies = [ "bytes", "color-eyre", @@ -9310,7 +9310,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.57" +version = "0.1.58-rc.1" dependencies = [ "dirs-next", "reqwest 0.11.27", diff --git a/autonomi-cli/Cargo.toml b/autonomi-cli/Cargo.toml index 83d1ffd99b..fe25cbfea5 100644 --- a/autonomi-cli/Cargo.toml +++ b/autonomi-cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] name = "autonomi-cli" description = "Autonomi CLI" license = "GPL-3.0" -version = "0.1.4" +version = "0.1.5-rc.1" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -24,7 +24,7 @@ name = "files" harness = false [dependencies] -autonomi = { path = "../autonomi", version = "0.2.3", features = [ +autonomi = { path = "../autonomi", version = "0.2.4-rc.1", features = [ "data", "fs", "vault", @@ -50,9 +50,9 @@ tokio = { version = "1.32.0", features = [ "fs", ] } tracing = { version = "~0.1.26" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.6" } -sn_build_info = { path = "../sn_build_info", version = "0.1.18" } -sn_logging = { path = "../sn_logging", version = "0.2.39" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } walkdir = "2.5.0" serde_json = "1.0.132" serde = "1.0.210" @@ -60,7 +60,7 @@ hex = "0.4.3" ring = "0.17.8" [dev-dependencies] -autonomi = { path = "../autonomi", version = "0.2.3", features = [ +autonomi = { path = "../autonomi", version = "0.2.4-rc.1", features = [ "data", "fs", ] } diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 3bdd14f686..9a32cf066f 100644 --- a/autonomi/Cargo.toml +++ b/autonomi/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] description = "Autonomi client API" name = "autonomi" license = "GPL-3.0" -version = "0.2.3" +version = "0.2.4-rc.1" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -38,11 +38,11 @@ rand = "0.8.5" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_networking = { path = "../sn_networking", version = "0.19.2" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.6" } -sn_protocol = { version = "0.17.14", path = "../sn_protocol" } -sn_registers = { path = "../sn_registers", version = "0.4.2" } -sn_evm = { path = "../sn_evm", version = "0.1.3" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } +sn_protocol = { version = "0.17.15-rc.1", path = "../sn_protocol" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.1" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } thiserror = "1.0.23" tokio = { version = "1.35.0", features = ["sync"] } tracing = { version = "~0.1.26" } @@ -60,8 +60,8 @@ blstrs = "0.7.1" alloy = { version = "0.5.3", default-features = false, features = ["std", "reqwest-rustls-tls", "provider-anvil-node", "sol-types", "json", "signers", "contract", "signer-local", "network"] } eyre = "0.6.5" sha2 = "0.10.6" -sn_logging = { path = "../sn_logging", version = "0.2.39" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.6" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } # Do not specify the version field. Release process expects even the local dev deps to be published. # Removing the version field is a workaround. test_utils = { path = "../test_utils" } @@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3.43" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -evmlib = { path = "../evmlib", version = "0.1.3", features = ["wasm-bindgen"] } +evmlib = { path = "../evmlib", version = "0.1.4-rc.1", features = ["wasm-bindgen"] } # See https://github.com/sebcrozet/instant/blob/7bd13f51f5c930239fddc0476a837870fb239ed7/README.md#using-instant-for-a-wasm-platform-where-performancenow-is-not-available instant = { version = "0.1", features = ["wasm-bindgen", "inaccurate"] } js-sys = "0.3.70" diff --git a/evm_testnet/Cargo.toml b/evm_testnet/Cargo.toml index fb93f3d35e..45e8cdea57 100644 --- a/evm_testnet/Cargo.toml +++ b/evm_testnet/Cargo.toml @@ -6,13 +6,13 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evm_testnet" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.3" +version = "0.1.4-rc.1" [dependencies] clap = { version = "4.5", features = ["derive"] } dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.3" } -sn_evm = { path = "../sn_evm", version = "0.1.3" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.1" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] } [lints] diff --git a/evmlib/Cargo.toml b/evmlib/Cargo.toml index a062cfe621..a4dcd4dee8 100644 --- a/evmlib/Cargo.toml +++ b/evmlib/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evmlib" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.3" +version = "0.1.4-rc.1" [features] wasm-bindgen = ["alloy/wasm-bindgen"] diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index e24ea7cc11..1e16c0af32 100644 --- a/nat-detection/Cargo.toml +++ b/nat-detection/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "nat-detection" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.10" +version = "0.2.11-rc.1" [[bin]] name = "nat-detection" @@ -31,9 +31,9 @@ libp2p = { version = "0.54.1", features = [ "macros", "upnp", ] } -sn_build_info = { path = "../sn_build_info", version = "0.1.18" } -sn_networking = { path = "../sn_networking", version = "0.19.2" } -sn_protocol = { path = "../sn_protocol", version = "0.17.14" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.1" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } tokio = { version = "1.32.0", features = ["full"] } tracing = { version = "~0.1.26" } tracing-log = "0.2.0" diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index cc18203ccc..fed2131c88 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "node-launchpad" -version = "0.4.4" +version = "0.4.5-rc.1" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,13 +51,13 @@ reqwest = { version = "0.12.2", default-features = false, features = [ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" -sn_build_info = { path = "../sn_build_info", version = "0.1.18" } -sn_evm = { path = "../sn_evm", version = "0.1.3" } -sn-node-manager = { version = "0.11.2", path = "../sn_node_manager" } -sn_peers_acquisition = { version = "0.5.6", path = "../sn_peers_acquisition" } -sn_protocol = { path = "../sn_protocol", version = "0.17.14" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } +sn-node-manager = { version = "0.11.3-rc.1", path = "../sn_node_manager" } +sn_peers_acquisition = { version = "0.5.7-rc.1", path = "../sn_peers_acquisition" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } sn-releases = "~0.2.6" -sn_service_management = { version = "0.4.2", path = "../sn_service_management" } +sn_service_management = { version = "0.4.3-rc.1", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" strum = { version = "0.26.1", features = ["derive"] } sysinfo = "0.30.12" diff --git a/release-cycle-info b/release-cycle-info index b75976efb5..04c94fa937 100644 --- a/release-cycle-info +++ b/release-cycle-info @@ -13,6 +13,6 @@ # Both of these numbers are used in the packaged version number, which is a collective version # number for all the released binaries. release-year: 2024 -release-month: 10 -release-cycle: 4 -release-cycle-counter: 6 +release-month: 11 +release-cycle: 1 +release-cycle-counter: 1 diff --git a/sn_build_info/Cargo.toml b/sn_build_info/Cargo.toml index ec284f3455..b5a6b6c943 100644 --- a/sn_build_info/Cargo.toml +++ b/sn_build_info/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_build_info" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.18" +version = "0.1.19-rc.1" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] diff --git a/sn_build_info/src/release_info.rs b/sn_build_info/src/release_info.rs index 1f67bd7304..8dc8f770ca 100644 --- a/sn_build_info/src/release_info.rs +++ b/sn_build_info/src/release_info.rs @@ -1,4 +1,4 @@ pub const RELEASE_YEAR: &str = "2024"; -pub const RELEASE_MONTH: &str = "10"; -pub const RELEASE_CYCLE: &str = "4"; -pub const RELEASE_CYCLE_COUNTER: &str = "6"; +pub const RELEASE_MONTH: &str = "11"; +pub const RELEASE_CYCLE: &str = "1"; +pub const RELEASE_CYCLE_COUNTER: &str = "1"; diff --git a/sn_evm/Cargo.toml b/sn_evm/Cargo.toml index c2ad676e70..7816094e18 100644 --- a/sn_evm/Cargo.toml +++ b/sn_evm/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_evm" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.3" +version = "0.1.4-rc.1" [features] test-utils = [] @@ -17,7 +17,7 @@ external-signer = ["evmlib/external-signer"] [dependencies] custom_debug = "~0.6.1" -evmlib = { path = "../evmlib", version = "0.1.3" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.1" } hex = "~0.4.3" lazy_static = "~1.4.0" libp2p = { version = "0.53", features = ["identify", "kad"] } diff --git a/sn_logging/Cargo.toml b/sn_logging/Cargo.toml index 497102c7e7..6a2d55a28d 100644 --- a/sn_logging/Cargo.toml +++ b/sn_logging/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_logging" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.39" +version = "0.2.40-rc.1" [dependencies] chrono = "~0.4.19" diff --git a/sn_metrics/Cargo.toml b/sn_metrics/Cargo.toml index 5533129d28..7fa0f374c2 100644 --- a/sn_metrics/Cargo.toml +++ b/sn_metrics/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_metrics" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.19" +version = "0.1.20-rc.1" [[bin]] path = "src/main.rs" diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 9d6a39e75a..d1b8aefed2 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.19.2" +version = "0.19.3-rc.1" [features] default = [] @@ -54,11 +54,11 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.18" } -sn_protocol = { path = "../sn_protocol", version = "0.17.14" } -sn_transfers = { path = "../sn_transfers", version = "0.20.2" } -sn_registers = { path = "../sn_registers", version = "0.4.2" } -sn_evm = { path = "../sn_evm", version = "0.1.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.1" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } sysinfo = { version = "0.30.8", default-features = false, optional = true } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = ["sha3"] } diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 61cbebe5af..e8c688ccd5 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.112.3" +version = "0.112.4-rc.1" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,15 +52,15 @@ rmp-serde = "1.1.1" rayon = "1.8.0" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.18" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.6" } -sn_logging = { path = "../sn_logging", version = "0.2.39" } -sn_networking = { path = "../sn_networking", version = "0.19.2" } -sn_protocol = { path = "../sn_protocol", version = "0.17.14" } -sn_registers = { path = "../sn_registers", version = "0.4.2" } -sn_transfers = { path = "../sn_transfers", version = "0.20.2" } -sn_service_management = { path = "../sn_service_management", version = "0.4.2" } -sn_evm = { path = "../sn_evm", version = "0.1.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.1" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.1" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.1" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } sysinfo = { version = "0.30.8", default-features = false } thiserror = "1.0.23" tokio = { version = "1.32.0", features = [ @@ -83,16 +83,16 @@ strum = { version = "0.26.2", features = ["derive"] } color-eyre = "0.6.2" [dev-dependencies] -evmlib = { path = "../evmlib", version = "0.1.3" } -autonomi = { path = "../autonomi", version = "0.2.3", features = ["registers"] } +evmlib = { path = "../evmlib", version = "0.1.4-rc.1" } +autonomi = { path = "../autonomi", version = "0.2.4-rc.1", features = ["registers"] } reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } serde_json = "1.0" -sn_protocol = { path = "../sn_protocol", version = "0.17.14", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1", features = [ "rpc", ] } -sn_transfers = { path = "../sn_transfers", version = "0.20.2", features = [ +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1", features = [ "test-utils", ] } tempfile = "3.6.0" diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index c729b59edc..195b2f633d 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.11.2" +version = "0.11.3-rc.1" [[bin]] name = "safenode-manager" @@ -46,14 +46,14 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.7.0" -sn_build_info = { path = "../sn_build_info", version = "0.1.18" } -sn_logging = { path = "../sn_logging", version = "0.2.39" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.6" } -sn_protocol = { path = "../sn_protocol", version = "0.17.14" } -sn_service_management = { path = "../sn_service_management", version = "0.4.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.1" } sn-releases = "0.2.6" -sn_evm = { path = "../sn_evm", version = "0.1.3" } -sn_transfers = { path = "../sn_transfers", version = "0.20.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.26", features = ["full"] } diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 126852342c..eab26d9753 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.6.34" +version = "0.6.35-rc.1" [[bin]] name = "safenode_rpc_client" @@ -26,13 +26,13 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version = "0.54.1", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.18" } -sn_logging = { path = "../sn_logging", version = "0.2.39" } -sn_node = { path = "../sn_node", version = "0.112.3" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.6" } -sn_protocol = { path = "../sn_protocol", version = "0.17.14", features=["rpc"] } -sn_service_management = { path = "../sn_service_management", version = "0.4.2" } -sn_transfers = { path = "../sn_transfers", version = "0.20.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } +sn_node = { path = "../sn_node", version = "0.112.4-rc.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1", features=["rpc"] } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.1" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } 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_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index 9171db793a..0d0c1e3806 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_peers_acquisition" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.5.6" +version = "0.5.7-rc.1" [features] local = [] @@ -21,7 +21,7 @@ lazy_static = "~1.4.0" libp2p = { version = "0.54.1", features = [] } rand = "0.8.5" reqwest = { version="0.12.2", default-features=false, features = ["rustls-tls"] } -sn_protocol = { path = "../sn_protocol", version = "0.17.14", optional = true} +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1", optional = true} thiserror = "1.0.23" tokio = { version = "1.32.0", default-features = false } tracing = { version = "~0.1.26" } diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index 58f2c45459..7b950bb202 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.17.14" +version = "0.17.15-rc.1" [features] default = [] @@ -28,10 +28,10 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = "1.0" sha2 = "0.10.7" -sn_build_info = { path = "../sn_build_info", version = "0.1.18" } -sn_transfers = { path = "../sn_transfers", version = "0.20.2" } -sn_registers = { path = "../sn_registers", version = "0.4.2" } -sn_evm = { path = "../sn_evm", version = "0.1.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.1" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } tracing = { version = "~0.1.26" } diff --git a/sn_registers/Cargo.toml b/sn_registers/Cargo.toml index 35e9135c3c..ff129c35da 100644 --- a/sn_registers/Cargo.toml +++ b/sn_registers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_registers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.2" +version = "0.4.3-rc.1" [features] test-utils = [] diff --git a/sn_service_management/Cargo.toml b/sn_service_management/Cargo.toml index 27be8a6715..d66cc2a6e7 100644 --- a/sn_service_management/Cargo.toml +++ b/sn_service_management/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_service_management" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.2" +version = "0.4.3-rc.1" [dependencies] async-trait = "0.1" @@ -19,11 +19,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" semver = "1.0.20" service-manager = "0.7.0" -sn_logging = { path = "../sn_logging", version = "0.2.39" } -sn_protocol = { path = "../sn_protocol", version = "0.17.14", features = [ +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1", features = [ "rpc", ] } -sn_evm = { path = "../sn_evm", version = "0.1.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["time"] } diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index 0418a54671..fdd75b307a 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.20.2" +version = "0.20.3-rc.1" [features] reward-forward = [] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index d3e1f9117b..b427d1f0a2 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "test_utils" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.10" +version = "0.4.11-rc.1" [features] local = ["sn_peers_acquisition/local"] @@ -16,9 +16,9 @@ local = ["sn_peers_acquisition/local"] bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "~0.6.2" dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.3" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.1" } libp2p = { version = "0.54.1", features = ["identify", "kad"] } rand = "0.8.5" serde = { version = "1.0.133", features = ["derive"] } serde_json = "1.0" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.6" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 14ad221eea..16a1b96ff7 100644 --- a/token_supplies/Cargo.toml +++ b/token_supplies/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "token_supplies" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.57" +version = "0.1.58-rc.1" [dependencies] From 92e0e9be95885b9ee61ee0ba62ebb881dbbc877b Mon Sep 17 00:00:00 2001 From: Benno Zeeman Date: Thu, 7 Nov 2024 16:48:20 +0100 Subject: [PATCH 02/10] feat(autonomi): increase verification attempts Verifying ChunkProof was attempted twice, but is changed to be attempted 4 times now. --- autonomi/src/client/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autonomi/src/client/utils.rs b/autonomi/src/client/utils.rs index bc17f9e58f..e8e8556820 100644 --- a/autonomi/src/client/utils.rs +++ b/autonomi/src/client/utils.rs @@ -126,7 +126,7 @@ impl Client { let verification = { let verification_cfg = GetRecordCfg { get_quorum: Quorum::N(NonZero::new(2).expect("2 is non-zero")), - retry_strategy: Some(RetryStrategy::Quick), + retry_strategy: Some(RetryStrategy::Balanced), target_record: None, expected_holders: Default::default(), is_register: false, From a7f48f0c10618e2891c07d557900428d02778f79 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Fri, 8 Nov 2024 16:11:59 +0000 Subject: [PATCH 03/10] chore(release): release candidate 2024.11.1.2 ================== Crate Versions ================== autonomi: 0.2.4-rc.2 autonomi-cli: 0.1.5-rc.2 evmlib: 0.1.4-rc.2 evm_testnet: 0.1.4-rc.2 sn_build_info: 0.1.19-rc.2 sn_evm: 0.1.4-rc.2 sn_logging: 0.2.40-rc.2 sn_metrics: 0.1.20-rc.2 nat-detection: 0.2.11-rc.2 sn_networking: 0.19.3-rc.2 sn_node: 0.112.4-rc.2 node-launchpad: 0.4.5-rc.2 sn_node_manager: 0.11.3-rc.2 sn_node_rpc_client: 0.6.35-rc.2 sn_peers_acquisition: 0.5.7-rc.2 sn_protocol: 0.17.15-rc.2 sn_registers: 0.4.3-rc.2 sn_service_management: 0.4.3-rc.2 sn_transfers: 0.20.3-rc.2 test_utils: 0.4.11-rc.2 token_supplies: 0.1.58-rc.2 =================== Binary Versions =================== nat-detection: 0.2.11-rc.2 node-launchpad: 0.4.5-rc.2 autonomi: 0.1.5-rc.2 safenode: 0.112.4-rc.2 safenode-manager: 0.11.3-rc.2 safenode_rpc_client: 0.6.35-rc.2 safenodemand: 0.11.3-rc.2 --- Cargo.lock | 42 +++++++++++++++---------------- autonomi-cli/Cargo.toml | 12 ++++----- autonomi/Cargo.toml | 18 ++++++------- evm_testnet/Cargo.toml | 6 ++--- evmlib/Cargo.toml | 2 +- nat-detection/Cargo.toml | 8 +++--- node-launchpad/Cargo.toml | 14 +++++------ release-cycle-info | 2 +- sn_build_info/Cargo.toml | 2 +- sn_build_info/src/release_info.rs | 2 +- sn_evm/Cargo.toml | 4 +-- sn_logging/Cargo.toml | 2 +- sn_metrics/Cargo.toml | 2 +- sn_networking/Cargo.toml | 12 ++++----- sn_node/Cargo.toml | 28 ++++++++++----------- sn_node_manager/Cargo.toml | 16 ++++++------ sn_node_rpc_client/Cargo.toml | 16 ++++++------ sn_peers_acquisition/Cargo.toml | 4 +-- sn_protocol/Cargo.toml | 10 ++++---- sn_registers/Cargo.toml | 2 +- sn_service_management/Cargo.toml | 8 +++--- sn_transfers/Cargo.toml | 2 +- test_utils/Cargo.toml | 6 ++--- token_supplies/Cargo.toml | 2 +- 24 files changed, 111 insertions(+), 111 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fc0fc5b96..0db62dc2fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "autonomi" -version = "0.2.4-rc.1" +version = "0.2.4-rc.2" dependencies = [ "alloy", "bip39", @@ -1141,7 +1141,7 @@ dependencies = [ [[package]] name = "autonomi-cli" -version = "0.1.5-rc.1" +version = "0.1.5-rc.2" dependencies = [ "autonomi", "clap", @@ -2881,7 +2881,7 @@ dependencies = [ [[package]] name = "evm_testnet" -version = "0.1.4-rc.1" +version = "0.1.4-rc.2" dependencies = [ "clap", "dirs-next", @@ -2892,7 +2892,7 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.1.4-rc.1" +version = "0.1.4-rc.2" dependencies = [ "alloy", "dirs-next", @@ -5774,7 +5774,7 @@ dependencies = [ [[package]] name = "nat-detection" -version = "0.2.11-rc.1" +version = "0.2.11-rc.2" dependencies = [ "clap", "clap-verbosity-flag", @@ -5891,7 +5891,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.4.5-rc.1" +version = "0.4.5-rc.2" dependencies = [ "arboard", "atty", @@ -8410,7 +8410,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.11.3-rc.1" +version = "0.11.3-rc.2" dependencies = [ "assert_cmd", "assert_fs", @@ -8486,7 +8486,7 @@ dependencies = [ [[package]] name = "sn_build_info" -version = "0.1.19-rc.1" +version = "0.1.19-rc.2" dependencies = [ "chrono", "tracing", @@ -8528,7 +8528,7 @@ dependencies = [ [[package]] name = "sn_evm" -version = "0.1.4-rc.1" +version = "0.1.4-rc.2" dependencies = [ "custom_debug", "evmlib", @@ -8551,7 +8551,7 @@ dependencies = [ [[package]] name = "sn_logging" -version = "0.2.40-rc.1" +version = "0.2.40-rc.2" dependencies = [ "chrono", "color-eyre", @@ -8576,7 +8576,7 @@ dependencies = [ [[package]] name = "sn_metrics" -version = "0.1.20-rc.1" +version = "0.1.20-rc.2" dependencies = [ "clap", "color-eyre", @@ -8590,7 +8590,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.19.3-rc.1" +version = "0.19.3-rc.2" dependencies = [ "aes-gcm-siv", "assert_fs", @@ -8638,7 +8638,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.112.4-rc.1" +version = "0.112.4-rc.2" dependencies = [ "assert_fs", "async-trait", @@ -8695,7 +8695,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.6.35-rc.1" +version = "0.6.35-rc.2" dependencies = [ "assert_fs", "async-trait", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sn_peers_acquisition" -version = "0.5.7-rc.1" +version = "0.5.7-rc.2" dependencies = [ "clap", "lazy_static", @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.17.15-rc.1" +version = "0.17.15-rc.2" dependencies = [ "blsttc", "bytes", @@ -8768,7 +8768,7 @@ dependencies = [ [[package]] name = "sn_registers" -version = "0.4.3-rc.1" +version = "0.4.3-rc.2" dependencies = [ "blsttc", "crdts", @@ -8785,7 +8785,7 @@ dependencies = [ [[package]] name = "sn_service_management" -version = "0.4.3-rc.1" +version = "0.4.3-rc.2" dependencies = [ "async-trait", "dirs-next", @@ -8811,7 +8811,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.20.3-rc.1" +version = "0.20.3-rc.2" dependencies = [ "assert_fs", "blsttc", @@ -9155,7 +9155,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_utils" -version = "0.4.11-rc.1" +version = "0.4.11-rc.2" dependencies = [ "bytes", "color-eyre", @@ -9310,7 +9310,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.58-rc.1" +version = "0.1.58-rc.2" dependencies = [ "dirs-next", "reqwest 0.11.27", diff --git a/autonomi-cli/Cargo.toml b/autonomi-cli/Cargo.toml index fe25cbfea5..8727d53bd7 100644 --- a/autonomi-cli/Cargo.toml +++ b/autonomi-cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] name = "autonomi-cli" description = "Autonomi CLI" license = "GPL-3.0" -version = "0.1.5-rc.1" +version = "0.1.5-rc.2" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -24,7 +24,7 @@ name = "files" harness = false [dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.1", features = [ +autonomi = { path = "../autonomi", version = "0.2.4-rc.2", features = [ "data", "fs", "vault", @@ -50,9 +50,9 @@ tokio = { version = "1.32.0", features = [ "fs", ] } tracing = { version = "~0.1.26" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } walkdir = "2.5.0" serde_json = "1.0.132" serde = "1.0.210" @@ -60,7 +60,7 @@ hex = "0.4.3" ring = "0.17.8" [dev-dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.1", features = [ +autonomi = { path = "../autonomi", version = "0.2.4-rc.2", features = [ "data", "fs", ] } diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 9a32cf066f..633ffc5393 100644 --- a/autonomi/Cargo.toml +++ b/autonomi/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] description = "Autonomi client API" name = "autonomi" license = "GPL-3.0" -version = "0.2.4-rc.1" +version = "0.2.4-rc.2" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -38,11 +38,11 @@ rand = "0.8.5" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.1" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } -sn_protocol = { version = "0.17.15-rc.1", path = "../sn_protocol" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.1" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.2" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } +sn_protocol = { version = "0.17.15-rc.2", path = "../sn_protocol" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } thiserror = "1.0.23" tokio = { version = "1.35.0", features = ["sync"] } tracing = { version = "~0.1.26" } @@ -60,8 +60,8 @@ blstrs = "0.7.1" alloy = { version = "0.5.3", default-features = false, features = ["std", "reqwest-rustls-tls", "provider-anvil-node", "sol-types", "json", "signers", "contract", "signer-local", "network"] } eyre = "0.6.5" sha2 = "0.10.6" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } # Do not specify the version field. Release process expects even the local dev deps to be published. # Removing the version field is a workaround. test_utils = { path = "../test_utils" } @@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3.43" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -evmlib = { path = "../evmlib", version = "0.1.4-rc.1", features = ["wasm-bindgen"] } +evmlib = { path = "../evmlib", version = "0.1.4-rc.2", features = ["wasm-bindgen"] } # See https://github.com/sebcrozet/instant/blob/7bd13f51f5c930239fddc0476a837870fb239ed7/README.md#using-instant-for-a-wasm-platform-where-performancenow-is-not-available instant = { version = "0.1", features = ["wasm-bindgen", "inaccurate"] } js-sys = "0.3.70" diff --git a/evm_testnet/Cargo.toml b/evm_testnet/Cargo.toml index 45e8cdea57..6815d81e59 100644 --- a/evm_testnet/Cargo.toml +++ b/evm_testnet/Cargo.toml @@ -6,13 +6,13 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evm_testnet" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.1" +version = "0.1.4-rc.2" [dependencies] clap = { version = "4.5", features = ["derive"] } dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.1" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] } [lints] diff --git a/evmlib/Cargo.toml b/evmlib/Cargo.toml index a4dcd4dee8..c84911b3cc 100644 --- a/evmlib/Cargo.toml +++ b/evmlib/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evmlib" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.1" +version = "0.1.4-rc.2" [features] wasm-bindgen = ["alloy/wasm-bindgen"] diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index 1e16c0af32..5380124739 100644 --- a/nat-detection/Cargo.toml +++ b/nat-detection/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "nat-detection" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.11-rc.1" +version = "0.2.11-rc.2" [[bin]] name = "nat-detection" @@ -31,9 +31,9 @@ libp2p = { version = "0.54.1", features = [ "macros", "upnp", ] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.1" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.2" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } tokio = { version = "1.32.0", features = ["full"] } tracing = { version = "~0.1.26" } tracing-log = "0.2.0" diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index fed2131c88..c2b1942ada 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "node-launchpad" -version = "0.4.5-rc.1" +version = "0.4.5-rc.2" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,13 +51,13 @@ reqwest = { version = "0.12.2", default-features = false, features = [ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } -sn-node-manager = { version = "0.11.3-rc.1", path = "../sn_node_manager" } -sn_peers_acquisition = { version = "0.5.7-rc.1", path = "../sn_peers_acquisition" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } +sn-node-manager = { version = "0.11.3-rc.2", path = "../sn_node_manager" } +sn_peers_acquisition = { version = "0.5.7-rc.2", path = "../sn_peers_acquisition" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } sn-releases = "~0.2.6" -sn_service_management = { version = "0.4.3-rc.1", path = "../sn_service_management" } +sn_service_management = { version = "0.4.3-rc.2", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" strum = { version = "0.26.1", features = ["derive"] } sysinfo = "0.30.12" diff --git a/release-cycle-info b/release-cycle-info index 04c94fa937..abd71c452f 100644 --- a/release-cycle-info +++ b/release-cycle-info @@ -15,4 +15,4 @@ release-year: 2024 release-month: 11 release-cycle: 1 -release-cycle-counter: 1 +release-cycle-counter: 2 diff --git a/sn_build_info/Cargo.toml b/sn_build_info/Cargo.toml index b5a6b6c943..88082ecd96 100644 --- a/sn_build_info/Cargo.toml +++ b/sn_build_info/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_build_info" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.19-rc.1" +version = "0.1.19-rc.2" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] diff --git a/sn_build_info/src/release_info.rs b/sn_build_info/src/release_info.rs index 8dc8f770ca..3ae3fc0293 100644 --- a/sn_build_info/src/release_info.rs +++ b/sn_build_info/src/release_info.rs @@ -1,4 +1,4 @@ pub const RELEASE_YEAR: &str = "2024"; pub const RELEASE_MONTH: &str = "11"; pub const RELEASE_CYCLE: &str = "1"; -pub const RELEASE_CYCLE_COUNTER: &str = "1"; +pub const RELEASE_CYCLE_COUNTER: &str = "2"; diff --git a/sn_evm/Cargo.toml b/sn_evm/Cargo.toml index 7816094e18..51d1601456 100644 --- a/sn_evm/Cargo.toml +++ b/sn_evm/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_evm" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.1" +version = "0.1.4-rc.2" [features] test-utils = [] @@ -17,7 +17,7 @@ external-signer = ["evmlib/external-signer"] [dependencies] custom_debug = "~0.6.1" -evmlib = { path = "../evmlib", version = "0.1.4-rc.1" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.2" } hex = "~0.4.3" lazy_static = "~1.4.0" libp2p = { version = "0.53", features = ["identify", "kad"] } diff --git a/sn_logging/Cargo.toml b/sn_logging/Cargo.toml index 6a2d55a28d..b13f16b71d 100644 --- a/sn_logging/Cargo.toml +++ b/sn_logging/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_logging" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.40-rc.1" +version = "0.2.40-rc.2" [dependencies] chrono = "~0.4.19" diff --git a/sn_metrics/Cargo.toml b/sn_metrics/Cargo.toml index 7fa0f374c2..ed8cad863d 100644 --- a/sn_metrics/Cargo.toml +++ b/sn_metrics/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_metrics" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.20-rc.1" +version = "0.1.20-rc.2" [[bin]] path = "src/main.rs" diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index d1b8aefed2..694455d086 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.19.3-rc.1" +version = "0.19.3-rc.2" [features] default = [] @@ -54,11 +54,11 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.1" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } sysinfo = { version = "0.30.8", default-features = false, optional = true } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = ["sha3"] } diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index e8c688ccd5..81293fec2e 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.112.4-rc.1" +version = "0.112.4-rc.2" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,15 +52,15 @@ rmp-serde = "1.1.1" rayon = "1.8.0" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.1" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.1" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.1" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.2" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } sysinfo = { version = "0.30.8", default-features = false } thiserror = "1.0.23" tokio = { version = "1.32.0", features = [ @@ -83,16 +83,16 @@ strum = { version = "0.26.2", features = ["derive"] } color-eyre = "0.6.2" [dev-dependencies] -evmlib = { path = "../evmlib", version = "0.1.4-rc.1" } -autonomi = { path = "../autonomi", version = "0.2.4-rc.1", features = ["registers"] } +evmlib = { path = "../evmlib", version = "0.1.4-rc.2" } +autonomi = { path = "../autonomi", version = "0.2.4-rc.2", features = ["registers"] } reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } serde_json = "1.0" -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2", features = [ "rpc", ] } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1", features = [ +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2", features = [ "test-utils", ] } tempfile = "3.6.0" diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index 195b2f633d..902ef8783c 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.11.3-rc.1" +version = "0.11.3-rc.2" [[bin]] name = "safenode-manager" @@ -46,14 +46,14 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.7.0" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.1" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.2" } sn-releases = "0.2.6" -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.26", features = ["full"] } diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index eab26d9753..11f6943f47 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.6.35-rc.1" +version = "0.6.35-rc.2" [[bin]] name = "safenode_rpc_client" @@ -26,13 +26,13 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version = "0.54.1", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } -sn_node = { path = "../sn_node", version = "0.112.4-rc.1" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1", features=["rpc"] } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.1" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } +sn_node = { path = "../sn_node", version = "0.112.4-rc.2" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2", features=["rpc"] } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.2" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } 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_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index 0d0c1e3806..7ddb66795a 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_peers_acquisition" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.5.7-rc.1" +version = "0.5.7-rc.2" [features] local = [] @@ -21,7 +21,7 @@ lazy_static = "~1.4.0" libp2p = { version = "0.54.1", features = [] } rand = "0.8.5" reqwest = { version="0.12.2", default-features=false, features = ["rustls-tls"] } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1", optional = true} +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2", optional = true} thiserror = "1.0.23" tokio = { version = "1.32.0", default-features = false } tracing = { version = "~0.1.26" } diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index 7b950bb202..83a328a3c9 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.17.15-rc.1" +version = "0.17.15-rc.2" [features] default = [] @@ -28,10 +28,10 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = "1.0" sha2 = "0.10.7" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.1" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.1" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.1" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } tracing = { version = "~0.1.26" } diff --git a/sn_registers/Cargo.toml b/sn_registers/Cargo.toml index ff129c35da..0bd470e93c 100644 --- a/sn_registers/Cargo.toml +++ b/sn_registers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_registers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.1" +version = "0.4.3-rc.2" [features] test-utils = [] diff --git a/sn_service_management/Cargo.toml b/sn_service_management/Cargo.toml index d66cc2a6e7..99af404897 100644 --- a/sn_service_management/Cargo.toml +++ b/sn_service_management/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_service_management" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.1" +version = "0.4.3-rc.2" [dependencies] async-trait = "0.1" @@ -19,11 +19,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" semver = "1.0.20" service-manager = "0.7.0" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.1" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.1", features = [ +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2", features = [ "rpc", ] } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.1" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["time"] } diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index fdd75b307a..eb0c73a450 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.20.3-rc.1" +version = "0.20.3-rc.2" [features] reward-forward = [] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index b427d1f0a2..6630cdabce 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "test_utils" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.11-rc.1" +version = "0.4.11-rc.2" [features] local = ["sn_peers_acquisition/local"] @@ -16,9 +16,9 @@ local = ["sn_peers_acquisition/local"] bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "~0.6.2" dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.1" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.2" } libp2p = { version = "0.54.1", features = ["identify", "kad"] } rand = "0.8.5" serde = { version = "1.0.133", features = ["derive"] } serde_json = "1.0" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.1" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 16a1b96ff7..4f4f65328a 100644 --- a/token_supplies/Cargo.toml +++ b/token_supplies/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "token_supplies" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.58-rc.1" +version = "0.1.58-rc.2" [dependencies] From a118a9435620f49c237c1a16c55a65883cd70a88 Mon Sep 17 00:00:00 2001 From: qima Date: Mon, 11 Nov 2024 22:46:14 +0800 Subject: [PATCH 04/10] test(CI): execute large_file_upload test with websocket --- .github/workflows/merge.yml | 24 +++- .github/workflows/merge_websocket.yml | 161 ++++++++++++++++++++++++++ 2 files changed, 183 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/merge_websocket.yml diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 14c2e55821..2d9cae94c4 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -5,7 +5,7 @@ on: # on main, we want to know that all commits are passing at a glance, any deviation should help bisecting errors # the merge run checks should show on master and enable this clear test/passing history merge_group: - branches: [main, evm-dev] + branches: [main, alpha*, beta*, rc*] pull_request: branches: ["*"] @@ -1262,13 +1262,33 @@ jobs: shell: bash if: always() + - name: Confirming connection errors + shell: bash + timeout-minutes: 1 + env: + NODE_DATA_PATH: /home/runner/.local/share/safe/node + run: | + incoming_connection_errors=$(rg "IncomingConnectionError" $NODE_DATA_PATH -c --stats | \ + rg "(\d+) matches" | rg "\d+" -o) || { echo "Failed to find IncomingConnectionError error"; exit 0; } + if [ -z "$incoming_connection_errors" ]; then + echo "Doesn't find any IncomingConnectionError error !" + else + echo "Found $incoming_connection_errors IncomingConnectionError errors." + fi + if ! rg "UnexpectedEof" $NODE_DATA_PATH -c --stats; then + echo "Doesn't find any UnexpectedEof error !" + else + echo "Found errors." + exit 1 + fi + - name: Stop the local network and upload logs if: always() uses: maidsafe/sn-local-testnet-action@main with: action: stop platform: ubuntu-latest - log_file_prefix: safe_test_logs_large_file_upload + log_file_prefix: safe_test_logs_large_file_upload_no_ws build: true # replication_bench_with_heavy_upload: diff --git a/.github/workflows/merge_websocket.yml b/.github/workflows/merge_websocket.yml new file mode 100644 index 0000000000..eab2ac8a53 --- /dev/null +++ b/.github/workflows/merge_websocket.yml @@ -0,0 +1,161 @@ +name: Check before merge (websockets) + +on: + # tests must run for a PR to be valid and pass merge queue muster + # on main, we want to know that all commits are passing at a glance, any deviation should help bisecting errors + # the merge run checks should show on master and enable this clear test/passing history + merge_group: + branches: [main, alpha*, beta*, rc*] + pull_request: + branches: ["*"] + +env: + CARGO_INCREMENTAL: 0 # bookkeeping for incremental builds has overhead, not useful in CI. + WINSW_URL: https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.11/WinSW-x64.exe + GENESIS_PK: 9377ab39708a59d02d09bfd3c9bc7548faab9e0c2a2700b9ac7d5c14f0842f0b4bb0df411b6abd3f1a92b9aa1ebf5c3d + GENESIS_SK: 5ec88891c1098a0fede5b98b07f8abc931d7247b7aa310d21ab430cc957f9f02 + +jobs: + large_file_upload_test_with_ws: + if: "!startsWith(github.event.head_commit.message, 'chore(release):')" + name: Large file upload (websockets) + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Install Rust + uses: dtolnay/rust-toolchain@stable + - uses: Swatinem/rust-cache@v2 + + - name: install ripgrep + shell: bash + run: sudo apt-get install -y ripgrep + + - name: Check the available space + run: | + df + echo "Home dir:" + du -sh /home/runner/ + echo "Home subdirs:" + du -sh /home/runner/*/ + echo "PWD:" + du -sh . + echo "PWD subdirs:" + du -sh */ + + - name: Download material (135MB) + shell: bash + run: | + mkdir test_data_1 + cd test_data_1 + wget https://sn-node.s3.eu-west-2.amazonaws.com/joshuef/Qi930/safe-qiWithListeners-x86_64.tar.gz + wget https://sn-node.s3.eu-west-2.amazonaws.com/joshuef/Qi930/safenode-qiWithListeners-x86_64.tar.gz + ls -l + cd .. + tar -cvzf test_data_1.tar.gz test_data_1 + ls -l + + - name: Build binaries + run: cargo build --release --features local,websockets --bin safenode --bin autonomi + timeout-minutes: 30 + + - name: Start a local network + uses: maidsafe/sn-local-testnet-action@main + with: + action: start + enable-evm-testnet: true + node-path: target/release/safenode + platform: ubuntu-latest + build: true + + - name: Check if SAFE_PEERS and EVM_NETWORK are set + shell: bash + run: | + if [[ -z "$SAFE_PEERS" ]]; then + echo "The SAFE_PEERS variable has not been set" + exit 1 + elif [[ -z "$EVM_NETWORK" ]]; then + echo "The EVM_NETWORK variable has not been set" + exit 1 + else + echo "SAFE_PEERS has been set to $SAFE_PEERS" + echo "EVM_NETWORK has been set to $EVM_NETWORK" + fi + + - name: Check the available space post download + run: | + df + echo "Home dir:" + du -sh /home/runner/ + echo "Home subdirs:" + du -sh /home/runner/*/ + echo "PWD:" + du -sh . + echo "PWD subdirs:" + du -sh */ + + - name: export default secret key + run: echo "SECRET_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" >> $GITHUB_ENV + shell: bash + + - name: File upload + run: ./target/release/autonomi --log-output-dest=data-dir file upload "./test_data_1.tar.gz" > ./upload_output 2>&1 + env: + SN_LOG: "v" + timeout-minutes: 5 + + - name: showing the upload terminal output + run: cat upload_output + shell: bash + if: always() + + - name: parse address + run: | + UPLOAD_ADDRESS=$(rg "At address: ([0-9a-f]*)" -o -r '$1' ./upload_output) + echo "UPLOAD_ADDRESS=$UPLOAD_ADDRESS" >> $GITHUB_ENV + shell: bash + + - name: File Download + run: ./target/release/autonomi --log-output-dest=data-dir file download ${{ env.UPLOAD_ADDRESS }} ./downloaded_resources > ./download_output 2>&1 + env: + SN_LOG: "v" + timeout-minutes: 5 + + - name: showing the download terminal output + run: | + cat download_output + ls -l + cd downloaded_resources + ls -l + shell: bash + if: always() + + - name: Confirming connection errors + shell: bash + timeout-minutes: 1 + env: + NODE_DATA_PATH: /home/runner/.local/share/safe/node + run: | + incoming_connection_errors=$(rg "IncomingConnectionError" $NODE_DATA_PATH -c --stats | \ + rg "(\d+) matches" | rg "\d+" -o) || { echo "Failed to find IncomingConnectionError error"; exit 0; } + if [ -z "$incoming_connection_errors" ]; then + echo "Doesn't find any IncomingConnectionError error !" + else + echo "Found $incoming_connection_errors IncomingConnectionError errors." + fi + unexpected_eof_errors=$(rg "UnexpectedEof" $NODE_DATA_PATH -c --stats | \ + rg "(\d+) matches" | rg "\d+" -o) || { echo "Failed to find UnexpectedEof error"; exit 0; } + if [ -z "$unexpected_eof_errors" ]; then + echo "Doesn't find any UnexpectedEof error !" + else + echo "Found $unexpected_eof_errors UnexpectedEof errors." + fi + + - name: Stop the local network and upload logs + if: always() + uses: maidsafe/sn-local-testnet-action@main + with: + action: stop + platform: ubuntu-latest + log_file_prefix: safe_test_logs_large_file_upload_with_ws + build: true From 416652d8ec6e1e3e12b111ce45724bc5f15e2bad Mon Sep 17 00:00:00 2001 From: Roland Sherwin Date: Mon, 11 Nov 2024 23:09:50 +0530 Subject: [PATCH 05/10] fix(network): do not log connection error for established connections --- sn_networking/src/driver.rs | 22 ++++++++++++++++- sn_networking/src/event/swarm.rs | 41 +++++++++++++++++++++++++++++++- 2 files changed, 61 insertions(+), 2 deletions(-) diff --git a/sn_networking/src/driver.rs b/sn_networking/src/driver.rs index 694a850640..75a90acfc8 100644 --- a/sn_networking/src/driver.rs +++ b/sn_networking/src/driver.rs @@ -32,7 +32,6 @@ use futures::future::Either; use futures::StreamExt; #[cfg(feature = "local")] use libp2p::mdns; -use libp2p::Transport as _; use libp2p::{core::muxing::StreamMuxerBox, relay}; use libp2p::{ identity::Keypair, @@ -45,6 +44,7 @@ use libp2p::{ }, Multiaddr, PeerId, }; +use libp2p::{swarm::SwarmEvent, Transport as _}; #[cfg(feature = "open-metrics")] use prometheus_client::metrics::info::Info; use sn_evm::PaymentQuote; @@ -721,6 +721,7 @@ impl NetworkBuilder { network_discovery: NetworkDiscovery::new(&peer_id), bootstrap_peers: Default::default(), live_connected_peers: Default::default(), + latest_connected_peers: Default::default(), handling_statistics: Default::default(), handled_times: 0, hard_disk_write_error: 0, @@ -819,6 +820,10 @@ pub struct SwarmDriver { // Peers that having live connection to. Any peer got contacted during kad network query // will have live connection established. And they may not appear in the RT. pub(crate) live_connected_peers: BTreeMap, + /// The peers that we recently connected to. + /// This is a limited list used to prevent log spamming. + /// Use `live_connected_peers` for a full list. + pub(crate) latest_connected_peers: HashMap, // Record the handling time of the recent 10 for each handling kind. handling_statistics: BTreeMap>, handled_times: usize, @@ -846,6 +851,8 @@ impl SwarmDriver { let mut set_farthest_record_interval = interval(CLOSET_RECORD_CHECK_INTERVAL); let mut relay_manager_reservation_interval = interval(RELAY_MANAGER_RESERVATION_INTERVAL); + // temporarily skip processing IncomingConnectionError swarm event to avoid log spamming + let mut previous_incoming_connection_error_event = None; loop { tokio::select! { // polls futures in order they appear here (as opposed to random) @@ -878,6 +885,19 @@ impl SwarmDriver { }, // next take and react to external swarm events swarm_event = self.swarm.select_next_some() => { + + // Refer to the handle_swarm_events::IncomingConnectionError for more info on why we skip + // processing the event for one round. + if let Some(previous_event) = previous_incoming_connection_error_event.take() { + if let Err(err) = self.handle_swarm_events(previous_event) { + warn!("Error while handling swarm event: {err}"); + } + } + if matches!(swarm_event, SwarmEvent::IncomingConnectionError {..}) { + previous_incoming_connection_error_event = Some(swarm_event); + continue; + } + // logging for handling events happens inside handle_swarm_events // otherwise we're rewriting match statements etc around this anwyay if let Err(err) = self.handle_swarm_events(swarm_event) { diff --git a/sn_networking/src/event/swarm.rs b/sn_networking/src/event/swarm.rs index f0fd69254e..dbbb4f85ba 100644 --- a/sn_networking/src/event/swarm.rs +++ b/sn_networking/src/event/swarm.rs @@ -364,6 +364,7 @@ impl SwarmDriver { connection_id, (peer_id, Instant::now() + Duration::from_secs(60)), ); + self.insert_latest_connected_peers(endpoint.get_remote_address().clone()); self.record_connection_metrics(); if endpoint.is_dialer() { @@ -380,6 +381,9 @@ impl SwarmDriver { event_string = "ConnectionClosed"; debug!(%peer_id, ?connection_id, ?cause, num_established, "ConnectionClosed: {}", endpoint_str(&endpoint)); let _ = self.live_connected_peers.remove(&connection_id); + let _ = self + .latest_connected_peers + .remove(endpoint.get_remote_address()); self.record_connection_metrics(); } SwarmEvent::OutgoingConnectionError { @@ -509,7 +513,18 @@ impl SwarmDriver { error, } => { event_string = "Incoming ConnErr"; - error!("IncomingConnectionError from local_addr:?{local_addr:?}, send_back_addr {send_back_addr:?} on {connection_id:?} with error {error:?}"); + // Only log if this for a non-existing connection. + // If a peer contains multiple transports/listen addrs, we might try to open multiple connections, + // and if the first one passes, we would get error on the rest. We don't want to log these. + // + // Also sometimes we get the ConnectionEstablished event immediately after this event. + // So during tokio::select! of the events, we skip processing IncomingConnectionError for one round, + // giving time for ConnectionEstablished to be hopefully processed. + // And since we don't do anything critical with this event, the order and time of processing is + // not critical. + if !self.latest_connected_peers.contains_key(&send_back_addr) { + error!("IncomingConnectionError from local_addr:?{local_addr:?}, send_back_addr {send_back_addr:?} on {connection_id:?} with error {error:?}"); + } let _ = self.live_connected_peers.remove(&connection_id); self.record_connection_metrics(); } @@ -659,6 +674,30 @@ impl SwarmDriver { .set(self.swarm.connected_peers().count() as i64); } } + + /// Insert into the latest connected peers list. This list does not contain all the connected peers. + /// Older entries are removed if the list exceeds 50. + fn insert_latest_connected_peers(&mut self, addr: Multiaddr) { + let old_instant = self + .latest_connected_peers + .entry(addr) + .or_insert_with(Instant::now); + *old_instant = Instant::now(); + + while self.latest_connected_peers.len() >= 50 { + // remove the oldest entry + let Some(oldest) = self + .latest_connected_peers + .iter() + .min_by_key(|(_, time)| *time) + .map(|(addr, _)| addr.clone()) + else { + break; + }; + + self.latest_connected_peers.remove(&oldest); + } + } } /// Helper function to print formatted connection role info. From 9e46d4c929abfa8f5b2ed64778b7607986623f5a Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Mon, 11 Nov 2024 20:33:32 +0000 Subject: [PATCH 06/10] chore(release): release candidate 2024.11.1.3 ================== Crate Versions ================== autonomi: 0.2.4-rc.3 autonomi-cli: 0.1.5-rc.3 evmlib: 0.1.4-rc.3 evm_testnet: 0.1.4-rc.3 sn_build_info: 0.1.19-rc.3 sn_evm: 0.1.4-rc.3 sn_logging: 0.2.40-rc.3 sn_metrics: 0.1.20-rc.3 nat-detection: 0.2.11-rc.3 sn_networking: 0.19.3-rc.3 sn_node: 0.112.4-rc.3 node-launchpad: 0.4.5-rc.3 sn_node_manager: 0.11.3-rc.3 sn_node_rpc_client: 0.6.35-rc.3 sn_peers_acquisition: 0.5.7-rc.3 sn_protocol: 0.17.15-rc.3 sn_registers: 0.4.3-rc.3 sn_service_management: 0.4.3-rc.3 sn_transfers: 0.20.3-rc.3 test_utils: 0.4.11-rc.3 token_supplies: 0.1.58-rc.3 =================== Binary Versions =================== nat-detection: 0.2.11-rc.3 node-launchpad: 0.4.5-rc.3 autonomi: 0.1.5-rc.3 safenode: 0.112.4-rc.3 safenode-manager: 0.11.3-rc.3 safenode_rpc_client: 0.6.35-rc.3 safenodemand: 0.11.3-rc.3 --- Cargo.lock | 42 +++++++++++++++---------------- autonomi-cli/Cargo.toml | 12 ++++----- autonomi/Cargo.toml | 18 ++++++------- evm_testnet/Cargo.toml | 6 ++--- evmlib/Cargo.toml | 2 +- nat-detection/Cargo.toml | 8 +++--- node-launchpad/Cargo.toml | 14 +++++------ release-cycle-info | 2 +- sn_build_info/Cargo.toml | 2 +- sn_build_info/src/release_info.rs | 2 +- sn_evm/Cargo.toml | 4 +-- sn_logging/Cargo.toml | 2 +- sn_metrics/Cargo.toml | 2 +- sn_networking/Cargo.toml | 12 ++++----- sn_node/Cargo.toml | 28 ++++++++++----------- sn_node_manager/Cargo.toml | 16 ++++++------ sn_node_rpc_client/Cargo.toml | 16 ++++++------ sn_peers_acquisition/Cargo.toml | 4 +-- sn_protocol/Cargo.toml | 10 ++++---- sn_registers/Cargo.toml | 2 +- sn_service_management/Cargo.toml | 8 +++--- sn_transfers/Cargo.toml | 2 +- test_utils/Cargo.toml | 6 ++--- token_supplies/Cargo.toml | 2 +- 24 files changed, 111 insertions(+), 111 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0db62dc2fb..2224f7fb58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "autonomi" -version = "0.2.4-rc.2" +version = "0.2.4-rc.3" dependencies = [ "alloy", "bip39", @@ -1141,7 +1141,7 @@ dependencies = [ [[package]] name = "autonomi-cli" -version = "0.1.5-rc.2" +version = "0.1.5-rc.3" dependencies = [ "autonomi", "clap", @@ -2881,7 +2881,7 @@ dependencies = [ [[package]] name = "evm_testnet" -version = "0.1.4-rc.2" +version = "0.1.4-rc.3" dependencies = [ "clap", "dirs-next", @@ -2892,7 +2892,7 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.1.4-rc.2" +version = "0.1.4-rc.3" dependencies = [ "alloy", "dirs-next", @@ -5774,7 +5774,7 @@ dependencies = [ [[package]] name = "nat-detection" -version = "0.2.11-rc.2" +version = "0.2.11-rc.3" dependencies = [ "clap", "clap-verbosity-flag", @@ -5891,7 +5891,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.4.5-rc.2" +version = "0.4.5-rc.3" dependencies = [ "arboard", "atty", @@ -8410,7 +8410,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.11.3-rc.2" +version = "0.11.3-rc.3" dependencies = [ "assert_cmd", "assert_fs", @@ -8486,7 +8486,7 @@ dependencies = [ [[package]] name = "sn_build_info" -version = "0.1.19-rc.2" +version = "0.1.19-rc.3" dependencies = [ "chrono", "tracing", @@ -8528,7 +8528,7 @@ dependencies = [ [[package]] name = "sn_evm" -version = "0.1.4-rc.2" +version = "0.1.4-rc.3" dependencies = [ "custom_debug", "evmlib", @@ -8551,7 +8551,7 @@ dependencies = [ [[package]] name = "sn_logging" -version = "0.2.40-rc.2" +version = "0.2.40-rc.3" dependencies = [ "chrono", "color-eyre", @@ -8576,7 +8576,7 @@ dependencies = [ [[package]] name = "sn_metrics" -version = "0.1.20-rc.2" +version = "0.1.20-rc.3" dependencies = [ "clap", "color-eyre", @@ -8590,7 +8590,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.19.3-rc.2" +version = "0.19.3-rc.3" dependencies = [ "aes-gcm-siv", "assert_fs", @@ -8638,7 +8638,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.112.4-rc.2" +version = "0.112.4-rc.3" dependencies = [ "assert_fs", "async-trait", @@ -8695,7 +8695,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.6.35-rc.2" +version = "0.6.35-rc.3" dependencies = [ "assert_fs", "async-trait", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sn_peers_acquisition" -version = "0.5.7-rc.2" +version = "0.5.7-rc.3" dependencies = [ "clap", "lazy_static", @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.17.15-rc.2" +version = "0.17.15-rc.3" dependencies = [ "blsttc", "bytes", @@ -8768,7 +8768,7 @@ dependencies = [ [[package]] name = "sn_registers" -version = "0.4.3-rc.2" +version = "0.4.3-rc.3" dependencies = [ "blsttc", "crdts", @@ -8785,7 +8785,7 @@ dependencies = [ [[package]] name = "sn_service_management" -version = "0.4.3-rc.2" +version = "0.4.3-rc.3" dependencies = [ "async-trait", "dirs-next", @@ -8811,7 +8811,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.20.3-rc.2" +version = "0.20.3-rc.3" dependencies = [ "assert_fs", "blsttc", @@ -9155,7 +9155,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_utils" -version = "0.4.11-rc.2" +version = "0.4.11-rc.3" dependencies = [ "bytes", "color-eyre", @@ -9310,7 +9310,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.58-rc.2" +version = "0.1.58-rc.3" dependencies = [ "dirs-next", "reqwest 0.11.27", diff --git a/autonomi-cli/Cargo.toml b/autonomi-cli/Cargo.toml index 8727d53bd7..87e561d3e8 100644 --- a/autonomi-cli/Cargo.toml +++ b/autonomi-cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] name = "autonomi-cli" description = "Autonomi CLI" license = "GPL-3.0" -version = "0.1.5-rc.2" +version = "0.1.5-rc.3" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -24,7 +24,7 @@ name = "files" harness = false [dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.2", features = [ +autonomi = { path = "../autonomi", version = "0.2.4-rc.3", features = [ "data", "fs", "vault", @@ -50,9 +50,9 @@ tokio = { version = "1.32.0", features = [ "fs", ] } tracing = { version = "~0.1.26" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } walkdir = "2.5.0" serde_json = "1.0.132" serde = "1.0.210" @@ -60,7 +60,7 @@ hex = "0.4.3" ring = "0.17.8" [dev-dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.2", features = [ +autonomi = { path = "../autonomi", version = "0.2.4-rc.3", features = [ "data", "fs", ] } diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 633ffc5393..025b2cbeba 100644 --- a/autonomi/Cargo.toml +++ b/autonomi/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] description = "Autonomi client API" name = "autonomi" license = "GPL-3.0" -version = "0.2.4-rc.2" +version = "0.2.4-rc.3" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -38,11 +38,11 @@ rand = "0.8.5" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.2" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } -sn_protocol = { version = "0.17.15-rc.2", path = "../sn_protocol" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } +sn_protocol = { version = "0.17.15-rc.3", path = "../sn_protocol" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } thiserror = "1.0.23" tokio = { version = "1.35.0", features = ["sync"] } tracing = { version = "~0.1.26" } @@ -60,8 +60,8 @@ blstrs = "0.7.1" alloy = { version = "0.5.3", default-features = false, features = ["std", "reqwest-rustls-tls", "provider-anvil-node", "sol-types", "json", "signers", "contract", "signer-local", "network"] } eyre = "0.6.5" sha2 = "0.10.6" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } # Do not specify the version field. Release process expects even the local dev deps to be published. # Removing the version field is a workaround. test_utils = { path = "../test_utils" } @@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3.43" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -evmlib = { path = "../evmlib", version = "0.1.4-rc.2", features = ["wasm-bindgen"] } +evmlib = { path = "../evmlib", version = "0.1.4-rc.3", features = ["wasm-bindgen"] } # See https://github.com/sebcrozet/instant/blob/7bd13f51f5c930239fddc0476a837870fb239ed7/README.md#using-instant-for-a-wasm-platform-where-performancenow-is-not-available instant = { version = "0.1", features = ["wasm-bindgen", "inaccurate"] } js-sys = "0.3.70" diff --git a/evm_testnet/Cargo.toml b/evm_testnet/Cargo.toml index 6815d81e59..d15e003929 100644 --- a/evm_testnet/Cargo.toml +++ b/evm_testnet/Cargo.toml @@ -6,13 +6,13 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evm_testnet" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.2" +version = "0.1.4-rc.3" [dependencies] clap = { version = "4.5", features = ["derive"] } dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.2" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] } [lints] diff --git a/evmlib/Cargo.toml b/evmlib/Cargo.toml index c84911b3cc..f14a6fc187 100644 --- a/evmlib/Cargo.toml +++ b/evmlib/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evmlib" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.2" +version = "0.1.4-rc.3" [features] wasm-bindgen = ["alloy/wasm-bindgen"] diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index 5380124739..9fc60483e1 100644 --- a/nat-detection/Cargo.toml +++ b/nat-detection/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "nat-detection" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.11-rc.2" +version = "0.2.11-rc.3" [[bin]] name = "nat-detection" @@ -31,9 +31,9 @@ libp2p = { version = "0.54.1", features = [ "macros", "upnp", ] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.2" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } tokio = { version = "1.32.0", features = ["full"] } tracing = { version = "~0.1.26" } tracing-log = "0.2.0" diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index c2b1942ada..652e5d39e2 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "node-launchpad" -version = "0.4.5-rc.2" +version = "0.4.5-rc.3" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,13 +51,13 @@ reqwest = { version = "0.12.2", default-features = false, features = [ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } -sn-node-manager = { version = "0.11.3-rc.2", path = "../sn_node_manager" } -sn_peers_acquisition = { version = "0.5.7-rc.2", path = "../sn_peers_acquisition" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } +sn-node-manager = { version = "0.11.3-rc.3", path = "../sn_node_manager" } +sn_peers_acquisition = { version = "0.5.7-rc.3", path = "../sn_peers_acquisition" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } sn-releases = "~0.2.6" -sn_service_management = { version = "0.4.3-rc.2", path = "../sn_service_management" } +sn_service_management = { version = "0.4.3-rc.3", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" strum = { version = "0.26.1", features = ["derive"] } sysinfo = "0.30.12" diff --git a/release-cycle-info b/release-cycle-info index abd71c452f..20cd6771dd 100644 --- a/release-cycle-info +++ b/release-cycle-info @@ -15,4 +15,4 @@ release-year: 2024 release-month: 11 release-cycle: 1 -release-cycle-counter: 2 +release-cycle-counter: 3 diff --git a/sn_build_info/Cargo.toml b/sn_build_info/Cargo.toml index 88082ecd96..a4fce1eaf1 100644 --- a/sn_build_info/Cargo.toml +++ b/sn_build_info/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_build_info" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.19-rc.2" +version = "0.1.19-rc.3" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] diff --git a/sn_build_info/src/release_info.rs b/sn_build_info/src/release_info.rs index 3ae3fc0293..4ca2177d5c 100644 --- a/sn_build_info/src/release_info.rs +++ b/sn_build_info/src/release_info.rs @@ -1,4 +1,4 @@ pub const RELEASE_YEAR: &str = "2024"; pub const RELEASE_MONTH: &str = "11"; pub const RELEASE_CYCLE: &str = "1"; -pub const RELEASE_CYCLE_COUNTER: &str = "2"; +pub const RELEASE_CYCLE_COUNTER: &str = "3"; diff --git a/sn_evm/Cargo.toml b/sn_evm/Cargo.toml index 51d1601456..40399e9195 100644 --- a/sn_evm/Cargo.toml +++ b/sn_evm/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_evm" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.2" +version = "0.1.4-rc.3" [features] test-utils = [] @@ -17,7 +17,7 @@ external-signer = ["evmlib/external-signer"] [dependencies] custom_debug = "~0.6.1" -evmlib = { path = "../evmlib", version = "0.1.4-rc.2" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.3" } hex = "~0.4.3" lazy_static = "~1.4.0" libp2p = { version = "0.53", features = ["identify", "kad"] } diff --git a/sn_logging/Cargo.toml b/sn_logging/Cargo.toml index b13f16b71d..0774d38fde 100644 --- a/sn_logging/Cargo.toml +++ b/sn_logging/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_logging" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.40-rc.2" +version = "0.2.40-rc.3" [dependencies] chrono = "~0.4.19" diff --git a/sn_metrics/Cargo.toml b/sn_metrics/Cargo.toml index ed8cad863d..41c14b93cd 100644 --- a/sn_metrics/Cargo.toml +++ b/sn_metrics/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_metrics" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.20-rc.2" +version = "0.1.20-rc.3" [[bin]] path = "src/main.rs" diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 694455d086..32a2326fb8 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.19.3-rc.2" +version = "0.19.3-rc.3" [features] default = [] @@ -54,11 +54,11 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } sysinfo = { version = "0.30.8", default-features = false, optional = true } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = ["sha3"] } diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 81293fec2e..73db77c73b 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.112.4-rc.2" +version = "0.112.4-rc.3" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,15 +52,15 @@ rmp-serde = "1.1.1" rayon = "1.8.0" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.2" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.2" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } sysinfo = { version = "0.30.8", default-features = false } thiserror = "1.0.23" tokio = { version = "1.32.0", features = [ @@ -83,16 +83,16 @@ strum = { version = "0.26.2", features = ["derive"] } color-eyre = "0.6.2" [dev-dependencies] -evmlib = { path = "../evmlib", version = "0.1.4-rc.2" } -autonomi = { path = "../autonomi", version = "0.2.4-rc.2", features = ["registers"] } +evmlib = { path = "../evmlib", version = "0.1.4-rc.3" } +autonomi = { path = "../autonomi", version = "0.2.4-rc.3", features = ["registers"] } reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } serde_json = "1.0" -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3", features = [ "rpc", ] } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2", features = [ +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3", features = [ "test-utils", ] } tempfile = "3.6.0" diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index 902ef8783c..6ccc6d6ba9 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.11.3-rc.2" +version = "0.11.3-rc.3" [[bin]] name = "safenode-manager" @@ -46,14 +46,14 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.7.0" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.3" } sn-releases = "0.2.6" -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.26", features = ["full"] } diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 11f6943f47..0393439224 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.6.35-rc.2" +version = "0.6.35-rc.3" [[bin]] name = "safenode_rpc_client" @@ -26,13 +26,13 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version = "0.54.1", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } -sn_node = { path = "../sn_node", version = "0.112.4-rc.2" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2", features=["rpc"] } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.2" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } +sn_node = { path = "../sn_node", version = "0.112.4-rc.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3", features=["rpc"] } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } 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_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index 7ddb66795a..95c37a38fa 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_peers_acquisition" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.5.7-rc.2" +version = "0.5.7-rc.3" [features] local = [] @@ -21,7 +21,7 @@ lazy_static = "~1.4.0" libp2p = { version = "0.54.1", features = [] } rand = "0.8.5" reqwest = { version="0.12.2", default-features=false, features = ["rustls-tls"] } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2", optional = true} +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3", optional = true} thiserror = "1.0.23" tokio = { version = "1.32.0", default-features = false } tracing = { version = "~0.1.26" } diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index 83a328a3c9..d0f2712100 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.17.15-rc.2" +version = "0.17.15-rc.3" [features] default = [] @@ -28,10 +28,10 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = "1.0" sha2 = "0.10.7" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.2" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.2" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.2" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } tracing = { version = "~0.1.26" } diff --git a/sn_registers/Cargo.toml b/sn_registers/Cargo.toml index 0bd470e93c..9c980c40d5 100644 --- a/sn_registers/Cargo.toml +++ b/sn_registers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_registers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.2" +version = "0.4.3-rc.3" [features] test-utils = [] diff --git a/sn_service_management/Cargo.toml b/sn_service_management/Cargo.toml index 99af404897..f69a2341ca 100644 --- a/sn_service_management/Cargo.toml +++ b/sn_service_management/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_service_management" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.2" +version = "0.4.3-rc.3" [dependencies] async-trait = "0.1" @@ -19,11 +19,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" semver = "1.0.20" service-manager = "0.7.0" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.2" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.2", features = [ +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3", features = [ "rpc", ] } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.2" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["time"] } diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index eb0c73a450..431ab9bb8d 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.20.3-rc.2" +version = "0.20.3-rc.3" [features] reward-forward = [] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 6630cdabce..fec2805cdc 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "test_utils" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.11-rc.2" +version = "0.4.11-rc.3" [features] local = ["sn_peers_acquisition/local"] @@ -16,9 +16,9 @@ local = ["sn_peers_acquisition/local"] bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "~0.6.2" dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.2" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.3" } libp2p = { version = "0.54.1", features = ["identify", "kad"] } rand = "0.8.5" serde = { version = "1.0.133", features = ["derive"] } serde_json = "1.0" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.2" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 4f4f65328a..2130587572 100644 --- a/token_supplies/Cargo.toml +++ b/token_supplies/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "token_supplies" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.58-rc.2" +version = "0.1.58-rc.3" [dependencies] From f5fc5b62d9550d7bccfdb20c834ed64ad2d82677 Mon Sep 17 00:00:00 2001 From: Roland Sherwin Date: Tue, 12 Nov 2024 13:54:03 +0530 Subject: [PATCH 07/10] fix(network): do not log connection error if the peer has multiple transports --- .github/workflows/merge_websocket.yml | 1 + sn_networking/src/driver.rs | 16 +++--- sn_networking/src/event/swarm.rs | 82 +++++++++++++++++++-------- 3 files changed, 69 insertions(+), 30 deletions(-) diff --git a/.github/workflows/merge_websocket.yml b/.github/workflows/merge_websocket.yml index eab2ac8a53..8bde05cbdf 100644 --- a/.github/workflows/merge_websocket.yml +++ b/.github/workflows/merge_websocket.yml @@ -67,6 +67,7 @@ jobs: node-path: target/release/safenode platform: ubuntu-latest build: true + sn-log: "" - name: Check if SAFE_PEERS and EVM_NETWORK are set shell: bash diff --git a/sn_networking/src/driver.rs b/sn_networking/src/driver.rs index 75a90acfc8..43a5525ccf 100644 --- a/sn_networking/src/driver.rs +++ b/sn_networking/src/driver.rs @@ -64,7 +64,7 @@ use std::{ fmt::Debug, fs, io::{Read, Write}, - net::SocketAddr, + net::{IpAddr, SocketAddr}, num::NonZeroUsize, path::PathBuf, }; @@ -721,7 +721,7 @@ impl NetworkBuilder { network_discovery: NetworkDiscovery::new(&peer_id), bootstrap_peers: Default::default(), live_connected_peers: Default::default(), - latest_connected_peers: Default::default(), + latest_established_connection_ids: Default::default(), handling_statistics: Default::default(), handled_times: 0, hard_disk_write_error: 0, @@ -820,10 +820,9 @@ pub struct SwarmDriver { // Peers that having live connection to. Any peer got contacted during kad network query // will have live connection established. And they may not appear in the RT. pub(crate) live_connected_peers: BTreeMap, - /// The peers that we recently connected to. - /// This is a limited list used to prevent log spamming. - /// Use `live_connected_peers` for a full list. - pub(crate) latest_connected_peers: HashMap, + /// The list of recently established connections ids. + /// This is used to prevent log spamming. + pub(crate) latest_established_connection_ids: HashMap, // Record the handling time of the recent 10 for each handling kind. handling_statistics: BTreeMap>, handled_times: usize, @@ -885,13 +884,16 @@ impl SwarmDriver { }, // next take and react to external swarm events swarm_event = self.swarm.select_next_some() => { - // Refer to the handle_swarm_events::IncomingConnectionError for more info on why we skip // processing the event for one round. if let Some(previous_event) = previous_incoming_connection_error_event.take() { + if let Err(err) = self.handle_swarm_events(swarm_event) { + warn!("Error while handling swarm event: {err}"); + } if let Err(err) = self.handle_swarm_events(previous_event) { warn!("Error while handling swarm event: {err}"); } + continue; } if matches!(swarm_event, SwarmEvent::IncomingConnectionError {..}) { previous_incoming_connection_error_event = Some(swarm_event); diff --git a/sn_networking/src/event/swarm.rs b/sn_networking/src/event/swarm.rs index dbbb4f85ba..bffdfa425d 100644 --- a/sn_networking/src/event/swarm.rs +++ b/sn_networking/src/event/swarm.rs @@ -7,8 +7,8 @@ // permissions and limitations relating to use of the SAFE Network Software. use crate::{ - event::NodeEvent, multiaddr_is_global, multiaddr_strip_p2p, relay_manager::is_a_relayed_peer, - target_arch::Instant, NetworkEvent, Result, SwarmDriver, + event::NodeEvent, multiaddr_get_ip, multiaddr_is_global, multiaddr_strip_p2p, + relay_manager::is_a_relayed_peer, target_arch::Instant, NetworkEvent, Result, SwarmDriver, }; #[cfg(feature = "local")] use libp2p::mdns; @@ -19,7 +19,7 @@ use libp2p::{ multiaddr::Protocol, swarm::{ dial_opts::{DialOpts, PeerCondition}, - DialError, SwarmEvent, + ConnectionId, DialError, SwarmEvent, }, Multiaddr, PeerId, TransportError, }; @@ -364,7 +364,10 @@ impl SwarmDriver { connection_id, (peer_id, Instant::now() + Duration::from_secs(60)), ); - self.insert_latest_connected_peers(endpoint.get_remote_address().clone()); + self.insert_latest_established_connection_ids( + connection_id, + endpoint.get_remote_address(), + ); self.record_connection_metrics(); if endpoint.is_dialer() { @@ -381,9 +384,6 @@ impl SwarmDriver { event_string = "ConnectionClosed"; debug!(%peer_id, ?connection_id, ?cause, num_established, "ConnectionClosed: {}", endpoint_str(&endpoint)); let _ = self.live_connected_peers.remove(&connection_id); - let _ = self - .latest_connected_peers - .remove(endpoint.get_remote_address()); self.record_connection_metrics(); } SwarmEvent::OutgoingConnectionError { @@ -513,7 +513,9 @@ impl SwarmDriver { error, } => { event_string = "Incoming ConnErr"; - // Only log if this for a non-existing connection. + // Only log as ERROR if the the connection is not adjacent to an already established connection id from + // the same IP address. + // // If a peer contains multiple transports/listen addrs, we might try to open multiple connections, // and if the first one passes, we would get error on the rest. We don't want to log these. // @@ -522,8 +524,10 @@ impl SwarmDriver { // giving time for ConnectionEstablished to be hopefully processed. // And since we don't do anything critical with this event, the order and time of processing is // not critical. - if !self.latest_connected_peers.contains_key(&send_back_addr) { + if self.should_we_log_incoming_connection_error(connection_id, &send_back_addr) { error!("IncomingConnectionError from local_addr:?{local_addr:?}, send_back_addr {send_back_addr:?} on {connection_id:?} with error {error:?}"); + } else { + debug!("IncomingConnectionError from local_addr:?{local_addr:?}, send_back_addr {send_back_addr:?} on {connection_id:?} with error {error:?}"); } let _ = self.live_connected_peers.remove(&connection_id); self.record_connection_metrics(); @@ -675,29 +679,61 @@ impl SwarmDriver { } } - /// Insert into the latest connected peers list. This list does not contain all the connected peers. - /// Older entries are removed if the list exceeds 50. - fn insert_latest_connected_peers(&mut self, addr: Multiaddr) { - let old_instant = self - .latest_connected_peers - .entry(addr) - .or_insert_with(Instant::now); - *old_instant = Instant::now(); + /// Insert the latest established connection id into the list. + fn insert_latest_established_connection_ids(&mut self, id: ConnectionId, addr: &Multiaddr) { + let Ok(id) = format!("{id}").parse::() else { + return; + }; + let Some(ip_addr) = multiaddr_get_ip(addr) else { + return; + }; + + let _ = self + .latest_established_connection_ids + .insert(id, (ip_addr, Instant::now())); - while self.latest_connected_peers.len() >= 50 { + while self.latest_established_connection_ids.len() >= 50 { // remove the oldest entry - let Some(oldest) = self - .latest_connected_peers + let Some(oldest_key) = self + .latest_established_connection_ids .iter() - .min_by_key(|(_, time)| *time) - .map(|(addr, _)| addr.clone()) + .min_by_key(|(_, (_, time))| *time) + .map(|(id, _)| *id) else { break; }; - self.latest_connected_peers.remove(&oldest); + self.latest_established_connection_ids.remove(&oldest_key); } } + + // Do not log IncomingConnectionError if the ConnectionId is adjacent to an already established connection. + fn should_we_log_incoming_connection_error(&self, id: ConnectionId, addr: &Multiaddr) -> bool { + let Ok(id) = format!("{id}").parse::() else { + return true; + }; + let Some(ip_addr) = multiaddr_get_ip(addr) else { + return true; + }; + + // This should prevent most of the cases where we get an IncomingConnectionError for a peer with multiple + // transports/listen addrs. + if let Some((established_ip_addr, _)) = + self.latest_established_connection_ids.get(&(id - 1)) + { + if established_ip_addr == &ip_addr { + return false; + } + } else if let Some((established_ip_addr, _)) = + self.latest_established_connection_ids.get(&(id + 1)) + { + if established_ip_addr == &ip_addr { + return false; + } + } + + true + } } /// Helper function to print formatted connection role info. From 2462e5ea6f14002b9e903d161f0d0fb30050cc56 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 12 Nov 2024 12:20:50 +0000 Subject: [PATCH 08/10] chore(release): release candidate 2024.11.1.4 ================== Crate Versions ================== autonomi: 0.2.4-rc.4 autonomi-cli: 0.1.5-rc.4 evmlib: 0.1.4-rc.4 evm_testnet: 0.1.4-rc.4 sn_build_info: 0.1.19-rc.4 sn_evm: 0.1.4-rc.4 sn_logging: 0.2.40-rc.4 sn_metrics: 0.1.20-rc.4 nat-detection: 0.2.11-rc.4 sn_networking: 0.19.3-rc.4 sn_node: 0.112.4-rc.4 node-launchpad: 0.4.5-rc.4 sn_node_manager: 0.11.3-rc.4 sn_node_rpc_client: 0.6.35-rc.4 sn_peers_acquisition: 0.5.7-rc.4 sn_protocol: 0.17.15-rc.4 sn_registers: 0.4.3-rc.4 sn_service_management: 0.4.3-rc.4 sn_transfers: 0.20.3-rc.4 test_utils: 0.4.11-rc.4 token_supplies: 0.1.58-rc.4 =================== Binary Versions =================== nat-detection: 0.2.11-rc.4 node-launchpad: 0.4.5-rc.4 autonomi: 0.1.5-rc.4 safenode: 0.112.4-rc.4 safenode-manager: 0.11.3-rc.4 safenode_rpc_client: 0.6.35-rc.4 safenodemand: 0.11.3-rc.4 --- Cargo.lock | 42 +++++++++++++++---------------- autonomi-cli/Cargo.toml | 12 ++++----- autonomi/Cargo.toml | 18 ++++++------- evm_testnet/Cargo.toml | 6 ++--- evmlib/Cargo.toml | 2 +- nat-detection/Cargo.toml | 8 +++--- node-launchpad/Cargo.toml | 14 +++++------ release-cycle-info | 2 +- sn_build_info/Cargo.toml | 2 +- sn_build_info/src/release_info.rs | 2 +- sn_evm/Cargo.toml | 4 +-- sn_logging/Cargo.toml | 2 +- sn_metrics/Cargo.toml | 2 +- sn_networking/Cargo.toml | 12 ++++----- sn_node/Cargo.toml | 28 ++++++++++----------- sn_node_manager/Cargo.toml | 16 ++++++------ sn_node_rpc_client/Cargo.toml | 16 ++++++------ sn_peers_acquisition/Cargo.toml | 4 +-- sn_protocol/Cargo.toml | 10 ++++---- sn_registers/Cargo.toml | 2 +- sn_service_management/Cargo.toml | 8 +++--- sn_transfers/Cargo.toml | 2 +- test_utils/Cargo.toml | 6 ++--- token_supplies/Cargo.toml | 2 +- 24 files changed, 111 insertions(+), 111 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2224f7fb58..cb51ce1e0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "autonomi" -version = "0.2.4-rc.3" +version = "0.2.4-rc.4" dependencies = [ "alloy", "bip39", @@ -1141,7 +1141,7 @@ dependencies = [ [[package]] name = "autonomi-cli" -version = "0.1.5-rc.3" +version = "0.1.5-rc.4" dependencies = [ "autonomi", "clap", @@ -2881,7 +2881,7 @@ dependencies = [ [[package]] name = "evm_testnet" -version = "0.1.4-rc.3" +version = "0.1.4-rc.4" dependencies = [ "clap", "dirs-next", @@ -2892,7 +2892,7 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.1.4-rc.3" +version = "0.1.4-rc.4" dependencies = [ "alloy", "dirs-next", @@ -5774,7 +5774,7 @@ dependencies = [ [[package]] name = "nat-detection" -version = "0.2.11-rc.3" +version = "0.2.11-rc.4" dependencies = [ "clap", "clap-verbosity-flag", @@ -5891,7 +5891,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.4.5-rc.3" +version = "0.4.5-rc.4" dependencies = [ "arboard", "atty", @@ -8410,7 +8410,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.11.3-rc.3" +version = "0.11.3-rc.4" dependencies = [ "assert_cmd", "assert_fs", @@ -8486,7 +8486,7 @@ dependencies = [ [[package]] name = "sn_build_info" -version = "0.1.19-rc.3" +version = "0.1.19-rc.4" dependencies = [ "chrono", "tracing", @@ -8528,7 +8528,7 @@ dependencies = [ [[package]] name = "sn_evm" -version = "0.1.4-rc.3" +version = "0.1.4-rc.4" dependencies = [ "custom_debug", "evmlib", @@ -8551,7 +8551,7 @@ dependencies = [ [[package]] name = "sn_logging" -version = "0.2.40-rc.3" +version = "0.2.40-rc.4" dependencies = [ "chrono", "color-eyre", @@ -8576,7 +8576,7 @@ dependencies = [ [[package]] name = "sn_metrics" -version = "0.1.20-rc.3" +version = "0.1.20-rc.4" dependencies = [ "clap", "color-eyre", @@ -8590,7 +8590,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.19.3-rc.3" +version = "0.19.3-rc.4" dependencies = [ "aes-gcm-siv", "assert_fs", @@ -8638,7 +8638,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.112.4-rc.3" +version = "0.112.4-rc.4" dependencies = [ "assert_fs", "async-trait", @@ -8695,7 +8695,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.6.35-rc.3" +version = "0.6.35-rc.4" dependencies = [ "assert_fs", "async-trait", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sn_peers_acquisition" -version = "0.5.7-rc.3" +version = "0.5.7-rc.4" dependencies = [ "clap", "lazy_static", @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.17.15-rc.3" +version = "0.17.15-rc.4" dependencies = [ "blsttc", "bytes", @@ -8768,7 +8768,7 @@ dependencies = [ [[package]] name = "sn_registers" -version = "0.4.3-rc.3" +version = "0.4.3-rc.4" dependencies = [ "blsttc", "crdts", @@ -8785,7 +8785,7 @@ dependencies = [ [[package]] name = "sn_service_management" -version = "0.4.3-rc.3" +version = "0.4.3-rc.4" dependencies = [ "async-trait", "dirs-next", @@ -8811,7 +8811,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.20.3-rc.3" +version = "0.20.3-rc.4" dependencies = [ "assert_fs", "blsttc", @@ -9155,7 +9155,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_utils" -version = "0.4.11-rc.3" +version = "0.4.11-rc.4" dependencies = [ "bytes", "color-eyre", @@ -9310,7 +9310,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.58-rc.3" +version = "0.1.58-rc.4" dependencies = [ "dirs-next", "reqwest 0.11.27", diff --git a/autonomi-cli/Cargo.toml b/autonomi-cli/Cargo.toml index 87e561d3e8..270708b9d8 100644 --- a/autonomi-cli/Cargo.toml +++ b/autonomi-cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] name = "autonomi-cli" description = "Autonomi CLI" license = "GPL-3.0" -version = "0.1.5-rc.3" +version = "0.1.5-rc.4" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -24,7 +24,7 @@ name = "files" harness = false [dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.3", features = [ +autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = [ "data", "fs", "vault", @@ -50,9 +50,9 @@ tokio = { version = "1.32.0", features = [ "fs", ] } tracing = { version = "~0.1.26" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } walkdir = "2.5.0" serde_json = "1.0.132" serde = "1.0.210" @@ -60,7 +60,7 @@ hex = "0.4.3" ring = "0.17.8" [dev-dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.3", features = [ +autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = [ "data", "fs", ] } diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 025b2cbeba..9fbf4c29f9 100644 --- a/autonomi/Cargo.toml +++ b/autonomi/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] description = "Autonomi client API" name = "autonomi" license = "GPL-3.0" -version = "0.2.4-rc.3" +version = "0.2.4-rc.4" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -38,11 +38,11 @@ rand = "0.8.5" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.3" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } -sn_protocol = { version = "0.17.15-rc.3", path = "../sn_protocol" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_protocol = { version = "0.17.15-rc.4", path = "../sn_protocol" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } thiserror = "1.0.23" tokio = { version = "1.35.0", features = ["sync"] } tracing = { version = "~0.1.26" } @@ -60,8 +60,8 @@ blstrs = "0.7.1" alloy = { version = "0.5.3", default-features = false, features = ["std", "reqwest-rustls-tls", "provider-anvil-node", "sol-types", "json", "signers", "contract", "signer-local", "network"] } eyre = "0.6.5" sha2 = "0.10.6" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } # Do not specify the version field. Release process expects even the local dev deps to be published. # Removing the version field is a workaround. test_utils = { path = "../test_utils" } @@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3.43" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -evmlib = { path = "../evmlib", version = "0.1.4-rc.3", features = ["wasm-bindgen"] } +evmlib = { path = "../evmlib", version = "0.1.4-rc.4", features = ["wasm-bindgen"] } # See https://github.com/sebcrozet/instant/blob/7bd13f51f5c930239fddc0476a837870fb239ed7/README.md#using-instant-for-a-wasm-platform-where-performancenow-is-not-available instant = { version = "0.1", features = ["wasm-bindgen", "inaccurate"] } js-sys = "0.3.70" diff --git a/evm_testnet/Cargo.toml b/evm_testnet/Cargo.toml index d15e003929..fd88cfb34e 100644 --- a/evm_testnet/Cargo.toml +++ b/evm_testnet/Cargo.toml @@ -6,13 +6,13 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evm_testnet" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.3" +version = "0.1.4-rc.4" [dependencies] clap = { version = "4.5", features = ["derive"] } dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.3" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] } [lints] diff --git a/evmlib/Cargo.toml b/evmlib/Cargo.toml index f14a6fc187..754be900ac 100644 --- a/evmlib/Cargo.toml +++ b/evmlib/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evmlib" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.3" +version = "0.1.4-rc.4" [features] wasm-bindgen = ["alloy/wasm-bindgen"] diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index 9fc60483e1..c66426f044 100644 --- a/nat-detection/Cargo.toml +++ b/nat-detection/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "nat-detection" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.11-rc.3" +version = "0.2.11-rc.4" [[bin]] name = "nat-detection" @@ -31,9 +31,9 @@ libp2p = { version = "0.54.1", features = [ "macros", "upnp", ] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.3" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } tokio = { version = "1.32.0", features = ["full"] } tracing = { version = "~0.1.26" } tracing-log = "0.2.0" diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index 652e5d39e2..994dda7e9c 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "node-launchpad" -version = "0.4.5-rc.3" +version = "0.4.5-rc.4" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,13 +51,13 @@ reqwest = { version = "0.12.2", default-features = false, features = [ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } -sn-node-manager = { version = "0.11.3-rc.3", path = "../sn_node_manager" } -sn_peers_acquisition = { version = "0.5.7-rc.3", path = "../sn_peers_acquisition" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn-node-manager = { version = "0.11.3-rc.4", path = "../sn_node_manager" } +sn_peers_acquisition = { version = "0.5.7-rc.4", path = "../sn_peers_acquisition" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } sn-releases = "~0.2.6" -sn_service_management = { version = "0.4.3-rc.3", path = "../sn_service_management" } +sn_service_management = { version = "0.4.3-rc.4", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" strum = { version = "0.26.1", features = ["derive"] } sysinfo = "0.30.12" diff --git a/release-cycle-info b/release-cycle-info index 20cd6771dd..3d68391e5c 100644 --- a/release-cycle-info +++ b/release-cycle-info @@ -15,4 +15,4 @@ release-year: 2024 release-month: 11 release-cycle: 1 -release-cycle-counter: 3 +release-cycle-counter: 4 diff --git a/sn_build_info/Cargo.toml b/sn_build_info/Cargo.toml index a4fce1eaf1..8bda681463 100644 --- a/sn_build_info/Cargo.toml +++ b/sn_build_info/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_build_info" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.19-rc.3" +version = "0.1.19-rc.4" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] diff --git a/sn_build_info/src/release_info.rs b/sn_build_info/src/release_info.rs index 4ca2177d5c..efccc77282 100644 --- a/sn_build_info/src/release_info.rs +++ b/sn_build_info/src/release_info.rs @@ -1,4 +1,4 @@ pub const RELEASE_YEAR: &str = "2024"; pub const RELEASE_MONTH: &str = "11"; pub const RELEASE_CYCLE: &str = "1"; -pub const RELEASE_CYCLE_COUNTER: &str = "3"; +pub const RELEASE_CYCLE_COUNTER: &str = "4"; diff --git a/sn_evm/Cargo.toml b/sn_evm/Cargo.toml index 40399e9195..85e71c19d2 100644 --- a/sn_evm/Cargo.toml +++ b/sn_evm/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_evm" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.3" +version = "0.1.4-rc.4" [features] test-utils = [] @@ -17,7 +17,7 @@ external-signer = ["evmlib/external-signer"] [dependencies] custom_debug = "~0.6.1" -evmlib = { path = "../evmlib", version = "0.1.4-rc.3" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } hex = "~0.4.3" lazy_static = "~1.4.0" libp2p = { version = "0.53", features = ["identify", "kad"] } diff --git a/sn_logging/Cargo.toml b/sn_logging/Cargo.toml index 0774d38fde..4c10b8938d 100644 --- a/sn_logging/Cargo.toml +++ b/sn_logging/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_logging" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.40-rc.3" +version = "0.2.40-rc.4" [dependencies] chrono = "~0.4.19" diff --git a/sn_metrics/Cargo.toml b/sn_metrics/Cargo.toml index 41c14b93cd..f4b7ba209d 100644 --- a/sn_metrics/Cargo.toml +++ b/sn_metrics/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_metrics" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.20-rc.3" +version = "0.1.20-rc.4" [[bin]] path = "src/main.rs" diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index 32a2326fb8..bc18cd82f4 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.19.3-rc.3" +version = "0.19.3-rc.4" [features] default = [] @@ -54,11 +54,11 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } sysinfo = { version = "0.30.8", default-features = false, optional = true } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = ["sha3"] } diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 73db77c73b..5f49511115 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.112.4-rc.3" +version = "0.112.4-rc.4" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,15 +52,15 @@ rmp-serde = "1.1.1" rayon = "1.8.0" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.3" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.3" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } +sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } sysinfo = { version = "0.30.8", default-features = false } thiserror = "1.0.23" tokio = { version = "1.32.0", features = [ @@ -83,16 +83,16 @@ strum = { version = "0.26.2", features = ["derive"] } color-eyre = "0.6.2" [dev-dependencies] -evmlib = { path = "../evmlib", version = "0.1.4-rc.3" } -autonomi = { path = "../autonomi", version = "0.2.4-rc.3", features = ["registers"] } +evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } +autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = ["registers"] } reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } serde_json = "1.0" -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features = [ "rpc", ] } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3", features = [ +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4", features = [ "test-utils", ] } tempfile = "3.6.0" diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index 6ccc6d6ba9..28f525bebc 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.11.3-rc.3" +version = "0.11.3-rc.4" [[bin]] name = "safenode-manager" @@ -46,14 +46,14 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.7.0" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } sn-releases = "0.2.6" -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.26", features = ["full"] } diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index 0393439224..b9b14684bc 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.6.35-rc.3" +version = "0.6.35-rc.4" [[bin]] name = "safenode_rpc_client" @@ -26,13 +26,13 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version = "0.54.1", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } -sn_node = { path = "../sn_node", version = "0.112.4-rc.3" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3", features=["rpc"] } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.3" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } +sn_node = { path = "../sn_node", version = "0.112.4-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features=["rpc"] } +sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } 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_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index 95c37a38fa..f7e4650aa8 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_peers_acquisition" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.5.7-rc.3" +version = "0.5.7-rc.4" [features] local = [] @@ -21,7 +21,7 @@ lazy_static = "~1.4.0" libp2p = { version = "0.54.1", features = [] } rand = "0.8.5" reqwest = { version="0.12.2", default-features=false, features = ["rustls-tls"] } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3", optional = true} +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", optional = true} thiserror = "1.0.23" tokio = { version = "1.32.0", default-features = false } tracing = { version = "~0.1.26" } diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index d0f2712100..a00584163b 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.17.15-rc.3" +version = "0.17.15-rc.4" [features] default = [] @@ -28,10 +28,10 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = "1.0" sha2 = "0.10.7" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.3" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.3" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.3" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } +sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } tracing = { version = "~0.1.26" } diff --git a/sn_registers/Cargo.toml b/sn_registers/Cargo.toml index 9c980c40d5..9d9567529c 100644 --- a/sn_registers/Cargo.toml +++ b/sn_registers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_registers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.3" +version = "0.4.3-rc.4" [features] test-utils = [] diff --git a/sn_service_management/Cargo.toml b/sn_service_management/Cargo.toml index f69a2341ca..a43f68b57d 100644 --- a/sn_service_management/Cargo.toml +++ b/sn_service_management/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_service_management" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.3" +version = "0.4.3-rc.4" [dependencies] async-trait = "0.1" @@ -19,11 +19,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" semver = "1.0.20" service-manager = "0.7.0" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.3" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.3", features = [ +sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features = [ "rpc", ] } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["time"] } diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index 431ab9bb8d..d3ff4a8537 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.20.3-rc.3" +version = "0.20.3-rc.4" [features] reward-forward = [] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index fec2805cdc..906a3b212a 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "test_utils" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.11-rc.3" +version = "0.4.11-rc.4" [features] local = ["sn_peers_acquisition/local"] @@ -16,9 +16,9 @@ local = ["sn_peers_acquisition/local"] bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "~0.6.2" dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.3" } +evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } libp2p = { version = "0.54.1", features = ["identify", "kad"] } rand = "0.8.5" serde = { version = "1.0.133", features = ["derive"] } serde_json = "1.0" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 2130587572..937d918cab 100644 --- a/token_supplies/Cargo.toml +++ b/token_supplies/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "token_supplies" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.58-rc.3" +version = "0.1.58-rc.4" [dependencies] From 4571c17da76c2a87a3cc5c901d65a85906bf2beb Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 12 Nov 2024 18:09:56 +0000 Subject: [PATCH 09/10] docs: changelog for 2024.11.1.4 release --- CHANGELOG.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc66778ae8..d2a5f8b0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *When editing this file, please respect a line length of 100.* +## 2024-11-12 + +### Network + +#### Added + +- Enable the `websockets` connection feature, for compatibility with the webapp. + +#### Fixed + +- Reduce incorrect logging of connection errors. +- Fixed verification for crdt operations. +- Pick chunk-proof verification (for storage confirmation) candidates more equally. + +### Launchpad + +#### Added + +- Display an error when Launchpad is not whitelisted on Windows devices. +- Ctrl+V can paste rewards address on pop up section. + +#### Changed + +- Help section copy changed after beta phase. +- Update ratatui and throbbber library versions. + +#### Fixed + +- We display starting status when not running nodes + +### Client + +#### Added + +- Support pre-paid put operations. +- Add the necessary WASM bindings for the webapp to be able to upload private data to a vault + and fetch it again. + +#### Changed + +- Chunks are now downloaded in parallel. +- Rename some WASM methods to be more conventional for web. + ## 2024-11-07 ### Launchpad @@ -77,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 2024-10-28 -## Autonomi API/CLI +### Autonomi API/CLI #### Added From 72727ec2acc72cb90646cc618c7b5f22d19fd971 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Tue, 12 Nov 2024 18:11:13 +0000 Subject: [PATCH 10/10] chore(release): stable release `2024.11.1.4` ================== Crate Versions ================== autonomi: 0.2.4 autonomi-cli: 0.1.5 evmlib: 0.1.4 evm_testnet: 0.1.4 sn_build_info: 0.1.19 sn_evm: 0.1.4 sn_logging: 0.2.40 sn_metrics: 0.1.20 nat-detection: 0.2.11 sn_networking: 0.19.3 sn_node: 0.112.4 node-launchpad: 0.4.5 sn_node_manager: 0.11.3 sn_node_rpc_client: 0.6.35 sn_peers_acquisition: 0.5.7 sn_protocol: 0.17.15 sn_registers: 0.4.3 sn_service_management: 0.4.3 sn_transfers: 0.20.3 test_utils: 0.4.11 token_supplies: 0.1.58 =================== Binary Versions =================== nat-detection: 0.2.11 node-launchpad: 0.4.5 autonomi: 0.1.5 safenode: 0.112.4 safenode-manager: 0.11.3 safenode_rpc_client: 0.6.35 safenodemand: 0.11.3 --- Cargo.lock | 42 ++++++++++++++++---------------- autonomi-cli/Cargo.toml | 12 ++++----- autonomi/Cargo.toml | 18 +++++++------- evm_testnet/Cargo.toml | 6 ++--- evmlib/Cargo.toml | 2 +- nat-detection/Cargo.toml | 8 +++--- node-launchpad/Cargo.toml | 14 +++++------ sn_build_info/Cargo.toml | 2 +- sn_evm/Cargo.toml | 4 +-- sn_logging/Cargo.toml | 2 +- sn_metrics/Cargo.toml | 2 +- sn_networking/Cargo.toml | 12 ++++----- sn_node/Cargo.toml | 28 ++++++++++----------- sn_node_manager/Cargo.toml | 16 ++++++------ sn_node_rpc_client/Cargo.toml | 16 ++++++------ sn_peers_acquisition/Cargo.toml | 4 +-- sn_protocol/Cargo.toml | 10 ++++---- sn_registers/Cargo.toml | 2 +- sn_service_management/Cargo.toml | 8 +++--- sn_transfers/Cargo.toml | 2 +- test_utils/Cargo.toml | 6 ++--- token_supplies/Cargo.toml | 2 +- 22 files changed, 109 insertions(+), 109 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb51ce1e0a..dc48a94624 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "autonomi" -version = "0.2.4-rc.4" +version = "0.2.4" dependencies = [ "alloy", "bip39", @@ -1141,7 +1141,7 @@ dependencies = [ [[package]] name = "autonomi-cli" -version = "0.1.5-rc.4" +version = "0.1.5" dependencies = [ "autonomi", "clap", @@ -2881,7 +2881,7 @@ dependencies = [ [[package]] name = "evm_testnet" -version = "0.1.4-rc.4" +version = "0.1.4" dependencies = [ "clap", "dirs-next", @@ -2892,7 +2892,7 @@ dependencies = [ [[package]] name = "evmlib" -version = "0.1.4-rc.4" +version = "0.1.4" dependencies = [ "alloy", "dirs-next", @@ -5774,7 +5774,7 @@ dependencies = [ [[package]] name = "nat-detection" -version = "0.2.11-rc.4" +version = "0.2.11" dependencies = [ "clap", "clap-verbosity-flag", @@ -5891,7 +5891,7 @@ dependencies = [ [[package]] name = "node-launchpad" -version = "0.4.5-rc.4" +version = "0.4.5" dependencies = [ "arboard", "atty", @@ -8410,7 +8410,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sn-node-manager" -version = "0.11.3-rc.4" +version = "0.11.3" dependencies = [ "assert_cmd", "assert_fs", @@ -8486,7 +8486,7 @@ dependencies = [ [[package]] name = "sn_build_info" -version = "0.1.19-rc.4" +version = "0.1.19" dependencies = [ "chrono", "tracing", @@ -8528,7 +8528,7 @@ dependencies = [ [[package]] name = "sn_evm" -version = "0.1.4-rc.4" +version = "0.1.4" dependencies = [ "custom_debug", "evmlib", @@ -8551,7 +8551,7 @@ dependencies = [ [[package]] name = "sn_logging" -version = "0.2.40-rc.4" +version = "0.2.40" dependencies = [ "chrono", "color-eyre", @@ -8576,7 +8576,7 @@ dependencies = [ [[package]] name = "sn_metrics" -version = "0.1.20-rc.4" +version = "0.1.20" dependencies = [ "clap", "color-eyre", @@ -8590,7 +8590,7 @@ dependencies = [ [[package]] name = "sn_networking" -version = "0.19.3-rc.4" +version = "0.19.3" dependencies = [ "aes-gcm-siv", "assert_fs", @@ -8638,7 +8638,7 @@ dependencies = [ [[package]] name = "sn_node" -version = "0.112.4-rc.4" +version = "0.112.4" dependencies = [ "assert_fs", "async-trait", @@ -8695,7 +8695,7 @@ dependencies = [ [[package]] name = "sn_node_rpc_client" -version = "0.6.35-rc.4" +version = "0.6.35" dependencies = [ "assert_fs", "async-trait", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sn_peers_acquisition" -version = "0.5.7-rc.4" +version = "0.5.7" dependencies = [ "clap", "lazy_static", @@ -8738,7 +8738,7 @@ dependencies = [ [[package]] name = "sn_protocol" -version = "0.17.15-rc.4" +version = "0.17.15" dependencies = [ "blsttc", "bytes", @@ -8768,7 +8768,7 @@ dependencies = [ [[package]] name = "sn_registers" -version = "0.4.3-rc.4" +version = "0.4.3" dependencies = [ "blsttc", "crdts", @@ -8785,7 +8785,7 @@ dependencies = [ [[package]] name = "sn_service_management" -version = "0.4.3-rc.4" +version = "0.4.3" dependencies = [ "async-trait", "dirs-next", @@ -8811,7 +8811,7 @@ dependencies = [ [[package]] name = "sn_transfers" -version = "0.20.3-rc.4" +version = "0.20.3" dependencies = [ "assert_fs", "blsttc", @@ -9155,7 +9155,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test_utils" -version = "0.4.11-rc.4" +version = "0.4.11" dependencies = [ "bytes", "color-eyre", @@ -9310,7 +9310,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token_supplies" -version = "0.1.58-rc.4" +version = "0.1.58" dependencies = [ "dirs-next", "reqwest 0.11.27", diff --git a/autonomi-cli/Cargo.toml b/autonomi-cli/Cargo.toml index 270708b9d8..daa29b4a60 100644 --- a/autonomi-cli/Cargo.toml +++ b/autonomi-cli/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] name = "autonomi-cli" description = "Autonomi CLI" license = "GPL-3.0" -version = "0.1.5-rc.4" +version = "0.1.5" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -24,7 +24,7 @@ name = "files" harness = false [dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = [ +autonomi = { path = "../autonomi", version = "0.2.4", features = [ "data", "fs", "vault", @@ -50,9 +50,9 @@ tokio = { version = "1.32.0", features = [ "fs", ] } tracing = { version = "~0.1.26" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } walkdir = "2.5.0" serde_json = "1.0.132" serde = "1.0.210" @@ -60,7 +60,7 @@ hex = "0.4.3" ring = "0.17.8" [dev-dependencies] -autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = [ +autonomi = { path = "../autonomi", version = "0.2.4", features = [ "data", "fs", ] } diff --git a/autonomi/Cargo.toml b/autonomi/Cargo.toml index 9fbf4c29f9..fa6fd98c09 100644 --- a/autonomi/Cargo.toml +++ b/autonomi/Cargo.toml @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers "] description = "Autonomi client API" name = "autonomi" license = "GPL-3.0" -version = "0.2.4-rc.4" +version = "0.2.4" edition = "2021" homepage = "https://maidsafe.net" readme = "README.md" @@ -38,11 +38,11 @@ rand = "0.8.5" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_protocol = { version = "0.17.15-rc.4", path = "../sn_protocol" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_networking = { path = "../sn_networking", version = "0.19.3" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_protocol = { version = "0.17.15", path = "../sn_protocol" } +sn_registers = { path = "../sn_registers", version = "0.4.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } thiserror = "1.0.23" tokio = { version = "1.35.0", features = ["sync"] } tracing = { version = "~0.1.26" } @@ -60,8 +60,8 @@ blstrs = "0.7.1" alloy = { version = "0.5.3", default-features = false, features = ["std", "reqwest-rustls-tls", "provider-anvil-node", "sol-types", "json", "signers", "contract", "signer-local", "network"] } eyre = "0.6.5" sha2 = "0.10.6" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } # Do not specify the version field. Release process expects even the local dev deps to be published. # Removing the version field is a workaround. test_utils = { path = "../test_utils" } @@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3.43" [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.7" -evmlib = { path = "../evmlib", version = "0.1.4-rc.4", features = ["wasm-bindgen"] } +evmlib = { path = "../evmlib", version = "0.1.4", features = ["wasm-bindgen"] } # See https://github.com/sebcrozet/instant/blob/7bd13f51f5c930239fddc0476a837870fb239ed7/README.md#using-instant-for-a-wasm-platform-where-performancenow-is-not-available instant = { version = "0.1", features = ["wasm-bindgen", "inaccurate"] } js-sys = "0.3.70" diff --git a/evm_testnet/Cargo.toml b/evm_testnet/Cargo.toml index fd88cfb34e..1295edf2dc 100644 --- a/evm_testnet/Cargo.toml +++ b/evm_testnet/Cargo.toml @@ -6,13 +6,13 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evm_testnet" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.4" +version = "0.1.4" [dependencies] clap = { version = "4.5", features = ["derive"] } dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +evmlib = { path = "../evmlib", version = "0.1.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } tokio = { version = "1.40", features = ["rt-multi-thread", "signal"] } [lints] diff --git a/evmlib/Cargo.toml b/evmlib/Cargo.toml index 754be900ac..cb567e24e3 100644 --- a/evmlib/Cargo.toml +++ b/evmlib/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "GPL-3.0" name = "evmlib" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.4" +version = "0.1.4" [features] wasm-bindgen = ["alloy/wasm-bindgen"] diff --git a/nat-detection/Cargo.toml b/nat-detection/Cargo.toml index c66426f044..bec7a41943 100644 --- a/nat-detection/Cargo.toml +++ b/nat-detection/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "nat-detection" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.11-rc.4" +version = "0.2.11" [[bin]] name = "nat-detection" @@ -31,9 +31,9 @@ libp2p = { version = "0.54.1", features = [ "macros", "upnp", ] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_networking = { path = "../sn_networking", version = "0.19.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } tokio = { version = "1.32.0", features = ["full"] } tracing = { version = "~0.1.26" } tracing-log = "0.2.0" diff --git a/node-launchpad/Cargo.toml b/node-launchpad/Cargo.toml index 994dda7e9c..6389fe4349 100644 --- a/node-launchpad/Cargo.toml +++ b/node-launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "node-launchpad" -version = "0.4.5-rc.4" +version = "0.4.5" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -51,13 +51,13 @@ reqwest = { version = "0.12.2", default-features = false, features = [ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" signal-hook = "0.3.17" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } -sn-node-manager = { version = "0.11.3-rc.4", path = "../sn_node_manager" } -sn_peers_acquisition = { version = "0.5.7-rc.4", path = "../sn_peers_acquisition" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } +sn-node-manager = { version = "0.11.3", path = "../sn_node_manager" } +sn_peers_acquisition = { version = "0.5.7", path = "../sn_peers_acquisition" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } sn-releases = "~0.2.6" -sn_service_management = { version = "0.4.3-rc.4", path = "../sn_service_management" } +sn_service_management = { version = "0.4.3", path = "../sn_service_management" } strip-ansi-escapes = "0.2.0" strum = { version = "0.26.1", features = ["derive"] } sysinfo = "0.30.12" diff --git a/sn_build_info/Cargo.toml b/sn_build_info/Cargo.toml index 8bda681463..7543bff9e5 100644 --- a/sn_build_info/Cargo.toml +++ b/sn_build_info/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_build_info" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.19-rc.4" +version = "0.1.19" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] diff --git a/sn_evm/Cargo.toml b/sn_evm/Cargo.toml index 85e71c19d2..7394cc62de 100644 --- a/sn_evm/Cargo.toml +++ b/sn_evm/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_evm" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.4-rc.4" +version = "0.1.4" [features] test-utils = [] @@ -17,7 +17,7 @@ external-signer = ["evmlib/external-signer"] [dependencies] custom_debug = "~0.6.1" -evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } +evmlib = { path = "../evmlib", version = "0.1.4" } hex = "~0.4.3" lazy_static = "~1.4.0" libp2p = { version = "0.53", features = ["identify", "kad"] } diff --git a/sn_logging/Cargo.toml b/sn_logging/Cargo.toml index 4c10b8938d..68c639b129 100644 --- a/sn_logging/Cargo.toml +++ b/sn_logging/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_logging" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.2.40-rc.4" +version = "0.2.40" [dependencies] chrono = "~0.4.19" diff --git a/sn_metrics/Cargo.toml b/sn_metrics/Cargo.toml index f4b7ba209d..b9dcffa42b 100644 --- a/sn_metrics/Cargo.toml +++ b/sn_metrics/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_metrics" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.20-rc.4" +version = "0.1.20" [[bin]] path = "src/main.rs" diff --git a/sn_networking/Cargo.toml b/sn_networking/Cargo.toml index bc18cd82f4..400c4fb273 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.19.3-rc.4" +version = "0.19.3" [features] default = [] @@ -54,11 +54,11 @@ rayon = "1.8.0" rmp-serde = "1.1.1" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } +sn_registers = { path = "../sn_registers", version = "0.4.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } sysinfo = { version = "0.30.8", default-features = false, optional = true } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = ["sha3"] } diff --git a/sn_node/Cargo.toml b/sn_node/Cargo.toml index 5f49511115..82806620a6 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.112.4-rc.4" +version = "0.112.4" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net" @@ -52,15 +52,15 @@ rmp-serde = "1.1.1" rayon = "1.8.0" self_encryption = "~0.30.0" serde = { version = "1.0.133", features = ["derive", "rc"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_networking = { path = "../sn_networking", version = "0.19.3-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_networking = { path = "../sn_networking", version = "0.19.3" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } +sn_registers = { path = "../sn_registers", version = "0.4.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } sysinfo = { version = "0.30.8", default-features = false } thiserror = "1.0.23" tokio = { version = "1.32.0", features = [ @@ -83,16 +83,16 @@ strum = { version = "0.26.2", features = ["derive"] } color-eyre = "0.6.2" [dev-dependencies] -evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } -autonomi = { path = "../autonomi", version = "0.2.4-rc.4", features = ["registers"] } +evmlib = { path = "../evmlib", version = "0.1.4" } +autonomi = { path = "../autonomi", version = "0.2.4", features = ["registers"] } reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls-manual-roots", ] } serde_json = "1.0" -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features = [ +sn_protocol = { path = "../sn_protocol", version = "0.17.15", features = [ "rpc", ] } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4", features = [ +sn_transfers = { path = "../sn_transfers", version = "0.20.3", features = [ "test-utils", ] } tempfile = "3.6.0" diff --git a/sn_node_manager/Cargo.toml b/sn_node_manager/Cargo.toml index 28f525bebc..c315a25ad1 100644 --- a/sn_node_manager/Cargo.toml +++ b/sn_node_manager/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn-node-manager" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.11.3-rc.4" +version = "0.11.3" [[bin]] name = "safenode-manager" @@ -46,14 +46,14 @@ semver = "1.0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" service-manager = "0.7.0" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4" } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15" } +sn_service_management = { path = "../sn_service_management", version = "0.4.3" } sn-releases = "0.2.6" -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.26", features = ["full"] } diff --git a/sn_node_rpc_client/Cargo.toml b/sn_node_rpc_client/Cargo.toml index b9b14684bc..6759155bf1 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.6.35-rc.4" +version = "0.6.35" [[bin]] name = "safenode_rpc_client" @@ -26,13 +26,13 @@ color-eyre = "0.6.2" hex = "~0.4.3" libp2p = { version = "0.54.1", features = ["kad"]} libp2p-identity = { version="0.2.7", features = ["rand"] } -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_node = { path = "../sn_node", version = "0.112.4-rc.4" } -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features=["rpc"] } -sn_service_management = { path = "../sn_service_management", version = "0.4.3-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_node = { path = "../sn_node", version = "0.112.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15", features=["rpc"] } +sn_service_management = { path = "../sn_service_management", version = "0.4.3" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } 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_peers_acquisition/Cargo.toml b/sn_peers_acquisition/Cargo.toml index f7e4650aa8..871b4a8e8f 100644 --- a/sn_peers_acquisition/Cargo.toml +++ b/sn_peers_acquisition/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_peers_acquisition" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.5.7-rc.4" +version = "0.5.7" [features] local = [] @@ -21,7 +21,7 @@ lazy_static = "~1.4.0" libp2p = { version = "0.54.1", features = [] } rand = "0.8.5" reqwest = { version="0.12.2", default-features=false, features = ["rustls-tls"] } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", optional = true} +sn_protocol = { path = "../sn_protocol", version = "0.17.15", optional = true} thiserror = "1.0.23" tokio = { version = "1.32.0", default-features = false } tracing = { version = "~0.1.26" } diff --git a/sn_protocol/Cargo.toml b/sn_protocol/Cargo.toml index a00584163b..da7ca5f243 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.17.15-rc.4" +version = "0.17.15" [features] default = [] @@ -28,10 +28,10 @@ rmp-serde = "1.1.1" serde = { version = "1.0.133", features = [ "derive", "rc" ]} serde_json = "1.0" sha2 = "0.10.7" -sn_build_info = { path = "../sn_build_info", version = "0.1.19-rc.4" } -sn_transfers = { path = "../sn_transfers", version = "0.20.3-rc.4" } -sn_registers = { path = "../sn_registers", version = "0.4.3-rc.4" } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_build_info = { path = "../sn_build_info", version = "0.1.19" } +sn_transfers = { path = "../sn_transfers", version = "0.20.3" } +sn_registers = { path = "../sn_registers", version = "0.4.3" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } thiserror = "1.0.23" tiny-keccak = { version = "~2.0.2", features = [ "sha3" ] } tracing = { version = "~0.1.26" } diff --git a/sn_registers/Cargo.toml b/sn_registers/Cargo.toml index 9d9567529c..7e048f2216 100644 --- a/sn_registers/Cargo.toml +++ b/sn_registers/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "sn_registers" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.4" +version = "0.4.3" [features] test-utils = [] diff --git a/sn_service_management/Cargo.toml b/sn_service_management/Cargo.toml index a43f68b57d..29c803ef13 100644 --- a/sn_service_management/Cargo.toml +++ b/sn_service_management/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_service_management" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.3-rc.4" +version = "0.4.3" [dependencies] async-trait = "0.1" @@ -19,11 +19,11 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" semver = "1.0.20" service-manager = "0.7.0" -sn_logging = { path = "../sn_logging", version = "0.2.40-rc.4" } -sn_protocol = { path = "../sn_protocol", version = "0.17.15-rc.4", features = [ +sn_logging = { path = "../sn_logging", version = "0.2.40" } +sn_protocol = { path = "../sn_protocol", version = "0.17.15", features = [ "rpc", ] } -sn_evm = { path = "../sn_evm", version = "0.1.4-rc.4" } +sn_evm = { path = "../sn_evm", version = "0.1.4" } sysinfo = "0.30.12" thiserror = "1.0.23" tokio = { version = "1.32.0", features = ["time"] } diff --git a/sn_transfers/Cargo.toml b/sn_transfers/Cargo.toml index d3ff4a8537..a095d90c1b 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.20.3-rc.4" +version = "0.20.3" [features] reward-forward = [] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 906a3b212a..521977d6bc 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "test_utils" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.4.11-rc.4" +version = "0.4.11" [features] local = ["sn_peers_acquisition/local"] @@ -16,9 +16,9 @@ local = ["sn_peers_acquisition/local"] bytes = { version = "1.0.1", features = ["serde"] } color-eyre = "~0.6.2" dirs-next = "~2.0.0" -evmlib = { path = "../evmlib", version = "0.1.4-rc.4" } +evmlib = { path = "../evmlib", version = "0.1.4" } libp2p = { version = "0.54.1", features = ["identify", "kad"] } rand = "0.8.5" serde = { version = "1.0.133", features = ["derive"] } serde_json = "1.0" -sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7-rc.4" } +sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.7" } diff --git a/token_supplies/Cargo.toml b/token_supplies/Cargo.toml index 937d918cab..976529fb2e 100644 --- a/token_supplies/Cargo.toml +++ b/token_supplies/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "token_supplies" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.1.58-rc.4" +version = "0.1.58" [dependencies]