From acd84e4d071de774680963d27e6e0d90003d717f Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Fri, 28 Feb 2025 09:37:29 +0200 Subject: [PATCH] prep test --- Cargo.lock | 68 +++++++++---------- applications/minotari_app_grpc/Cargo.toml | 4 +- .../minotari_app_utilities/Cargo.toml | 4 +- .../minotari_console_wallet/Cargo.toml | 6 +- .../minotari_ledger_wallet/common/Cargo.toml | 2 +- .../minotari_ledger_wallet/comms/Cargo.toml | 2 +- .../minotari_ledger_wallet/wallet/Cargo.toml | 2 +- .../minotari_merge_mining_proxy/Cargo.toml | 4 +- applications/minotari_miner/Cargo.toml | 2 +- applications/minotari_node/Cargo.toml | 4 +- base_layer/chat_ffi/Cargo.toml | 2 +- base_layer/common_types/Cargo.toml | 4 +- base_layer/contacts/Cargo.toml | 20 +++--- .../contacts/src/chat_client/Cargo.toml | 2 +- base_layer/core/Cargo.toml | 36 +++++----- base_layer/core/src/blocks/genesis_block.rs | 10 +-- .../core/src/consensus/consensus_constants.rs | 25 +++---- base_layer/key_manager/Cargo.toml | 8 +-- base_layer/mmr/Cargo.toml | 2 +- base_layer/p2p/Cargo.toml | 16 ++--- base_layer/service_framework/Cargo.toml | 4 +- base_layer/tari_mining_helper_ffi/Cargo.toml | 6 +- base_layer/wallet/Cargo.toml | 28 ++++---- base_layer/wallet_ffi/Cargo.toml | 4 +- common/Cargo.toml | 6 +- common/config/presets/b_peer_seeds.toml | 2 +- common/src/configuration/network.rs | 5 +- common/tari_features/Cargo.toml | 2 +- common_sqlite/Cargo.toml | 2 +- comms/core/Cargo.toml | 10 +-- comms/dht/Cargo.toml | 16 ++--- comms/rpc_macros/Cargo.toml | 2 +- hashing/Cargo.toml | 2 +- infrastructure/derive/Cargo.toml | 2 +- infrastructure/libtor/Cargo.toml | 2 +- infrastructure/max_size/Cargo.toml | 2 +- infrastructure/metrics/Cargo.toml | 2 +- infrastructure/shutdown/Cargo.toml | 2 +- infrastructure/storage/Cargo.toml | 2 +- infrastructure/tari_script/Cargo.toml | 2 +- infrastructure/test_utils/Cargo.toml | 6 +- package-lock.json | 2 +- 42 files changed, 163 insertions(+), 171 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 539e8bcdb7..7b18135758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3907,7 +3907,7 @@ dependencies = [ [[package]] name = "minotari_app_grpc" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "argon2 0.4.1", "base64 0.13.1", @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "minotari_app_utilities" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "clap 3.2.25", "dialoguer 0.10.4", @@ -3958,7 +3958,7 @@ dependencies = [ [[package]] name = "minotari_chat_ffi" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "cbindgen", "chrono", @@ -3983,7 +3983,7 @@ dependencies = [ [[package]] name = "minotari_console_wallet" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "blake2", "chrono", @@ -4039,14 +4039,14 @@ dependencies = [ [[package]] name = "minotari_ledger_wallet_common" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "bs58 0.5.1", ] [[package]] name = "minotari_ledger_wallet_comms" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "borsh", "dialoguer 0.11.0", @@ -4067,7 +4067,7 @@ dependencies = [ [[package]] name = "minotari_merge_mining_proxy" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "bincode", @@ -4112,7 +4112,7 @@ dependencies = [ [[package]] name = "minotari_miner" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "base64 0.13.1", "borsh", @@ -4148,7 +4148,7 @@ dependencies = [ [[package]] name = "minotari_mining_helper_ffi" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "borsh", "cbindgen", @@ -4167,7 +4167,7 @@ dependencies = [ [[package]] name = "minotari_node" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "async-trait", @@ -4221,7 +4221,7 @@ dependencies = [ [[package]] name = "minotari_wallet" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "argon2 0.4.1", "async-trait", @@ -4272,7 +4272,7 @@ dependencies = [ [[package]] name = "minotari_wallet_ffi" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "borsh", "cbindgen", @@ -6876,7 +6876,7 @@ dependencies = [ [[package]] name = "tari_chat_client" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "async-trait", @@ -6903,7 +6903,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "config", @@ -6928,7 +6928,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "diesel", "diesel_migrations", @@ -6942,7 +6942,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "base64 0.21.7", "bitflags 2.6.0", @@ -6967,7 +6967,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "async-trait", @@ -7016,7 +7016,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "bitflags 2.6.0", @@ -7059,7 +7059,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "futures 0.3.31", "proc-macro2", @@ -7074,7 +7074,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "chrono", "diesel", @@ -7108,7 +7108,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "async-trait", @@ -7211,11 +7211,11 @@ dependencies = [ [[package]] name = "tari_features" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" [[package]] name = "tari_hashing" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "blake2", "borsh", @@ -7272,7 +7272,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "argon2 0.4.1", "async-trait", @@ -7307,7 +7307,7 @@ dependencies = [ [[package]] name = "tari_libtor" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "derivative", "libtor", @@ -7320,7 +7320,7 @@ dependencies = [ [[package]] name = "tari_max_size" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "borsh", "serde", @@ -7330,7 +7330,7 @@ dependencies = [ [[package]] name = "tari_metrics" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "futures 0.3.31", @@ -7345,7 +7345,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "bincode", "blake2", @@ -7363,7 +7363,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "clap 3.2.25", @@ -7401,7 +7401,7 @@ dependencies = [ [[package]] name = "tari_script" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "blake2", "borsh", @@ -7419,7 +7419,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "anyhow", "async-trait", @@ -7436,7 +7436,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "futures 0.3.31", "tokio", @@ -7444,7 +7444,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "bincode", "lmdb-zero", @@ -7457,7 +7457,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" dependencies = [ "futures 0.3.31", "futures-test", diff --git a/applications/minotari_app_grpc/Cargo.toml b/applications/minotari_app_grpc/Cargo.toml index 89cea16452..dd5a6b3f9d 100644 --- a/applications/minotari_app_grpc/Cargo.toml +++ b/applications/minotari_app_grpc/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "This crate is to provide a single source for all cross application grpc files and conversions to and from tari::core" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2021" [dependencies] @@ -32,7 +32,7 @@ tonic = { version = "0.12.3", features = ["tls"] } zeroize = "1" [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.11.6-alpha.0" } tonic-build = "0.12.3" [package.metadata.cargo-machete] diff --git a/applications/minotari_app_utilities/Cargo.toml b/applications/minotari_app_utilities/Cargo.toml index 6ae55b1f7b..1e244af1c2 100644 --- a/applications/minotari_app_utilities/Cargo.toml +++ b/applications/minotari_app_utilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_app_utilities" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" @@ -30,7 +30,7 @@ tari_common = { path = "../../common", features = [ "build", "static-application-info", ] } -tari_features = { path = "../../common/tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.11.6-alpha.0" } [features] miner_input = ["minotari_app_grpc"] diff --git a/applications/minotari_console_wallet/Cargo.toml b/applications/minotari_console_wallet/Cargo.toml index d9ab57178f..d691712d6b 100644 --- a/applications/minotari_console_wallet/Cargo.toml +++ b/applications/minotari_console_wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_console_wallet" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" @@ -8,7 +8,7 @@ license = "BSD-3-Clause" [dependencies] minotari_app_grpc = { path = "../minotari_app_grpc" } minotari_app_utilities = { path = "../minotari_app_utilities" } -minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.11.6-pre.0", optional = true } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.11.6-alpha.0", optional = true } tari_common = { path = "../../common" } tari_common_types = { path = "../../base_layer/common_types" } tari_comms = { path = "../../comms/core" } @@ -84,7 +84,7 @@ default-features = false features = ["crossterm"] [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.11.6-alpha.0" } [features] default = ["libtor", "ledger"] diff --git a/applications/minotari_ledger_wallet/common/Cargo.toml b/applications/minotari_ledger_wallet/common/Cargo.toml index 7900dabc11..fca34fb5e1 100644 --- a/applications/minotari_ledger_wallet/common/Cargo.toml +++ b/applications/minotari_ledger_wallet/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_ledger_wallet_common" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development Community"] license = "BSD-3-Clause" edition = "2021" diff --git a/applications/minotari_ledger_wallet/comms/Cargo.toml b/applications/minotari_ledger_wallet/comms/Cargo.toml index 44e259226e..8f8d4ecc7d 100644 --- a/applications/minotari_ledger_wallet/comms/Cargo.toml +++ b/applications/minotari_ledger_wallet/comms/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_ledger_wallet_comms" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development Community"] license = "BSD-3-Clause" edition = "2021" diff --git a/applications/minotari_ledger_wallet/wallet/Cargo.toml b/applications/minotari_ledger_wallet/wallet/Cargo.toml index f39f49cd56..3df0482a35 100644 --- a/applications/minotari_ledger_wallet/wallet/Cargo.toml +++ b/applications/minotari_ledger_wallet/wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_ledger_wallet" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development Community"] license = "BSD-3-Clause" edition = "2021" diff --git a/applications/minotari_merge_mining_proxy/Cargo.toml b/applications/minotari_merge_mining_proxy/Cargo.toml index a25c7a4bb3..78ab91a0bb 100644 --- a/applications/minotari_merge_mining_proxy/Cargo.toml +++ b/applications/minotari_merge_mining_proxy/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The Tari merge mining proxy for xmrig" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [features] @@ -56,7 +56,7 @@ regex = "1.11.1" blake2 = "0.10" [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.11.6-alpha.0" } [dev-dependencies] hyper = { version = "0.14.12", features = ["full"] } diff --git a/applications/minotari_miner/Cargo.toml b/applications/minotari_miner/Cargo.toml index e1c6e0c605..6832c77952 100644 --- a/applications/minotari_miner/Cargo.toml +++ b/applications/minotari_miner/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari miner implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] diff --git a/applications/minotari_node/Cargo.toml b/applications/minotari_node/Cargo.toml index 610a4d1f31..18ffa1b856 100644 --- a/applications/minotari_node/Cargo.toml +++ b/applications/minotari_node/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari full base node implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] @@ -72,7 +72,7 @@ safe = [] libtor = ["tari_libtor"] [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.11.6-alpha.0" } [package.metadata.cargo-machete] ignored = [ diff --git a/base_layer/chat_ffi/Cargo.toml b/base_layer/chat_ffi/Cargo.toml index 1a27c08ca7..616a9be8f5 100644 --- a/base_layer/chat_ffi/Cargo.toml +++ b/base_layer/chat_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_chat_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency chat C FFI bindings" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 711923c035..9871a4e009 100644 --- a/base_layer/common_types/Cargo.toml +++ b/base_layer/common_types/Cargo.toml @@ -3,13 +3,13 @@ name = "tari_common_types" authors = ["The Tari Development Community"] description = "Tari cryptocurrency common types" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] tari_crypto = { version = "0.22.0" } tari_utilities = { version = "0.8" } -tari_common = { path = "../../common", version = "1.11.6-pre.0" } +tari_common = { path = "../../common", version = "1.11.6-alpha.0" } minotari_ledger_wallet_common = { path = "../../applications/minotari_ledger_wallet/common" } chacha20poly1305 = "0.10.1" bitflags = { version = "2.4", features = ["serde"] } diff --git a/base_layer/contacts/Cargo.toml b/base_layer/contacts/Cargo.toml index 44e13a8013..4126f0129d 100644 --- a/base_layer/contacts/Cargo.toml +++ b/base_layer/contacts/Cargo.toml @@ -3,22 +3,22 @@ name = "tari_contacts" authors = ["The Tari Development Community"] description = "Tari contacts library" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.11.6-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.11.6-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.11.6-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.11.6-pre.0" } +tari_common = { path = "../../common", version = "1.11.6-alpha.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.11.6-alpha.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-alpha.0" } +tari_comms = { path = "../../comms/core", version = "1.11.6-alpha.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.11.6-alpha.0" } tari_crypto = { version = "0.22.0" } tari_max_size = { path = "../../infrastructure/max_size" } tari_p2p = { path = "../p2p", features = [ "auto-update", -], version = "1.11.6-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.11.6-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } +tari_service_framework = { path = "../service_framework", version = "1.11.6-alpha.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-alpha.0" } tari_utilities = { version = "0.8" } chrono = { version = "0.4.39", default-features = false, features = ["serde"] } @@ -48,7 +48,7 @@ tari_test_utils = { path = "../../infrastructure/test_utils" } tempfile = "3.1.0" [build-dependencies] -tari_common = { path = "../../common", version = "1.11.6-pre.0" } +tari_common = { path = "../../common", version = "1.11.6-alpha.0" } [package.metadata.cargo-machete] ignored = [ diff --git a/base_layer/contacts/src/chat_client/Cargo.toml b/base_layer/contacts/src/chat_client/Cargo.toml index e503d6c0c4..9a147757d6 100644 --- a/base_layer/contacts/src/chat_client/Cargo.toml +++ b/base_layer/contacts/src/chat_client/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_chat_client" authors = ["The Tari Development Community"] description = "Tari cucumber chat client" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 9287820621..058f9e632d 100644 --- a/base_layer/core/Cargo.toml +++ b/base_layer/core/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [features] @@ -28,26 +28,26 @@ ledger = ["minotari_ledger_wallet_comms"] metrics = ["tari_metrics"] [dependencies] -minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.11.6-pre.0", optional = true } -tari_common = { path = "../../common", version = "1.11.6-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.11.6-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.11.6-pre.0" } -tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.11.6-pre.0" } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.11.6-alpha.0", optional = true } +tari_common = { path = "../../common", version = "1.11.6-alpha.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-alpha.0" } +tari_comms = { path = "../../comms/core", version = "1.11.6-alpha.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.11.6-alpha.0" } +tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.11.6-alpha.0" } tari_crypto = { version = "0.22.0", features = ["borsh"] } tari_max_size = { path = "../../infrastructure/max_size" } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.11.6-pre.0" } -tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.11.6-pre.0" } -tari_p2p = { path = "../../base_layer/p2p", version = "1.11.6-pre.0" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.11.6-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.11.6-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.11.6-pre.0" } -tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.11.6-pre.0" } +tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.11.6-alpha.0" } +tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.11.6-alpha.0" } +tari_p2p = { path = "../../base_layer/p2p", version = "1.11.6-alpha.0" } +tari_script = { path = "../../infrastructure/tari_script", version = "1.11.6-alpha.0" } +tari_service_framework = { path = "../service_framework", version = "1.11.6-alpha.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-alpha.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.11.6-alpha.0" } +tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.11.6-alpha.0" } tari_utilities = { version = "0.8", features = ["borsh"] } tari_key_manager = { path = "../key_manager", features = [ "key_manager_service", -], version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } tari_common_sqlite = { path = "../../common_sqlite" } tari_hashing = { path = "../../hashing" } @@ -123,8 +123,8 @@ static_assertions = "1.1.0" [build-dependencies] tari_common = { path = "../../common", features = [ "build", -], version = "1.11.6-pre.0" } -tari_features = { path = "../../common/tari_features", version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } +tari_features = { path = "../../common/tari_features", version = "1.11.6-alpha.0" } [[bench]] name = "mempool" diff --git a/base_layer/core/src/blocks/genesis_block.rs b/base_layer/core/src/blocks/genesis_block.rs index 5e24deba44..4585fb3a81 100644 --- a/base_layer/core/src/blocks/genesis_block.rs +++ b/base_layer/core/src/blocks/genesis_block.rs @@ -292,14 +292,8 @@ pub fn get_mainnet_genesis_block() -> ChainBlock { fn get_mainnet_genesis_block_raw() -> Block { // Set genesis timestamp - let genesis_timestamp = DateTime::parse_from_rfc2822("22 Aug 2024 08:00:00 +0200").expect("parse may not fail"); - let not_before_proof = b"I am the standin mainnet genesis block, \ - \ - I am not the real mainnet block \ - \ - I am only a standin \ - \ - Do not take me for the real one. I am only a placeholder for the real one"; + let genesis_timestamp = DateTime::parse_from_rfc2822("28 Feb 2025 08:00:00 +0200").expect("parse may not fail"); + let not_before_proof = b"{Place holder}"; if not_before_proof.len() > PowData::default().max_size() { panic!( "Not-before-proof data is too large, exceeds limit by '{}' bytes", diff --git a/base_layer/core/src/consensus/consensus_constants.rs b/base_layer/core/src/consensus/consensus_constants.rs index 72f779da98..a4a67cfc7f 100644 --- a/base_layer/core/src/consensus/consensus_constants.rs +++ b/base_layer/core/src/consensus/consensus_constants.rs @@ -642,26 +642,25 @@ impl ConsensusConstants { // These values are mainly place holder till the final decision has been made about their values. pub fn mainnet() -> Vec { - let difficulty_block_window = 90; let mut algos = HashMap::new(); algos.insert(PowAlgorithm::Sha3x, PowAlgorithmConstants { - min_difficulty: Difficulty::from_u64(450_000_000_000).expect("valid difficulty"), + min_difficulty: Difficulty::from_u64(150_000).expect("valid difficulty"), max_difficulty: Difficulty::max(), - target_time: 240, + target_time: 5, }); algos.insert(PowAlgorithm::RandomX, PowAlgorithmConstants { - min_difficulty: Difficulty::from_u64(1_200_000).expect("valid difficulty"), + min_difficulty: Difficulty::from_u64(1_200_0).expect("valid difficulty"), max_difficulty: Difficulty::max(), - target_time: 240, + target_time: 5, }); let (input_version_range, output_version_range, kernel_version_range) = version_zero(); - let consensus_constants = vec![ConsensusConstants { + let con_1 = ConsensusConstants { effective_from_height: 0, - coinbase_min_maturity: 720, - blockchain_version: 1, - valid_blockchain_version_range: 1..=1, + coinbase_min_maturity: 360, + blockchain_version: 0, + valid_blockchain_version_range: 0..=0, future_time_limit: 540, - difficulty_block_window, + difficulty_block_window: 90, max_block_transaction_weight: 127_795, max_block_coinbase_count: 1000, median_timestamp_count: 11, @@ -672,7 +671,7 @@ impl ConsensusConstants { max_randomx_seed_height: 3000, max_extra_field_size: 200, proof_of_work: algos, - pre_mine_value: MAINNET_PRE_MINE_VALUE, + pre_mine_value: PRE_MINE_VALUE.into(), transaction_weight: TransactionWeight::v1(), max_script_byte_size: 512, max_extra_encrypted_data_byte_size: 256, @@ -688,7 +687,9 @@ impl ConsensusConstants { vn_registration_lock_height: 0, vn_registration_shuffle_interval: VnEpoch(100), coinbase_output_features_extra_max_length: 256, - }]; + }; + + let consensus_constants = vec![con_1]; consensus_constants } diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index b96bf4f620..1b31df04dd 100644 --- a/base_layer/key_manager/Cargo.toml +++ b/base_layer/key_manager/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet key management" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2021" [lib] @@ -13,9 +13,9 @@ crate-type = ["lib", "cdylib"] [dependencies] tari_crypto = { version = "0.22.0" } tari_utilities = { version = "0.8" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.11.6-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.11.6-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.11.6-alpha.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-alpha.0" } +tari_service_framework = { path = "../service_framework", version = "1.11.6-alpha.0" } async-trait = { version = "0.1.50" } chrono = { version = "0.4.39", default-features = false, features = ["serde"] } diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 874a367a6d..77ae5eef96 100644 --- a/base_layer/mmr/Cargo.toml +++ b/base_layer/mmr/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "A Merkle Mountain Range implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 3c2dfa68b6..1d2439a9d8 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development community"] description = "Tari base layer-specific peer-to-peer communication features" repository = "https://github.com/tari-project/tari" @@ -10,12 +10,12 @@ license = "BSD-3-Clause" edition = "2021" [dependencies] -tari_comms = { path = "../../comms/core", version = "1.11.6-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.11.6-pre.0" } -tari_common = { path = "../../common", version = "1.11.6-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.11.6-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.11.6-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.11.6-alpha.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.11.6-alpha.0" } +tari_common = { path = "../../common", version = "1.11.6-alpha.0" } +tari_service_framework = { path = "../service_framework", version = "1.11.6-alpha.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-alpha.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.11.6-alpha.0" } tari_utilities = { version = "0.8" } anyhow = "1.0.53" @@ -56,7 +56,7 @@ tempfile = "3.1.0" [build-dependencies] tari_common = { path = "../../common", features = [ "build", -], version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } [features] test-mocks = [] diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index e1a82a862a..f19a829ae3 100644 --- a/base_layer/service_framework/Cargo.toml +++ b/base_layer/service_framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_service_framework" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" repository = "https://github.com/tari-project/tari" @@ -10,7 +10,7 @@ license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-alpha.0" } anyhow = "1.0.53" async-trait = "0.1.50" diff --git a/base_layer/tari_mining_helper_ffi/Cargo.toml b/base_layer/tari_mining_helper_ffi/Cargo.toml index 6a0b94f504..12bab267ef 100644 --- a/base_layer/tari_mining_helper_ffi/Cargo.toml +++ b/base_layer/tari_mining_helper_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_mining_helper_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency miningcore C FFI bindings" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] @@ -15,7 +15,7 @@ tari_core = { path = "../core", default-features = false, features = [ "base_node_proto", "base_node", ] } -tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-alpha.0" } tari_utilities = { version = "0.8" } libc = "0.2.65" thiserror = "1.0.26" @@ -27,7 +27,7 @@ tari_core = { path = "../core", features = ["transactions", "base_node"] } rand = "0.8" [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.11.6-alpha.0" } cbindgen = "0.24.3" tari_common = { path = "../../common", features = [ "build", diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 561cfc742a..60f472d125 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,32 +3,32 @@ name = "minotari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.11.6-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.11.6-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.11.6-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.11.6-pre.0" } -tari_contacts = { path = "../../base_layer/contacts", version = "1.11.6-pre.0" } +tari_common = { path = "../../common", version = "1.11.6-alpha.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.11.6-alpha.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.11.6-alpha.0" } +tari_comms = { path = "../../comms/core", version = "1.11.6-alpha.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.11.6-alpha.0" } +tari_contacts = { path = "../../base_layer/contacts", version = "1.11.6-alpha.0" } tari_core = { path = "../../base_layer/core", default-features = false, features = [ "transactions", "mempool_proto", "base_node_proto", -], version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } tari_crypto = { version = "0.22.0" } tari_max_size = { path = "../../infrastructure/max_size" } tari_key_manager = { path = "../key_manager", features = [ "key_manager_service", -], version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } tari_p2p = { path = "../p2p", features = [ "auto-update", -], version = "1.11.6-pre.0" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.11.6-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.11.6-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } +tari_script = { path = "../../infrastructure/tari_script", version = "1.11.6-alpha.0" } +tari_service_framework = { path = "../service_framework", version = "1.11.6-alpha.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-alpha.0" } tari_utilities = { version = "0.8" } # Uncomment for tokio tracing via tokio-console (needs "tracing" features) @@ -74,7 +74,7 @@ zeroize = "1" tari_common = { path = "../../common", features = [ "build", "static-application-info", -], version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } [dev-dependencies] tari_p2p = { path = "../p2p", features = ["test-mocks"] } diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index ef25c4154d..085ac99643 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] @@ -67,7 +67,7 @@ tari_common = { path = "../../common", features = [ "build", "static-application-info", ] } -tari_features = { path = "../../common/tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.11.6-alpha.0" } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = [ diff --git a/common/Cargo.toml b/common/Cargo.toml index d1d05764bc..6439b4f6e8 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [features] @@ -14,7 +14,7 @@ build = ["toml", "prost-build"] static-application-info = ["git2"] [dependencies] -tari_features = { path = "./tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "./tari_features", version = "1.11.6-alpha.0" } anyhow = "1.0.53" config = { version = "0.14.0", default-features = false, features = ["toml"] } @@ -43,7 +43,7 @@ tari_test_utils = { path = "../infrastructure/test_utils" } toml = "0.5.8" [build-dependencies] -tari_features = { path = "./tari_features", version = "1.11.6-pre.0" } +tari_features = { path = "./tari_features", version = "1.11.6-alpha.0" } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = [ diff --git a/common/config/presets/b_peer_seeds.toml b/common/config/presets/b_peer_seeds.toml index b0c0ed7979..5c6ae76b53 100644 --- a/common/config/presets/b_peer_seeds.toml +++ b/common/config/presets/b_peer_seeds.toml @@ -54,6 +54,6 @@ dns_seeds = ["seeds.igor.tari.com"] [mainnet.p2p.seeds] # DNS seeds hosts - DNS TXT records are queried from these hosts and the resulting peers added to the comms peer list. # (Default: peer_seeds = []) -dns_seeds = ["seeds.mainnet.tari.com"] +dns_seeds = ["seeds.testmnet.tari.com"] # Custom specified peer seed nodes (Default: peer_seeds = []) peer_seeds = ["a062ae2345b0db0df9fb1504b99511e23d98f8513f9b5503efcc6dad8eca7e47::/ip4/54.77.66.39/tcp/18189"] diff --git a/common/src/configuration/network.rs b/common/src/configuration/network.rs index b9c3d614ff..e7e4184df3 100644 --- a/common/src/configuration/network.rs +++ b/common/src/configuration/network.rs @@ -124,10 +124,7 @@ impl Network { impl Default for Network { #[cfg(tari_target_network_mainnet)] fn default() -> Self { - match std::env::var("TARI_NETWORK") { - Ok(network) => Network::from_str(network.as_str()).unwrap_or(Network::MainNet), - Err(_) => Network::MainNet, - } + Network::MainNet } #[cfg(tari_target_network_nextnet)] diff --git a/common/tari_features/Cargo.toml b/common/tari_features/Cargo.toml index 044c7d8469..4996fca3bc 100644 --- a/common/tari_features/Cargo.toml +++ b/common/tari_features/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index 591fb18010..86467b76ef 100644 --- a/common_sqlite/Cargo.toml +++ b/common_sqlite/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_sqlite" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/comms/core/Cargo.toml b/comms/core/Cargo.toml index 9b3b891785..2860e38b6c 100644 --- a/comms/core/Cargo.toml +++ b/comms/core/Cargo.toml @@ -6,14 +6,14 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2021" [dependencies] tari_crypto = { version = "0.22.0" } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.11.6-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.11.6-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-pre.0" } +tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.11.6-alpha.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.11.6-alpha.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-alpha.0" } tari_utilities = { version = "0.8" } anyhow = "1.0.53" @@ -71,7 +71,7 @@ tempfile = "3.1.0" [build-dependencies] tari_common = { path = "../../common", features = [ "build", -], version = "1.11.6-pre.0" } +], version = "1.11.6-alpha.0" } [features] c_integration = [] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index b62d40290e..49bb01fe14 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development Community"] description = "Tari comms DHT module" repository = "https://github.com/tari-project/tari" @@ -10,14 +10,14 @@ license = "BSD-3-Clause" edition = "2021" [dependencies] -tari_comms = { path = "../core", features = ["rpc"], version = "1.11.6-pre.0" } -tari_common = { path = "../../common", version = "1.11.6-pre.0" } -tari_comms_rpc_macros = { path = "../rpc_macros", version = "1.11.6-pre.0" } +tari_comms = { path = "../core", features = ["rpc"], version = "1.11.6-alpha.0" } +tari_common = { path = "../../common", version = "1.11.6-alpha.0" } +tari_comms_rpc_macros = { path = "../rpc_macros", version = "1.11.6-alpha.0" } tari_crypto = { version = "0.22.0" } tari_utilities = { version = "0.8" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.11.6-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.11.6-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.11.6-alpha.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.11.6-alpha.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.11.6-alpha.0" } anyhow = "1.0.53" bitflags = { version = "2.4", features = ["serde"] } @@ -66,7 +66,7 @@ clap = "3.2" [build-dependencies] -tari_common = { path = "../../common", version = "1.11.6-pre.0" } +tari_common = { path = "../../common", version = "1.11.6-alpha.0" } [features] test-mocks = [] diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index 9ea3eb5d26..9794ee6f6b 100644 --- a/comms/rpc_macros/Cargo.toml +++ b/comms/rpc_macros/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [lib] diff --git a/hashing/Cargo.toml b/hashing/Cargo.toml index 030699c6ef..ce0b8ecc95 100644 --- a/hashing/Cargo.toml +++ b/hashing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_hashing" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2021" description = "Tari hash domains" authors = ["The Tari Development Community"] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 0c0c1aa22f..de0271c94e 100644 --- a/infrastructure/derive/Cargo.toml +++ b/infrastructure/derive/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [lib] diff --git a/infrastructure/libtor/Cargo.toml b/infrastructure/libtor/Cargo.toml index 241d25d050..60530b08cd 100644 --- a/infrastructure/libtor/Cargo.toml +++ b/infrastructure/libtor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_libtor" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2021" license = "BSD-3-Clause" diff --git a/infrastructure/max_size/Cargo.toml b/infrastructure/max_size/Cargo.toml index 319e9cbea3..56ff2e0367 100644 --- a/infrastructure/max_size/Cargo.toml +++ b/infrastructure/max_size/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_max_size" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2021" description = "Tari max size library" authors = ["The Tari Development Community"] diff --git a/infrastructure/metrics/Cargo.toml b/infrastructure/metrics/Cargo.toml index 913e6ec42f..2340f6a194 100644 --- a/infrastructure/metrics/Cargo.toml +++ b/infrastructure/metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_metrics" description = "Tari metrics" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2021" authors = ["The Tari Development Community"] repository = "https://github.com/tari-project/tari" diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index cc985b20ab..285087529a 100644 --- a/infrastructure/shutdown/Cargo.toml +++ b/infrastructure/shutdown/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/infrastructure/storage/Cargo.toml b/infrastructure/storage/Cargo.toml index ef2afcf6df..b08664b5cb 100644 --- a/infrastructure/storage/Cargo.toml +++ b/infrastructure/storage/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2018" [dependencies] diff --git a/infrastructure/tari_script/Cargo.toml b/infrastructure/tari_script/Cargo.toml index cb194517e7..1d2e86d279 100644 --- a/infrastructure/tari_script/Cargo.toml +++ b/infrastructure/tari_script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_script" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" edition = "2021" description = "Tari script library" authors = ["The Tari Development Community"] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 1c67cdfbbc..3221ff2a91 100644 --- a/infrastructure/test_utils/Cargo.toml +++ b/infrastructure/test_utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_test_utils" description = "Utility functions used in Tari test functions" -version = "1.11.6-pre.0" +version = "1.11.6-alpha.0" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" @@ -9,8 +9,8 @@ license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tari_shutdown = { path = "../shutdown", version = "1.11.6-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.11.6-pre.0" } +tari_shutdown = { path = "../shutdown", version = "1.11.6-alpha.0" } +tari_comms = { path = "../../comms/core", version = "1.11.6-alpha.0" } futures = { version = "^0.3.1" } rand = "0.8" diff --git a/package-lock.json b/package-lock.json index 513ee602d2..0f66cf9154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "1.11.6-pre.0", + "version": "1.11.6-alpha.0", "lockfileVersion": 2, "requires": true, "packages": {}