Skip to content

Commit

Permalink
Merge branch 'stable_change_node_size'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacderida committed Oct 1, 2024
2 parents b1cdb5d + dd24f2c commit 069b4e0
Show file tree
Hide file tree
Showing 25 changed files with 139 additions and 131 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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-10-01

### Network

#### Changed

- Increase node storage size from 4GB to 32GB

## 2024-09-24

### Network
Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions autonomi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["MaidSafe Developers <[email protected]>"]
description = "Autonomi client API"
name = "autonomi"
license = "GPL-3.0"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
homepage = "https://maidsafe.net"
readme = "README.md"
Expand Down Expand Up @@ -31,11 +31,11 @@ rand = "0.8.5"
rmp-serde = "1.1.1"
self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_networking = { path = "../sn_networking", version = "0.18.2" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.1" }
sn_protocol = { version = "0.17.9", path = "../sn_protocol" }
sn_registers = { path = "../sn_registers", version = "0.3.19" }
sn_transfers = { path = "../sn_transfers", version = "0.19.1" }
sn_networking = { path = "../sn_networking", version = "0.18.3" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.2" }
sn_protocol = { version = "0.17.10", path = "../sn_protocol" }
sn_registers = { path = "../sn_registers", version = "0.3.20" }
sn_transfers = { path = "../sn_transfers", version = "0.19.2" }
thiserror = "1.0.23"
tokio = { version = "1.35.0", features = ["sync", "fs"] }
tracing = { version = "~0.1.26" }
Expand Down
8 changes: 4 additions & 4 deletions nat-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "nat-detection"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.2.5"
version = "0.2.6"

[[bin]]
name = "nat-detection"
Expand All @@ -31,9 +31,9 @@ libp2p = { version = "0.54.1", features = [
"macros",
"upnp",
] }
sn_build_info = { path = "../sn_build_info", version = "0.1.13" }
sn_networking = { path = "../sn_networking", version = "0.18.2" }
sn_protocol = { path = "../sn_protocol", version = "0.17.9" }
sn_build_info = { path = "../sn_build_info", version = "0.1.14" }
sn_networking = { path = "../sn_networking", version = "0.18.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.10" }
tokio = { version = "1.32.0", features = ["full"] }
tracing = { version = "~0.1.26" }
tracing-log = "0.2.0"
Expand Down
12 changes: 6 additions & 6 deletions node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.3.15"
version = "0.3.16"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -51,12 +51,12 @@ 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.13" }
sn-node-manager = { version = "0.10.4", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.5.1", path = "../sn_peers_acquisition" }
sn_protocol = { path = "../sn_protocol", version = "0.17.9" }
sn_build_info = { path = "../sn_build_info", version = "0.1.14" }
sn-node-manager = { version = "0.10.5", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.5.2", path = "../sn_peers_acquisition" }
sn_protocol = { path = "../sn_protocol", version = "0.17.10" }
sn-releases = "~0.2.6"
sn_service_management = { version = "0.3.12", path = "../sn_service_management" }
sn_service_management = { version = "0.3.13", path = "../sn_service_management" }
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.1", features = ["derive"] }
sysinfo = "0.30.12"
Expand Down
6 changes: 3 additions & 3 deletions release-cycle-info
Original file line number Diff line number Diff line change
Expand Up @@ -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: 09
release-cycle: 2
release-cycle-counter: 3
release-month: 10
release-cycle: 1
release-cycle-counter: 1
12 changes: 6 additions & 6 deletions sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand Down Expand Up @@ -32,11 +32,11 @@ graphviz-rust = { version = "0.9.0", optional = true }
lazy_static = "1.4.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
serde_json = "1.0.108"
sn_build_info = { path = "../sn_build_info", version = "0.1.13" }
sn_client = { path = "../sn_client", version = "0.110.1" }
sn_logging = { path = "../sn_logging", version = "0.2.34" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.9" }
sn_build_info = { path = "../sn_build_info", version = "0.1.14" }
sn_client = { path = "../sn_client", version = "0.110.2" }
sn_logging = { path = "../sn_logging", version = "0.2.35" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.2" }
sn_protocol = { path = "../sn_protocol", version = "0.17.10" }
tiny_http = { version = "0.12", features = ["ssl-rustls"] }
tracing = { version = "~0.1.26" }
tokio = { version = "1.32.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion sn_build_info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.13"
version = "0.1.14"
build = "build.rs"

[build-dependencies]
Expand Down
14 changes: 7 additions & 7 deletions sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_cli"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.95.1"
version = "0.95.2"

[[bin]]
path = "src/bin/main.rs"
Expand Down Expand Up @@ -55,11 +55,11 @@ reqwest = { version = "0.12.2", default-features = false, features = [
rmp-serde = "1.1.1"
rpassword = "7.3.1"
serde = { version = "1.0.133", features = ["derive"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.13" }
sn_client = { path = "../sn_client", version = "0.110.1" }
sn_logging = { path = "../sn_logging", version = "0.2.34" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.1" }
sn_protocol = { path = "../sn_protocol", version = "0.17.9" }
sn_build_info = { path = "../sn_build_info", version = "0.1.14" }
sn_client = { path = "../sn_client", version = "0.110.2" }
sn_logging = { path = "../sn_logging", version = "0.2.35" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.5.2" }
sn_protocol = { path = "../sn_protocol", version = "0.17.10" }
tempfile = "3.6.0"
tiny-keccak = "~2.0.2"
tokio = { version = "1.32.0", features = [
Expand All @@ -81,7 +81,7 @@ eyre = "0.6.8"
criterion = "0.5.1"
tempfile = "3.6.0"
rand = { version = "~0.8.5", features = ["small_rng"] }
sn_client = { path = "../sn_client", version = "0.110.1", features = [
sn_client = { path = "../sn_client", version = "0.110.2", features = [
"test-utils",
] }

Expand Down
Loading

0 comments on commit 069b4e0

Please sign in to comment.