From 186d0d57e43c7299ca4316b5597b2feaab48987f Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Fri, 11 Oct 2024 13:47:49 +0200 Subject: [PATCH] chore: new release esmeralda v1.7.0-pre.0 (#6625) Description --- new release esmeralda v1.7.0-pre.0 --- Cargo.lock | 68 +++++++++---------- README.md | 4 +- 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.lock | 4 +- .../minotari_ledger_wallet/wallet/Cargo.toml | 4 +- .../minotari_merge_mining_proxy/Cargo.toml | 4 +- applications/minotari_miner/Cargo.toml | 2 +- applications/minotari_node/Cargo.toml | 6 +- 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/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 +- changelog-development.md | 17 +++++ changelog-nextnet.md | 9 ++- changelog-stagenet.md | 18 +++++ common/Cargo.toml | 6 +- 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 +- 43 files changed, 195 insertions(+), 153 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2adbf7105..973e1b7f84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3550,7 +3550,7 @@ dependencies = [ [[package]] name = "minotari_app_grpc" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "argon2", "base64 0.13.1", @@ -3579,7 +3579,7 @@ dependencies = [ [[package]] name = "minotari_app_utilities" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "clap 3.2.25", "dialoguer 0.10.4", @@ -3601,7 +3601,7 @@ dependencies = [ [[package]] name = "minotari_chat_ffi" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "cbindgen", "chrono", @@ -3626,7 +3626,7 @@ dependencies = [ [[package]] name = "minotari_console_wallet" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "blake2", "chrono", @@ -3682,14 +3682,14 @@ dependencies = [ [[package]] name = "minotari_ledger_wallet_common" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "bs58 0.5.1", ] [[package]] name = "minotari_ledger_wallet_comms" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "borsh", "dialoguer 0.11.0", @@ -3711,7 +3711,7 @@ dependencies = [ [[package]] name = "minotari_merge_mining_proxy" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "bincode", @@ -3753,7 +3753,7 @@ dependencies = [ [[package]] name = "minotari_miner" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "base64 0.13.1", "borsh", @@ -3790,7 +3790,7 @@ dependencies = [ [[package]] name = "minotari_mining_helper_ffi" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "borsh", "cbindgen", @@ -3809,7 +3809,7 @@ dependencies = [ [[package]] name = "minotari_node" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -3866,7 +3866,7 @@ dependencies = [ [[package]] name = "minotari_wallet" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "argon2", "async-trait", @@ -3917,7 +3917,7 @@ dependencies = [ [[package]] name = "minotari_wallet_ffi" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "borsh", "cbindgen", @@ -6393,7 +6393,7 @@ dependencies = [ [[package]] name = "tari_chat_client" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -6420,7 +6420,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "config", @@ -6445,7 +6445,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "diesel", "diesel_migrations", @@ -6459,7 +6459,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "base64 0.21.5", "bitflags 2.4.1", @@ -6484,7 +6484,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -6534,7 +6534,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "bitflags 2.4.1", @@ -6578,7 +6578,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "futures 0.3.29", "proc-macro2", @@ -6593,7 +6593,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "chrono", "diesel", @@ -6627,7 +6627,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "async-trait", "bincode", @@ -6727,11 +6727,11 @@ dependencies = [ [[package]] name = "tari_features" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" [[package]] name = "tari_hashing" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "blake2", "borsh", @@ -6789,7 +6789,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "argon2", "async-trait", @@ -6824,7 +6824,7 @@ dependencies = [ [[package]] name = "tari_libtor" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "derivative", "libtor", @@ -6838,7 +6838,7 @@ dependencies = [ [[package]] name = "tari_max_size" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "borsh", "serde", @@ -6848,7 +6848,7 @@ dependencies = [ [[package]] name = "tari_metrics" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "futures 0.3.29", @@ -6863,7 +6863,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "bincode", "blake2", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "clap 3.2.25", @@ -6919,7 +6919,7 @@ dependencies = [ [[package]] name = "tari_script" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "blake2", "borsh", @@ -6937,7 +6937,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -6954,7 +6954,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "futures 0.3.29", "tokio", @@ -6962,7 +6962,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "bincode", "lmdb-zero", @@ -6975,7 +6975,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "futures 0.3.29", "futures-test", diff --git a/README.md b/README.md index 7c28d2e27c..3fdf82c5fc 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ The recommended running versions of each network are: | Network | Version | |-----------|----------------| | Stagenet | 1.0.0-alpha.0a | -| Nextnet | 1.5.1-rc.0 | -| Esmeralda | 1.5.1-pre.0 | +| Nextnet | 1.7.0-rc.0 | +| Esmeralda | 1.7.0-pre.0 | For more detail about versioning, see [Release Ideology](https://github.com/tari-project/tari/blob/development/docs/src/branching_releases.md). diff --git a/applications/minotari_app_grpc/Cargo.toml b/applications/minotari_app_grpc/Cargo.toml index 6616684743..6e9fc22361 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.6.0-pre.0" +version = "1.7.0-pre.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.6.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.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 885abac46f..cc4467c3c7 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.6.0-pre.0" +version = "1.7.0-pre.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.6.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.0" } [features] miner_input = ["minotari_app_grpc"] diff --git a/applications/minotari_console_wallet/Cargo.toml b/applications/minotari_console_wallet/Cargo.toml index 932ecb5a6b..5e1b1dda30 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.6.0-pre.0" +version = "1.7.0-pre.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.6.0-pre.0", optional = true } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.7.0-pre.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.6.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.0" } [features] default = ["libtor", "ledger"] diff --git a/applications/minotari_ledger_wallet/common/Cargo.toml b/applications/minotari_ledger_wallet/common/Cargo.toml index 524f12293d..fa60578380 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.6.0-pre.0" +version = "1.7.0-pre.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 443d52b44f..5e6af02e7e 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.6.0-pre.0" +version = "1.7.0-pre.0" authors = ["The Tari Development Community"] license = "BSD-3-Clause" edition = "2021" diff --git a/applications/minotari_ledger_wallet/wallet/Cargo.lock b/applications/minotari_ledger_wallet/wallet/Cargo.lock index 01a9dd320f..f8ab0c332d 100644 --- a/applications/minotari_ledger_wallet/wallet/Cargo.lock +++ b/applications/minotari_ledger_wallet/wallet/Cargo.lock @@ -432,7 +432,7 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "minotari_ledger_wallet" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "blake2", "borsh", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "tari_hashing" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" dependencies = [ "borsh", "digest", diff --git a/applications/minotari_ledger_wallet/wallet/Cargo.toml b/applications/minotari_ledger_wallet/wallet/Cargo.toml index 0f4122ed86..2d1a325f56 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.6.0-pre.0" +version = "1.7.0-pre.0" authors = ["The Tari Development Community"] license = "BSD-3-Clause" edition = "2021" @@ -9,7 +9,7 @@ edition = "2021" tari_crypto = { version = "0.21.0", default-features = false, features = [ "borsh", ] } -tari_hashing = { path = "../../../hashing", version = "1.6.0-pre.0" } +tari_hashing = { path = "../../../hashing", version = "1.7.0-pre.0" } minotari_ledger_wallet_common = { path = "../common" } diff --git a/applications/minotari_merge_mining_proxy/Cargo.toml b/applications/minotari_merge_mining_proxy/Cargo.toml index a0e8593854..7d98be58cf 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [features] @@ -54,7 +54,7 @@ url = "2.1.1" scraper = "0.19.0" [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.6.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.0" } [dev-dependencies] markup5ever = "0.11.0" diff --git a/applications/minotari_miner/Cargo.toml b/applications/minotari_miner/Cargo.toml index 3ae25f6de0..638fc2ac97 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [dependencies] diff --git a/applications/minotari_node/Cargo.toml b/applications/minotari_node/Cargo.toml index 7069ce3fa0..2eae0d16e0 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [dependencies] @@ -26,7 +26,7 @@ tari_shutdown = { path = "../../infrastructure/shutdown" } tari_utilities = { version = "0.8" } tari_key_manager = { path = "../../base_layer/key_manager", features = [ "key_manager_service", -], version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } anyhow = "1.0.53" async-trait = "0.1.52" @@ -77,7 +77,7 @@ safe = [] libtor = ["tari_libtor"] [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.6.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.0" } [package.metadata.cargo-machete] ignored = [ diff --git a/base_layer/chat_ffi/Cargo.toml b/base_layer/chat_ffi/Cargo.toml index e58cdef7d5..e9b4bf8247 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index a1a26197d4..dcdb1b2d2f 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [dependencies] tari_crypto = { version = "0.21.0" } tari_utilities = { version = "0.8" } -tari_common = { path = "../../common", version = "1.6.0-pre.0" } +tari_common = { path = "../../common", version = "1.7.0-pre.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 9d3d2880c7..46a06ac6fd 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.6.0-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.6.0-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.6.0-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.6.0-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.6.0-pre.0" } +tari_common = { path = "../../common", version = "1.7.0-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.7.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.7.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.7.0-pre.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.7.0-pre.0" } tari_crypto = { version = "0.21.0" } tari_max_size = { path = "../../infrastructure/max_size" } tari_p2p = { path = "../p2p", features = [ "auto-update", -], version = "1.6.0-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.6.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.7.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.7.0-pre.0" } tari_utilities = { version = "0.8" } chrono = { version = "0.4.19", 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.6.0-pre.0" } +tari_common = { path = "../../common", version = "1.7.0-pre.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 bee7d73d4b..787b26e418 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index f10bbd8310..cb737b0037 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [features] @@ -27,26 +27,26 @@ ledger = ["minotari_ledger_wallet_comms"] metrics = ["tari_metrics"] [dependencies] -minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.6.0-pre.0", optional = true } -tari_common = { path = "../../common", version = "1.6.0-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.6.0-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.6.0-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.6.0-pre.0" } -tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.6.0-pre.0" } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.7.0-pre.0", optional = true } +tari_common = { path = "../../common", version = "1.7.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.7.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.7.0-pre.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.7.0-pre.0" } +tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.7.0-pre.0" } tari_crypto = { version = "0.21.0", features = ["borsh"] } tari_max_size = { path = "../../infrastructure/max_size" } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.6.0-pre.0" } -tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.6.0-pre.0" } -tari_p2p = { path = "../../base_layer/p2p", version = "1.6.0-pre.0" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.6.0-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.6.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.6.0-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.6.0-pre.0" } -tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.6.0-pre.0" } +tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.7.0-pre.0" } +tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.7.0-pre.0" } +tari_p2p = { path = "../../base_layer/p2p", version = "1.7.0-pre.0" } +tari_script = { path = "../../infrastructure/tari_script", version = "1.7.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.7.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.7.0-pre.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.7.0-pre.0" } +tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.7.0-pre.0" } tari_utilities = { version = "0.8", features = ["borsh"] } tari_key_manager = { path = "../key_manager", features = [ "key_manager_service", -], version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } tari_common_sqlite = { path = "../../common_sqlite" } tari_hashing = { path = "../../hashing" } @@ -110,8 +110,8 @@ serial_test = "0.5" [build-dependencies] tari_common = { path = "../../common", features = [ "build", -], version = "1.6.0-pre.0" } -tari_features = { path = "../../common/tari_features", version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.0" } [[bench]] name = "mempool" diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index f7db9f92a7..f4797efa6c 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2021" [lib] @@ -13,9 +13,9 @@ crate-type = ["lib", "cdylib"] [dependencies] tari_crypto = { version = "0.21.0" } tari_utilities = { version = "0.8" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.6.0-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.6.0-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.6.0-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.7.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.7.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.7.0-pre.0" } async-trait = { version = "0.1.50" } chrono = { version = "0.4.19", default-features = false, features = ["serde"] } diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index caae2cbbe0..1733955081 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 5f95b60583..aa9ae26142 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" authors = ["The Tari Development community"] description = "Tari base layer-specific peer-to-peer communication features" repository = "https://github.com/tari-project/tari" @@ -10,13 +10,13 @@ license = "BSD-3-Clause" edition = "2021" [dependencies] -tari_comms = { path = "../../comms/core", version = "1.6.0-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.6.0-pre.0" } -tari_common = { path = "../../common", version = "1.6.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.7.0-pre.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.7.0-pre.0" } +tari_common = { path = "../../common", version = "1.7.0-pre.0" } tari_crypto = { version = "0.21.0" } -tari_service_framework = { path = "../service_framework", version = "1.6.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.6.0-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.6.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.7.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.7.0-pre.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.7.0-pre.0" } tari_utilities = { version = "0.8" } anyhow = "1.0.53" @@ -52,7 +52,7 @@ tempfile = "3.1.0" [build-dependencies] tari_common = { path = "../../common", features = [ "build", -], version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } [features] test-mocks = [] diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 290b10849a..c8d8e1e5cb 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.6.0-pre.0" +version = "1.7.0-pre.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.6.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.7.0-pre.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 bb26af68fd..af839d6a3a 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.6.0-pre.0" +version = "1.7.0-pre.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.6.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.7.0-pre.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.6.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.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 74f43091ad..a3b7dffff6 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.6.0-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.6.0-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.6.0-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.6.0-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.6.0-pre.0" } -tari_contacts = { path = "../../base_layer/contacts", version = "1.6.0-pre.0" } +tari_common = { path = "../../common", version = "1.7.0-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.7.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.7.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.7.0-pre.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.7.0-pre.0" } +tari_contacts = { path = "../../base_layer/contacts", version = "1.7.0-pre.0" } tari_core = { path = "../../base_layer/core", default-features = false, features = [ "transactions", "mempool_proto", "base_node_proto", -], version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } tari_crypto = { version = "0.21.0" } tari_max_size = { path = "../../infrastructure/max_size" } tari_key_manager = { path = "../key_manager", features = [ "key_manager_service", -], version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } tari_p2p = { path = "../p2p", features = [ "auto-update", -], version = "1.6.0-pre.0" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.6.0-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.6.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } +tari_script = { path = "../../infrastructure/tari_script", version = "1.7.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.7.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.7.0-pre.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.6.0-pre.0" } +], version = "1.7.0-pre.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 f9cfd09873..38874679d3 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.6.0-pre.0" +version = "1.7.0-pre.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.6.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.7.0-pre.0" } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = [ diff --git a/changelog-development.md b/changelog-development.md index 723805dc9e..d30fb22d3b 100644 --- a/changelog-development.md +++ b/changelog-development.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.0-pre.0](https://github.com/tari-project/tari/compare/v1.6.0-pre.0...v1.7.0-pre.0) (2024-10-11) + + +### Features + +* add FFI function to create seed words from Mbase58 encrypted cipher seed ([#6620](https://github.com/tari-project/tari/issues/6620)) ([845a9b2](https://github.com/tari-project/tari/commit/845a9b23c41cc7fe638623d1c3f6695891531d4d)) +* exit logic for pre-mine spend ([#6615](https://github.com/tari-project/tari/issues/6615)) ([b3ea19a](https://github.com/tari-project/tari/commit/b3ea19ae09bfcac007b3491ce299379df33ddd31)) +* improve base node connection from the wallet ([#6619](https://github.com/tari-project/tari/issues/6619)) ([8bc8166](https://github.com/tari-project/tari/commit/8bc8166a48973632f2748c495e61d738f44c55a3)) +* improve mempool error msg when mempool out of sync ([#6618](https://github.com/tari-project/tari/issues/6618)) ([8f1b888](https://github.com/tari-project/tari/commit/8f1b8883e4119ba8caf63e0e9ff4b56a502753d3)) +* update pre-mine specification ([#6622](https://github.com/tari-project/tari/issues/6622)) ([8d04689](https://github.com/tari-project/tari/commit/8d046899ddbe14aaaea26e056874f410daad160d)) +* upgrade utils ([#6621](https://github.com/tari-project/tari/issues/6621)) ([cf8f15c](https://github.com/tari-project/tari/commit/cf8f15c5aeb23ebe4f2443a4c241615968356198)) + + +### Bug Fixes + +* example mainnet config seed section ([#6624](https://github.com/tari-project/tari/issues/6624)) ([1e9dcce](https://github.com/tari-project/tari/commit/1e9dcceafbc424e44f77fe3a0a5381f5a0cf016f)) + ## [1.6.0-pre.0](https://github.com/tari-project/tari/compare/v1.5.1-pre.1...v1.6.0-pre.0) (2024-10-08) diff --git a/changelog-nextnet.md b/changelog-nextnet.md index c6cdaed1fd..377afadae2 100644 --- a/changelog-nextnet.md +++ b/changelog-nextnet.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. # Changelog -## [1.6.0-rc.0](https://github.com/tari-project/tari/compare/v1.5.1-rc.0...v1.6.0-rc.0) (2024-10-08) +## [1.7.0-rc.0](https://github.com/tari-project/tari/compare/v1.5.1-rc.0...v1.7.0-rc.0) (2024-10-08) ### ⚠ BREAKING CHANGES @@ -31,6 +31,12 @@ All notable changes to this project will be documented in this file. See [standa * update pre_mine specification ([#6606](https://github.com/tari-project/tari/issues/6606)) ([755bf3e](https://github.com/tari-project/tari/commit/755bf3ed51f0c0336ad90f701546fa00ff78b53e)) * update pre-mine specification and allow multiple spends ([#6590](https://github.com/tari-project/tari/issues/6590)) ([6d998c7](https://github.com/tari-project/tari/commit/6d998c7212e9c77bda1590571015c23bc1a55676)) * **p2pool:** add coinbase extra field to p2pool proto ([#6570](https://github.com/tari-project/tari/issues/6570)) ([fd41ba4](https://github.com/tari-project/tari/commit/fd41ba490470ff43fb3dc7e31fc6fc77266f264e)) +* add FFI function to create seed words from Mbase58 encrypted cipher seed ([#6620](https://github.com/tari-project/tari/issues/6620)) ([845a9b2](https://github.com/tari-project/tari/commit/845a9b23c41cc7fe638623d1c3f6695891531d4d)) +* exit logic for pre-mine spend ([#6615](https://github.com/tari-project/tari/issues/6615)) ([b3ea19a](https://github.com/tari-project/tari/commit/b3ea19ae09bfcac007b3491ce299379df33ddd31)) +* improve base node connection from the wallet ([#6619](https://github.com/tari-project/tari/issues/6619)) ([8bc8166](https://github.com/tari-project/tari/commit/8bc8166a48973632f2748c495e61d738f44c55a3)) +* improve mempool error msg when mempool out of sync ([#6618](https://github.com/tari-project/tari/issues/6618)) ([8f1b888](https://github.com/tari-project/tari/commit/8f1b8883e4119ba8caf63e0e9ff4b56a502753d3)) +* update pre-mine specification ([#6622](https://github.com/tari-project/tari/issues/6622)) ([8d04689](https://github.com/tari-project/tari/commit/8d046899ddbe14aaaea26e056874f410daad160d)) +* upgrade utils ([#6621](https://github.com/tari-project/tari/issues/6621)) ([cf8f15c](https://github.com/tari-project/tari/commit/cf8f15c5aeb23ebe4f2443a4c241615968356198)) ### Bug Fixes @@ -38,6 +44,7 @@ All notable changes to this project will be documented in this file. See [standa * **core:** reduce block messages with many connections ([#6602](https://github.com/tari-project/tari/issues/6602)) ([b7c8810](https://github.com/tari-project/tari/commit/b7c8810ac6a5bc41888fc653ae4d2d1e2dd6d743)) * **dns:** fix Display impl to match from_str ([#6605](https://github.com/tari-project/tari/issues/6605)) ([ab59801](https://github.com/tari-project/tari/commit/ab598017292d54c70bb047b94d3aebaf131abbc9)) * ffi wallet seed behaviour ([#6599](https://github.com/tari-project/tari/issues/6599)) ([0408e09](https://github.com/tari-project/tari/commit/0408e09821e433c49e5fb84f6b8a52bb54b543c4)) +* example mainnet config seed section ([#6624](https://github.com/tari-project/tari/issues/6624)) ([1e9dcce](https://github.com/tari-project/tari/commit/1e9dcceafbc424e44f77fe3a0a5381f5a0cf016f)) ### [1.5.1-rc.0](https://github.com/tari-project/tari/compare/v1.5.0-rc.1...v1.5.1-rc.0) (2024-09-23) diff --git a/changelog-stagenet.md b/changelog-stagenet.md index 30b17d53bb..54e8f77108 100644 --- a/changelog-stagenet.md +++ b/changelog-stagenet.md @@ -1,6 +1,24 @@ # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.0](https://github.com/tari-project/tari/compare/v1.6.0...v1.7.0) (2024-10-11) + + +### Features + +* add FFI function to create seed words from Mbase58 encrypted cipher seed ([#6620](https://github.com/tari-project/tari/issues/6620)) ([845a9b2](https://github.com/tari-project/tari/commit/845a9b23c41cc7fe638623d1c3f6695891531d4d)) +* exit logic for pre-mine spend ([#6615](https://github.com/tari-project/tari/issues/6615)) ([b3ea19a](https://github.com/tari-project/tari/commit/b3ea19ae09bfcac007b3491ce299379df33ddd31)) +* improve base node connection from the wallet ([#6619](https://github.com/tari-project/tari/issues/6619)) ([8bc8166](https://github.com/tari-project/tari/commit/8bc8166a48973632f2748c495e61d738f44c55a3)) +* improve mempool error msg when mempool out of sync ([#6618](https://github.com/tari-project/tari/issues/6618)) ([8f1b888](https://github.com/tari-project/tari/commit/8f1b8883e4119ba8caf63e0e9ff4b56a502753d3)) +* update pre-mine specification ([#6622](https://github.com/tari-project/tari/issues/6622)) ([8d04689](https://github.com/tari-project/tari/commit/8d046899ddbe14aaaea26e056874f410daad160d)) +* upgrade utils ([#6621](https://github.com/tari-project/tari/issues/6621)) ([cf8f15c](https://github.com/tari-project/tari/commit/cf8f15c5aeb23ebe4f2443a4c241615968356198)) + + +### Bug Fixes + +* example mainnet config seed section ([#6624](https://github.com/tari-project/tari/issues/6624)) ([1e9dcce](https://github.com/tari-project/tari/commit/1e9dcceafbc424e44f77fe3a0a5381f5a0cf016f)) + + ## [1.6.0](https://github.com/tari-project/tari/compare/v1.0.0-alpha.0a...v1.6.0) (2024-10-08) diff --git a/common/Cargo.toml b/common/Cargo.toml index e0f9fda4ba..4b9bfe238b 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [features] @@ -14,7 +14,7 @@ build = ["toml", "prost-build"] static-application-info = ["git2"] [dependencies] -tari_features = { path = "./tari_features", version = "1.6.0-pre.0" } +tari_features = { path = "./tari_features", version = "1.7.0-pre.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.6.0-pre.0" } +tari_features = { path = "./tari_features", version = "1.7.0-pre.0" } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = [ diff --git a/common/tari_features/Cargo.toml b/common/tari_features/Cargo.toml index bc22df8753..0e8533e989 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.6.0-pre.0" +version = "1.7.0-pre.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 d2e99dbd0e..af103ed2f4 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.6.0-pre.0" +version = "1.7.0-pre.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 e2cac57f0c..6dde88c763 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2021" [dependencies] tari_crypto = { version = "0.21.0" } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.6.0-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.6.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.6.0-pre.0" } +tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.7.0-pre.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.7.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.7.0-pre.0" } tari_utilities = { version = "0.8" } anyhow = "1.0.53" @@ -72,7 +72,7 @@ tempfile = "3.1.0" [build-dependencies] tari_common = { path = "../../common", features = [ "build", -], version = "1.6.0-pre.0" } +], version = "1.7.0-pre.0" } [features] c_integration = [] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index fc5b06378a..c3c23c443f 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "1.6.0-pre.0" +version = "1.7.0-pre.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.6.0-pre.0" } -tari_common = { path = "../../common", version = "1.6.0-pre.0" } -tari_comms_rpc_macros = { path = "../rpc_macros", version = "1.6.0-pre.0" } +tari_comms = { path = "../core", features = ["rpc"], version = "1.7.0-pre.0" } +tari_common = { path = "../../common", version = "1.7.0-pre.0" } +tari_comms_rpc_macros = { path = "../rpc_macros", version = "1.7.0-pre.0" } tari_crypto = { version = "0.21.0" } tari_utilities = { version = "0.8" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.6.0-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.6.0-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.6.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.7.0-pre.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.7.0-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.7.0-pre.0" } anyhow = "1.0.53" bitflags = { version = "2.4", features = ["serde"] } @@ -67,7 +67,7 @@ clap = "3.2" [build-dependencies] -tari_common = { path = "../../common", version = "1.6.0-pre.0" } +tari_common = { path = "../../common", version = "1.7.0-pre.0" } [features] test-mocks = [] diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index 0fedd99d45..f8afbd3193 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [lib] diff --git a/hashing/Cargo.toml b/hashing/Cargo.toml index c52fdce47a..4906c33317 100644 --- a/hashing/Cargo.toml +++ b/hashing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_hashing" -version = "1.6.0-pre.0" +version = "1.7.0-pre.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 d5dc43988c..d60bf3957a 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [lib] diff --git a/infrastructure/libtor/Cargo.toml b/infrastructure/libtor/Cargo.toml index 0937af7e1d..e14f1780c9 100644 --- a/infrastructure/libtor/Cargo.toml +++ b/infrastructure/libtor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_libtor" -version = "1.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2021" license = "BSD-3-Clause" diff --git a/infrastructure/max_size/Cargo.toml b/infrastructure/max_size/Cargo.toml index dbb6b4166d..83d271f9c9 100644 --- a/infrastructure/max_size/Cargo.toml +++ b/infrastructure/max_size/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_max_size" -version = "1.6.0-pre.0" +version = "1.7.0-pre.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 81dc0440d3..5b2b66811f 100644 --- a/infrastructure/metrics/Cargo.toml +++ b/infrastructure/metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_metrics" description = "Tari metrics" -version = "1.6.0-pre.0" +version = "1.7.0-pre.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 317d775017..5ae6a49d73 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.6.0-pre.0" +version = "1.7.0-pre.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 1994fe9d20..af8b87aa51 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.6.0-pre.0" +version = "1.7.0-pre.0" edition = "2018" [dependencies] diff --git a/infrastructure/tari_script/Cargo.toml b/infrastructure/tari_script/Cargo.toml index ced069728a..d00a723845 100644 --- a/infrastructure/tari_script/Cargo.toml +++ b/infrastructure/tari_script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_script" -version = "1.6.0-pre.0" +version = "1.7.0-pre.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 d38774a28d..e9581c095f 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.6.0-pre.0" +version = "1.7.0-pre.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.6.0-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.6.0-pre.0" } +tari_shutdown = { path = "../shutdown", version = "1.7.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.7.0-pre.0" } futures = { version = "^0.3.1" } rand = "0.8" diff --git a/package-lock.json b/package-lock.json index 1e300a1681..75feea86cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "1.6.0-pre.0", + "version": "1.7.0-pre.0", "lockfileVersion": 2, "requires": true, "packages": {}