From e73426904901b24d6c752d8cf456782893e999c1 Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Thu, 22 Aug 2024 12:01:46 +0200 Subject: [PATCH] chore: new release esmeralda v1.3.0-pre0 (#6500) new release --- Cargo.lock | 66 +++++++++---------- 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 | 27 ++++++++ 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/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 +- 38 files changed, 174 insertions(+), 147 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66cc655d4f..4a54088324 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3224,7 +3224,7 @@ dependencies = [ [[package]] name = "minotari_app_grpc" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "argon2", "base64 0.13.1", @@ -3252,7 +3252,7 @@ dependencies = [ [[package]] name = "minotari_app_utilities" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "clap 3.2.25", "dialoguer 0.10.4", @@ -3274,7 +3274,7 @@ dependencies = [ [[package]] name = "minotari_chat_ffi" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "cbindgen", "chrono", @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "minotari_console_wallet" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "blake2", "chrono", @@ -3354,14 +3354,14 @@ dependencies = [ [[package]] name = "minotari_ledger_wallet_common" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "bs58 0.5.1", ] [[package]] name = "minotari_ledger_wallet_comms" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "borsh", "dialoguer 0.11.0", @@ -3382,7 +3382,7 @@ dependencies = [ [[package]] name = "minotari_merge_mining_proxy" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "bincode", @@ -3423,7 +3423,7 @@ dependencies = [ [[package]] name = "minotari_miner" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "base64 0.13.1", "borsh", @@ -3459,7 +3459,7 @@ dependencies = [ [[package]] name = "minotari_mining_helper_ffi" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "borsh", "cbindgen", @@ -3479,7 +3479,7 @@ dependencies = [ [[package]] name = "minotari_node" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -3535,7 +3535,7 @@ dependencies = [ [[package]] name = "minotari_wallet" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "argon2", "async-trait", @@ -3585,7 +3585,7 @@ dependencies = [ [[package]] name = "minotari_wallet_ffi" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "borsh", "cbindgen", @@ -5951,7 +5951,7 @@ dependencies = [ [[package]] name = "tari_chat_client" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -5977,7 +5977,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "config", @@ -6002,7 +6002,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "diesel", "diesel_migrations", @@ -6016,7 +6016,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "base64 0.21.5", "bitflags 2.4.1", @@ -6041,7 +6041,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -6090,7 +6090,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "bitflags 2.4.1", @@ -6134,7 +6134,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "futures 0.3.29", "proc-macro2", @@ -6149,7 +6149,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "chrono", "diesel", @@ -6182,7 +6182,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "async-trait", "bincode", @@ -6280,11 +6280,11 @@ dependencies = [ [[package]] name = "tari_features" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" [[package]] name = "tari_hashing" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "blake2", "borsh", @@ -6342,7 +6342,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "argon2", "async-trait", @@ -6377,7 +6377,7 @@ dependencies = [ [[package]] name = "tari_libtor" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "derivative", "libtor", @@ -6391,7 +6391,7 @@ dependencies = [ [[package]] name = "tari_metrics" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "futures 0.3.29", @@ -6406,7 +6406,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "bincode", "blake2", @@ -6424,7 +6424,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "clap 3.2.25", @@ -6460,7 +6460,7 @@ dependencies = [ [[package]] name = "tari_script" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "blake2", "borsh", @@ -6477,7 +6477,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -6494,7 +6494,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "futures 0.3.29", "tokio", @@ -6502,7 +6502,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "bincode", "lmdb-zero", @@ -6515,7 +6515,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "futures 0.3.29", "futures-test", diff --git a/applications/minotari_app_grpc/Cargo.toml b/applications/minotari_app_grpc/Cargo.toml index 2da7bc1d67..50bd5b911e 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] @@ -31,7 +31,7 @@ tonic = { version = "0.8.3", features = ["tls"] } zeroize = "1" [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.2.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.3.0-pre.0" } tonic-build = "0.8.4" [package.metadata.cargo-machete] diff --git a/applications/minotari_app_utilities/Cargo.toml b/applications/minotari_app_utilities/Cargo.toml index 8a31ed6abc..53b456540d 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.2.0-pre.0" +version = "1.3.0-pre.0" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" @@ -26,7 +26,7 @@ tonic = "0.8.3" [build-dependencies] tari_common = { path = "../../common", features = ["build", "static-application-info"] } -tari_features = { path = "../../common/tari_features", version = "1.2.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.3.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 01e26a87b8..9722fb792f 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.2.0-pre.0" +version = "1.3.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.2.0-pre.0", optional = true } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.3.0-pre.0", optional = true } tari_common = { path = "../../common" } tari_common_types = { path = "../../base_layer/common_types" } tari_comms = { path = "../../comms/core" } @@ -83,7 +83,7 @@ default-features = false features = ["crossterm"] [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.2.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.3.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 cc5edb4221..837d88d2b0 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.2.0-pre.0" +version = "1.3.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 2bdfe689eb..57cce110c6 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.2.0-pre.0" +version = "1.3.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 8e9b7ffe89..bed626779a 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.2.0-pre.0" +version = "1.3.0-pre.0" dependencies = [ "blake2", "borsh", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "tari_hashing" -version = "1.2.0-pre.0" +version = "1.3.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 3ffaab65ed..5992042293 100644 --- a/applications/minotari_ledger_wallet/wallet/Cargo.toml +++ b/applications/minotari_ledger_wallet/wallet/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "minotari_ledger_wallet" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" authors = ["The Tari Development Community"] license = "BSD-3-Clause" edition = "2021" [dependencies] tari_crypto = { version = "0.20.3", default-features = false, features = ["borsh"]} -tari_hashing = { path = "../../../hashing", version = "1.2.0-pre.0" } +tari_hashing = { path = "../../../hashing", version = "1.3.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 cd70ce9f28..b3f9b2996d 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [features] @@ -47,7 +47,7 @@ url = "2.1.1" scraper = "0.19.0" [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.2.0-pre.0"} +tari_features = { path = "../../common/tari_features", version = "1.3.0-pre.0"} [dev-dependencies] markup5ever = "0.11.0" \ No newline at end of file diff --git a/applications/minotari_miner/Cargo.toml b/applications/minotari_miner/Cargo.toml index 21da3aaf46..b0ea3cb37c 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] diff --git a/applications/minotari_node/Cargo.toml b/applications/minotari_node/Cargo.toml index 0c2b668078..28b45df45e 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] @@ -24,7 +24,7 @@ tari_shutdown = { path = "../../infrastructure/shutdown" } tari_utilities = { version = "0.7" } tari_key_manager = { path = "../../base_layer/key_manager", features = [ "key_manager_service", -], version = "1.2.0-pre.0" } +], version = "1.3.0-pre.0" } anyhow = "1.0.53" async-trait = "0.1.52" @@ -61,7 +61,7 @@ safe = [] libtor = ["tari_libtor"] [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.2.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.3.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 866be8d758..f8c6794d34 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 6f0413745a..028c90569a 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] tari_crypto = { version = "0.20.3" } tari_utilities = { version = "0.7" } -tari_common = { path = "../../common", version = "1.2.0-pre.0" } +tari_common = { path = "../../common", version = "1.3.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 9df65b5229..16b2607367 100644 --- a/base_layer/contacts/Cargo.toml +++ b/base_layer/contacts/Cargo.toml @@ -3,19 +3,19 @@ name = "tari_contacts" authors = ["The Tari Development Community"] description = "Tari contacts library" license = "BSD-3-Clause" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.2.0-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.2.0-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.2.0-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.2.0-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.2.0-pre.0" } +tari_common = { path = "../../common", version = "1.3.0-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.3.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.3.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.3.0-pre.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.3.0-pre.0" } tari_crypto = { version = "0.20.3" } -tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.2.0-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.2.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.2.0-pre.0" } +tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.3.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.3.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.3.0-pre.0" } tari_utilities = { version = "0.7" } chrono = { version = "0.4.19", default-features = false, features = ["serde"] } @@ -40,7 +40,7 @@ tari_test_utils = { path = "../../infrastructure/test_utils" } tempfile = "3.1.0" [build-dependencies] -tari_common = { path = "../../common", version = "1.2.0-pre.0" } +tari_common = { path = "../../common", version = "1.3.0-pre.0" } [package.metadata.cargo-machete] ignored = ["prost"] # this is so we can run cargo machete without getting false positive about macro dependancies diff --git a/base_layer/contacts/src/chat_client/Cargo.toml b/base_layer/contacts/src/chat_client/Cargo.toml index 07aa047405..d5c9e08e80 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 1b1f2a47a8..e516dbcc9a 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [features] @@ -29,25 +29,25 @@ ledger = [ metrics = ["tari_metrics"] [dependencies] -minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.2.0-pre.0", optional = true } -tari_common = { path = "../../common", version = "1.2.0-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.2.0-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.2.0-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.2.0-pre.0" } -tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.2.0-pre.0" } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.3.0-pre.0", optional = true } +tari_common = { path = "../../common", version = "1.3.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.3.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.3.0-pre.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.3.0-pre.0" } +tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.3.0-pre.0" } tari_crypto = { version = "0.20.3", features = ["borsh"] } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.2.0-pre.0" } -tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.2.0-pre.0" } -tari_p2p = { path = "../../base_layer/p2p", version = "1.2.0-pre.0" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.2.0-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.2.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.2.0-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.2.0-pre.0" } -tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.2.0-pre.0" } +tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.3.0-pre.0" } +tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.3.0-pre.0" } +tari_p2p = { path = "../../base_layer/p2p", version = "1.3.0-pre.0" } +tari_script = { path = "../../infrastructure/tari_script", version = "1.3.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.3.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.3.0-pre.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.3.0-pre.0" } +tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.3.0-pre.0" } tari_utilities = { version = "0.7", features = ["borsh"] } tari_key_manager = { path = "../key_manager", features = [ "key_manager_service", -], version = "1.2.0-pre.0" } +], version = "1.3.0-pre.0" } tari_common_sqlite = { path = "../../common_sqlite" } tari_hashing = { path = "../../hashing" } @@ -108,8 +108,8 @@ toml = { version = "0.5" } quickcheck = "1.0" [build-dependencies] -tari_common = { path = "../../common", features = ["build"], version = "1.2.0-pre.0" } -tari_features = { path = "../../common/tari_features", version = "1.2.0-pre.0" } +tari_common = { path = "../../common", features = ["build"], version = "1.3.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.3.0-pre.0" } [[bench]] name = "mempool" diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index e101be48ff..23d939f59b 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2021" [lib] @@ -13,9 +13,9 @@ crate-type = ["lib", "cdylib"] [dependencies] tari_crypto = { version = "0.20.3" } tari_utilities = { version = "0.7" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.2.0-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.2.0-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.2.0-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.3.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.3.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.3.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 e250a2507f..8c10372133 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 97ec9a5e6d..a18e499568 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "1.2.0-pre.0" +version = "1.3.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 = "2018" [dependencies] -tari_comms = { path = "../../comms/core", version = "1.2.0-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.2.0-pre.0" } -tari_common = { path = "../../common", version = "1.2.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.3.0-pre.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.3.0-pre.0" } +tari_common = { path = "../../common", version = "1.3.0-pre.0" } tari_crypto = { version = "0.20.3" } -tari_service_framework = { path = "../service_framework", version = "1.2.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.2.0-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.2.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.3.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.3.0-pre.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.3.0-pre.0" } tari_utilities = { version = "0.7" } anyhow = "1.0.53" @@ -46,7 +46,7 @@ clap = "3.2" tempfile = "3.1.0" [build-dependencies] -tari_common = { path = "../../common", features = ["build"], version = "1.2.0-pre.0" } +tari_common = { path = "../../common", features = ["build"], version = "1.3.0-pre.0" } [features] test-mocks = [] diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 5e329d8360..de1ca827d4 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.2.0-pre.0" +version = "1.3.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.2.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.3.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 166ef397eb..aa0e689e95 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] @@ -11,7 +11,7 @@ tari_comms = { path = "../../comms/core" } tari_crypto = { version = "0.20.3" } tari_common = { path = "../../common" } tari_core = { path = "../core", default-features = false, features = ["transactions", "base_node_proto", "base_node"] } -tari_common_types = { path = "../../base_layer/common_types", version = "1.2.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.3.0-pre.0" } tari_utilities = { version = "0.7" } libc = "0.2.65" thiserror = "1.0.26" @@ -24,7 +24,7 @@ tari_core = { path = "../core", features = ["transactions", "base_node"] } rand = "0.8" [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.2.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.3.0-pre.0" } cbindgen = "0.24.3" tari_common = { path = "../../common", features = ["build", "static-application-info"] } diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 59b0a0332d..90470e42e0 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,23 +3,23 @@ name = "minotari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.2.0-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.2.0-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.2.0-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.2.0-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.2.0-pre.0" } -tari_contacts = { path = "../../base_layer/contacts", version = "1.2.0-pre.0" } -tari_core = { path = "../../base_layer/core", default-features = false, features = ["transactions", "mempool_proto", "base_node_proto"], version = "1.2.0-pre.0" } +tari_common = { path = "../../common", version = "1.3.0-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.3.0-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.3.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.3.0-pre.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.3.0-pre.0" } +tari_contacts = { path = "../../base_layer/contacts", version = "1.3.0-pre.0" } +tari_core = { path = "../../base_layer/core", default-features = false, features = ["transactions", "mempool_proto", "base_node_proto"], version = "1.3.0-pre.0" } tari_crypto = { version = "0.20.3" } -tari_key_manager = { path = "../key_manager", features = ["key_manager_service"], version = "1.2.0-pre.0" } -tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.2.0-pre.0" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.2.0-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.2.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.2.0-pre.0" } +tari_key_manager = { path = "../key_manager", features = ["key_manager_service"], version = "1.3.0-pre.0" } +tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.3.0-pre.0" } +tari_script = { path = "../../infrastructure/tari_script", version = "1.3.0-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.3.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.3.0-pre.0" } tari_utilities = { version = "0.7" } # Uncomment for tokio tracing via tokio-console (needs "tracing" features) @@ -57,7 +57,7 @@ chacha20poly1305 = "0.10.1" zeroize = "1" [build-dependencies] -tari_common = { path = "../../common", features = ["build", "static-application-info"], version = "1.2.0-pre.0" } +tari_common = { path = "../../common", features = ["build", "static-application-info"], version = "1.3.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 deb6638025..35b7014bee 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] @@ -55,7 +55,7 @@ env_logger = "0.7.1" [build-dependencies] cbindgen = "0.24.3" tari_common = { path = "../../common", features = ["build", "static-application-info"] } -tari_features = { path = "../../common/tari_features", version = "1.2.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.3.0-pre.0" } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tari_target_network_mainnet)', 'cfg(tari_target_network_nextnet)', 'cfg(tari_target_network_testnet)'] } diff --git a/changelog-development.md b/changelog-development.md index e011553dd4..883f1b4adf 100644 --- a/changelog-development.md +++ b/changelog-development.md @@ -2,6 +2,33 @@ 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.3.0-pre.0](https://github.com/tari-project/tari/compare/v1.2.0-pre.0...v1.3.0-pre.0) (2024-08-22) + + +### ⚠ BREAKING CHANGES + +* add genesis blocks (#6499) +* don't use the ledger unless both keys are for ledger (#6492) + +### Features + +* add genesis blocks ([#6499](https://github.com/tari-project/tari/issues/6499)) ([da8ae63](https://github.com/tari-project/tari/commit/da8ae635a45eb33d3c535bab6417f695b73c1668)) +* ffi accessor function for payment id ([#6487](https://github.com/tari-project/tari/issues/6487)) ([4d45286](https://github.com/tari-project/tari/commit/4d452862fb74b8348f9bd6287b3bc64344cd4ef1)) +* limit open-ended vectors ([#6473](https://github.com/tari-project/tari/issues/6473)) ([6e387a8](https://github.com/tari-project/tari/commit/6e387a880524466f9496e6a3c5d021934bf9f217)) +* various safety improvements to ledger wallet code ([#6494](https://github.com/tari-project/tari/issues/6494)) ([34eaaec](https://github.com/tari-project/tari/commit/34eaaec931b1e3c24cbedd75a7b4c7662a5ec82c)) + + +### Bug Fixes + +* avoid an underflow in Ledger BIP32 path parsing ([#6482](https://github.com/tari-project/tari/issues/6482)) ([fed0bdf](https://github.com/tari-project/tari/commit/fed0bdf82e25f8bcef0d0e944f942e7f3721ca66)) +* backup spend ([#6495](https://github.com/tari-project/tari/issues/6495)) ([13b34d1](https://github.com/tari-project/tari/commit/13b34d1627528c164bd009f029bae68646c431b9)) +* contact service tari address support ([#6478](https://github.com/tari-project/tari/issues/6478)) ([7909a75](https://github.com/tari-project/tari/commit/7909a7514e34208c6c8dd3929cfb693387ac68ac)) +* default ledger wallet ([#6479](https://github.com/tari-project/tari/issues/6479)) ([b50838f](https://github.com/tari-project/tari/commit/b50838f695b4d7115fa6d54f05ebaa908c13bc9c)) +* don't use the ledger unless both keys are for ledger ([#6492](https://github.com/tari-project/tari/issues/6492)) ([cfb0b58](https://github.com/tari-project/tari/commit/cfb0b5873f057124c8efe808278e114d257db84c)) +* fix mainnet consensus constants ([#6480](https://github.com/tari-project/tari/issues/6480)) ([8b8ab93](https://github.com/tari-project/tari/commit/8b8ab93e430d0199df565da8ea3957d18fb24836)) +* ledger 1-sided spend ([#6481](https://github.com/tari-project/tari/issues/6481)) ([1914a51](https://github.com/tari-project/tari/commit/1914a515f7ba9e09638d9f0f7b0f670f840fc3e3)) + + ## [1.2.0-pre.0](https://github.com/tari-project/tari/compare/v1.1.0-pre.2...v1.2.0-pre.0) (2024-08-16) diff --git a/common/Cargo.toml b/common/Cargo.toml index 1927010e9e..2a09832666 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.2.0-pre.0" +version = "1.3.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.2.0-pre.0"} +tari_features = { path = "./tari_features", version = "1.3.0-pre.0"} anyhow = "1.0.53" config = { version = "0.14.0", default-features = false, features = ["toml"] } @@ -39,7 +39,7 @@ tari_test_utils = { path = "../infrastructure/test_utils" } toml = "0.5.8" [build-dependencies] -tari_features = { path = "./tari_features", version = "1.2.0-pre.0" } +tari_features = { path = "./tari_features", version = "1.3.0-pre.0" } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tari_target_network_mainnet)', 'cfg(tari_target_network_nextnet)'] } diff --git a/common/tari_features/Cargo.toml b/common/tari_features/Cargo.toml index a3b5e4c634..5b26e3dde6 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.2.0-pre.0" +version = "1.3.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 7a22793bd9..2d3e004b8e 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.2.0-pre.0" +version = "1.3.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 882d3cd12e..4933b12aee 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] tari_crypto = { version = "0.20.3" } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.2.0-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.2.0-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.2.0-pre.0" } +tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.3.0-pre.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.3.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.3.0-pre.0" } tari_utilities = { version = "0.7" } anyhow = "1.0.53" @@ -58,7 +58,7 @@ serde_json = "1.0.39" tempfile = "3.1.0" [build-dependencies] -tari_common = { path = "../../common", features = ["build"], version = "1.2.0-pre.0" } +tari_common = { path = "../../common", features = ["build"], version = "1.3.0-pre.0" } [features] c_integration = [] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index b22c1c43a6..3c63c7d18a 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "1.2.0-pre.0" +version = "1.3.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 = "2018" [dependencies] -tari_comms = { path = "../core", features = ["rpc"], version = "1.2.0-pre.0" } -tari_common = { path = "../../common", version = "1.2.0-pre.0" } -tari_comms_rpc_macros = { path = "../rpc_macros" , version = "1.2.0-pre.0"} +tari_comms = { path = "../core", features = ["rpc"], version = "1.3.0-pre.0" } +tari_common = { path = "../../common", version = "1.3.0-pre.0" } +tari_comms_rpc_macros = { path = "../rpc_macros" , version = "1.3.0-pre.0"} tari_crypto = { version = "0.20.3" } tari_utilities = { version = "0.7" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.2.0-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.2.0-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.2.0-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.3.0-pre.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.3.0-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.3.0-pre.0" } anyhow = "1.0.53" bitflags = { version = "2.4", features = ["serde"] } @@ -62,7 +62,7 @@ clap = "3.2" [build-dependencies] -tari_common = { path = "../../common", version = "1.2.0-pre.0" } +tari_common = { path = "../../common", version = "1.3.0-pre.0" } [features] test-mocks = [] diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index 4ddb4d2ec1..0814bccad0 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [lib] diff --git a/hashing/Cargo.toml b/hashing/Cargo.toml index f36a343c2f..99e3aa2c9a 100644 --- a/hashing/Cargo.toml +++ b/hashing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_hashing" -version = "1.2.0-pre.0" +version = "1.3.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 6deaedcfff..b15c149a02 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [lib] diff --git a/infrastructure/libtor/Cargo.toml b/infrastructure/libtor/Cargo.toml index 2297ffe597..20817ed73c 100644 --- a/infrastructure/libtor/Cargo.toml +++ b/infrastructure/libtor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_libtor" -version = "1.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2021" license = "BSD-3-Clause" diff --git a/infrastructure/metrics/Cargo.toml b/infrastructure/metrics/Cargo.toml index 46273679ec..880f6e0d17 100644 --- a/infrastructure/metrics/Cargo.toml +++ b/infrastructure/metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_metrics" description = "Tari metrics" -version = "1.2.0-pre.0" +version = "1.3.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 46686286de..86522f077f 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.2.0-pre.0" +version = "1.3.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 b5662c40e1..528790f8ef 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.2.0-pre.0" +version = "1.3.0-pre.0" edition = "2018" [dependencies] diff --git a/infrastructure/tari_script/Cargo.toml b/infrastructure/tari_script/Cargo.toml index baaa5fe293..8d1f40d88d 100644 --- a/infrastructure/tari_script/Cargo.toml +++ b/infrastructure/tari_script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_script" -version = "1.2.0-pre.0" +version = "1.3.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 022ec6b4eb..3ac0eb35fa 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.2.0-pre.0" +version = "1.3.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.2.0-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.2.0-pre.0" } +tari_shutdown = { path = "../shutdown", version = "1.3.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.3.0-pre.0" } futures = { version = "^0.3.1" } rand = "0.8"