From aafaebd49d9b3ce8c20320ee40a2636accf8c3e3 Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Mon, 29 Jan 2024 12:12:36 +0200 Subject: [PATCH] chore: new rc release (#6106) Description --- New RC release --- Cargo.lock | 54 +++++++++---------- applications/minotari_app_grpc/Cargo.toml | 2 +- .../minotari_app_utilities/Cargo.toml | 2 +- .../minotari_console_wallet/Cargo.toml | 2 +- .../minotari_merge_mining_proxy/Cargo.toml | 2 +- applications/minotari_miner/Cargo.toml | 2 +- applications/minotari_node/Cargo.toml | 2 +- base_layer/chat_ffi/Cargo.toml | 2 +- base_layer/common_types/Cargo.toml | 2 +- base_layer/contacts/Cargo.toml | 2 +- .../contacts/src/chat_client/Cargo.toml | 2 +- base_layer/core/Cargo.toml | 2 +- base_layer/key_manager/Cargo.toml | 2 +- base_layer/mmr/Cargo.toml | 2 +- base_layer/p2p/Cargo.toml | 2 +- base_layer/service_framework/Cargo.toml | 2 +- base_layer/tari_mining_helper_ffi/Cargo.toml | 2 +- base_layer/wallet/Cargo.toml | 2 +- base_layer/wallet_ffi/Cargo.toml | 2 +- common/Cargo.toml | 2 +- common/tari_features/Cargo.toml | 2 +- common_sqlite/Cargo.toml | 2 +- comms/core/Cargo.toml | 2 +- comms/dht/Cargo.toml | 2 +- comms/rpc_macros/Cargo.toml | 2 +- infrastructure/derive/Cargo.toml | 2 +- infrastructure/shutdown/Cargo.toml | 2 +- infrastructure/storage/Cargo.toml | 2 +- infrastructure/test_utils/Cargo.toml | 2 +- package-lock.json | 2 +- 30 files changed, 56 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 460d95fd81..beb7dcf9c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3027,7 +3027,7 @@ dependencies = [ [[package]] name = "minotari_app_grpc" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "argon2", "base64 0.13.1", @@ -3054,7 +3054,7 @@ dependencies = [ [[package]] name = "minotari_app_utilities" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "clap 3.2.25", "dialoguer", @@ -3076,7 +3076,7 @@ dependencies = [ [[package]] name = "minotari_chat_ffi" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "cbindgen", "chrono", @@ -3101,7 +3101,7 @@ dependencies = [ [[package]] name = "minotari_console_wallet" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "blake2", "chrono", @@ -3155,7 +3155,7 @@ dependencies = [ [[package]] name = "minotari_merge_mining_proxy" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "anyhow", "bincode", @@ -3194,7 +3194,7 @@ dependencies = [ [[package]] name = "minotari_miner" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "base64 0.13.1", "borsh", @@ -3230,7 +3230,7 @@ dependencies = [ [[package]] name = "minotari_mining_helper_ffi" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "borsh", "hex", @@ -3246,7 +3246,7 @@ dependencies = [ [[package]] name = "minotari_node" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "anyhow", "async-trait", @@ -3301,7 +3301,7 @@ dependencies = [ [[package]] name = "minotari_wallet" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "argon2", "async-trait", @@ -3351,7 +3351,7 @@ dependencies = [ [[package]] name = "minotari_wallet_ffi" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "borsh", "cbindgen", @@ -5561,7 +5561,7 @@ dependencies = [ [[package]] name = "tari_chat_client" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "anyhow", "async-trait", @@ -5587,7 +5587,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "anyhow", "blake2", @@ -5614,7 +5614,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "diesel", "diesel_migrations", @@ -5628,7 +5628,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "base64 0.21.5", "blake2", @@ -5649,7 +5649,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "anyhow", "async-trait", @@ -5698,7 +5698,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "anyhow", "bitflags 2.4.1", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "futures 0.3.29", "proc-macro2", @@ -5757,7 +5757,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "chrono", "diesel", @@ -5790,7 +5790,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "async-trait", "bincode", @@ -5884,7 +5884,7 @@ dependencies = [ [[package]] name = "tari_features" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" [[package]] name = "tari_hash_domains" @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "argon2", "async-trait", @@ -6009,7 +6009,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "bincode", "blake2", @@ -6028,7 +6028,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "anyhow", "clap 3.2.25", @@ -6081,7 +6081,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "anyhow", "async-trait", @@ -6098,7 +6098,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "futures 0.3.29", "tokio", @@ -6106,7 +6106,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "bincode", "lmdb-zero", @@ -6119,7 +6119,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" dependencies = [ "futures 0.3.29", "futures-test", diff --git a/applications/minotari_app_grpc/Cargo.toml b/applications/minotari_app_grpc/Cargo.toml index a1e7300035..bb11e206df 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/applications/minotari_app_utilities/Cargo.toml b/applications/minotari_app_utilities/Cargo.toml index fe7bd70caa..d18814227a 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.0.0-pre.6" +version = "1.0.0-rc.3" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/minotari_console_wallet/Cargo.toml b/applications/minotari_console_wallet/Cargo.toml index 2a75dd3d2a..714a63257c 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.0.0-pre.6" +version = "1.0.0-rc.3" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/minotari_merge_mining_proxy/Cargo.toml b/applications/minotari_merge_mining_proxy/Cargo.toml index 4ee13f25c0..303fb0cfe9 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [features] diff --git a/applications/minotari_miner/Cargo.toml b/applications/minotari_miner/Cargo.toml index 7e668d4841..f1b5fda040 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/applications/minotari_node/Cargo.toml b/applications/minotari_node/Cargo.toml index 6ed27d0bcc..fdda792c0f 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/base_layer/chat_ffi/Cargo.toml b/base_layer/chat_ffi/Cargo.toml index b3bfafc999..c761f22764 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index d0dc5016f5..2d81ba35c4 100644 --- a/base_layer/common_types/Cargo.toml +++ b/base_layer/common_types/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_types" authors = ["The Tari Development Community"] description = "Tari cryptocurrency common types" license = "BSD-3-Clause" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/base_layer/contacts/Cargo.toml b/base_layer/contacts/Cargo.toml index 79a5142257..c675b898ff 100644 --- a/base_layer/contacts/Cargo.toml +++ b/base_layer/contacts/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_contacts" authors = ["The Tari Development Community"] description = "Tari contacts library" license = "BSD-3-Clause" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/base_layer/contacts/src/chat_client/Cargo.toml b/base_layer/contacts/src/chat_client/Cargo.toml index 2c22260088..e3a9d27777 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index e69eb98e06..39d9d39dcb 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 2c706bc456..f0cfc9ad16 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index f23607e9fe..1281a38a0a 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index e7d643461e..e75a412101 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" authors = ["The Tari Development community"] description = "Tari base layer-specific peer-to-peer communication features" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 3fb0b6c3a4..38bbda37b0 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.0.0-pre.6" +version = "1.0.0-rc.3" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/tari_mining_helper_ffi/Cargo.toml b/base_layer/tari_mining_helper_ffi/Cargo.toml index 625d6f4dde..a99a4da6b0 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 0bf5af1c10..a83adbc43c 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index d7f07fef5b..c1da73f0db 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/common/Cargo.toml b/common/Cargo.toml index c858fe82b1..a1c7be258a 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [features] diff --git a/common/tari_features/Cargo.toml b/common/tari_features/Cargo.toml index 19d574f11d..10e009bbe9 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.0.0-pre.6" +version = "1.0.0-rc.3" 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 1bf7665acd..fe0dfacb13 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.0.0-pre.6" +version = "1.0.0-rc.3" 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 136dac0dc3..d6237f7d7a 100644 --- a/comms/core/Cargo.toml +++ b/comms/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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 2ead075bb7..a0b751e22d 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "1.0.0-pre.6" +version = "1.0.0-rc.3" authors = ["The Tari Development Community"] description = "Tari comms DHT module" repository = "https://github.com/tari-project/tari" diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index b45b6ccb10..652abe4f8f 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 3dbce39a55..99937714c6 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index a3f2de51d8..5b9f598754 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.0.0-pre.6" +version = "1.0.0-rc.3" 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 efeb752ed6..079567df3d 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.0.0-pre.6" +version = "1.0.0-rc.3" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 92bb3b3ef0..42fbcf4f40 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.0.0-pre.6" +version = "1.0.0-rc.3" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index b14c3925e5..d7a6f14b50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "1.0.0-pre.6", + "version": "1.0.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": {}