From 3608b9a65fe4f94c4024c6d42339fa2e38731fd4 Mon Sep 17 00:00:00 2001 From: SW van Heerden Date: Tue, 8 Oct 2024 14:02:19 +0200 Subject: [PATCH] chore: new release esme v1.6.0-pre.0 (#6614) New release for esmeralda v1.6.0-pre.0 --- Cargo.lock | 68 +++--- applications/minotari_app_grpc/Cargo.toml | 4 +- .../minotari_app_utilities/Cargo.toml | 4 +- .../minotari_console_wallet/Cargo.toml | 6 +- .../minotari_ledger_wallet/common/Cargo.toml | 2 +- .../minotari_ledger_wallet/comms/Cargo.toml | 2 +- .../minotari_ledger_wallet/wallet/Cargo.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 | 36 +++ changelog-nextnet.md | 37 +++ changelog-stagenet.md | 227 ++++++++++++++++++ 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 +- 42 files changed, 450 insertions(+), 150 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9be216f546..c5ba4a862f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3559,7 +3559,7 @@ dependencies = [ [[package]] name = "minotari_app_grpc" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "argon2", "base64 0.13.1", @@ -3588,7 +3588,7 @@ dependencies = [ [[package]] name = "minotari_app_utilities" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "clap 3.2.25", "dialoguer 0.10.4", @@ -3610,7 +3610,7 @@ dependencies = [ [[package]] name = "minotari_chat_ffi" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "cbindgen", "chrono", @@ -3635,7 +3635,7 @@ dependencies = [ [[package]] name = "minotari_console_wallet" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "blake2", "chrono", @@ -3691,14 +3691,14 @@ dependencies = [ [[package]] name = "minotari_ledger_wallet_common" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "bs58 0.5.1", ] [[package]] name = "minotari_ledger_wallet_comms" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "borsh", "dialoguer 0.11.0", @@ -3720,7 +3720,7 @@ dependencies = [ [[package]] name = "minotari_merge_mining_proxy" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "bincode", @@ -3762,7 +3762,7 @@ dependencies = [ [[package]] name = "minotari_miner" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "base64 0.13.1", "borsh", @@ -3799,7 +3799,7 @@ dependencies = [ [[package]] name = "minotari_mining_helper_ffi" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "borsh", "cbindgen", @@ -3818,7 +3818,7 @@ dependencies = [ [[package]] name = "minotari_node" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "minotari_wallet" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "argon2", "async-trait", @@ -3926,7 +3926,7 @@ dependencies = [ [[package]] name = "minotari_wallet_ffi" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "borsh", "cbindgen", @@ -6402,7 +6402,7 @@ dependencies = [ [[package]] name = "tari_chat_client" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -6429,7 +6429,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "config", @@ -6454,7 +6454,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "diesel", "diesel_migrations", @@ -6468,7 +6468,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "base64 0.21.5", "bitflags 2.4.1", @@ -6493,7 +6493,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -6543,7 +6543,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "bitflags 2.4.1", @@ -6587,7 +6587,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "futures 0.3.29", "proc-macro2", @@ -6602,7 +6602,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "chrono", "diesel", @@ -6636,7 +6636,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "async-trait", "bincode", @@ -6736,11 +6736,11 @@ dependencies = [ [[package]] name = "tari_features" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" [[package]] name = "tari_hashing" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "blake2", "borsh", @@ -6798,7 +6798,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "argon2", "async-trait", @@ -6833,7 +6833,7 @@ dependencies = [ [[package]] name = "tari_libtor" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "derivative", "libtor", @@ -6847,7 +6847,7 @@ dependencies = [ [[package]] name = "tari_max_size" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "borsh", "serde", @@ -6857,7 +6857,7 @@ dependencies = [ [[package]] name = "tari_metrics" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "futures 0.3.29", @@ -6872,7 +6872,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "bincode", "blake2", @@ -6890,7 +6890,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "clap 3.2.25", @@ -6928,7 +6928,7 @@ dependencies = [ [[package]] name = "tari_script" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "blake2", "borsh", @@ -6946,7 +6946,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "anyhow", "async-trait", @@ -6963,7 +6963,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "futures 0.3.29", "tokio", @@ -6971,7 +6971,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "bincode", "lmdb-zero", @@ -6984,7 +6984,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "1.5.1-pre.1" +version = "1.6.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 eaf23a5d8b..dc2148f526 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } +tari_features = { path = "../../common/tari_features", version = "1.6.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 8b05ee17ca..1e0fa1d935 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } +tari_features = { path = "../../common/tari_features", version = "1.6.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 a56aa87b73..c311508166 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1", optional = true } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.6.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.5.1-pre.1" } +tari_features = { path = "../../common/tari_features", version = "1.6.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 fda5ff2591..524f12293d 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.5.1-pre.1" +version = "1.6.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 03acdde3b3..c15efe612f 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.5.1-pre.1" +version = "1.6.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 2e106a57d5..01a9dd320f 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.5.1-pre.1" +version = "1.6.0-pre.0" dependencies = [ "blake2", "borsh", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "tari_hashing" -version = "1.5.1-pre.1" +version = "1.6.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 e93234d03d..86716c6cef 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.5.1-pre.1" +version = "1.6.0-pre.0" authors = ["The Tari Development Community"] license = "BSD-3-Clause" edition = "2021" @@ -9,7 +9,7 @@ edition = "2021" tari_crypto = { version = "0.20.3", default-features = false, features = [ "borsh", ] } -tari_hashing = { path = "../../../hashing", version = "1.5.1-pre.1" } +tari_hashing = { path = "../../../hashing", version = "1.6.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 be1df42890..cdc31e6541 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } +tari_features = { path = "../../common/tari_features", version = "1.6.0-pre.0" } [dev-dependencies] markup5ever = "0.11.0" diff --git a/applications/minotari_miner/Cargo.toml b/applications/minotari_miner/Cargo.toml index 56a2d56e69..83ece13554 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [dependencies] diff --git a/applications/minotari_node/Cargo.toml b/applications/minotari_node/Cargo.toml index 72fdf32f19..51319be08a 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [dependencies] @@ -26,7 +26,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.5.1-pre.1" } +], version = "1.6.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.5.1-pre.1" } +tari_features = { path = "../../common/tari_features", version = "1.6.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 94fb54c39b..074d59af6e 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 0d336bb60d..6065099037 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [dependencies] tari_crypto = { version = "0.20.3" } tari_utilities = { version = "0.7" } -tari_common = { path = "../../common", version = "1.5.1-pre.1" } +tari_common = { path = "../../common", version = "1.6.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 ef17df5f65..1ff49a6c6d 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.5.1-pre.1" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.5.1-pre.1" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.5.1-pre.1" } -tari_comms = { path = "../../comms/core", version = "1.5.1-pre.1" } -tari_comms_dht = { path = "../../comms/dht", version = "1.5.1-pre.1" } +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_crypto = { version = "0.20.3" } tari_max_size = { path = "../../infrastructure/max_size" } tari_p2p = { path = "../p2p", features = [ "auto-update", -], version = "1.5.1-pre.1" } -tari_service_framework = { path = "../service_framework", version = "1.5.1-pre.1" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.5.1-pre.1" } +], 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_utilities = { version = "0.7" } 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.5.1-pre.1" } +tari_common = { path = "../../common", version = "1.6.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 db13b1ae72..bee7d73d4b 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 1d144a40fd..99a17cbb12 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1", optional = true } -tari_common = { path = "../../common", version = "1.5.1-pre.1" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.5.1-pre.1" } -tari_comms = { path = "../../comms/core", version = "1.5.1-pre.1" } -tari_comms_dht = { path = "../../comms/dht", version = "1.5.1-pre.1" } -tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.5.1-pre.1" } +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" } tari_crypto = { version = "0.20.3", features = ["borsh"] } tari_max_size = { path = "../../infrastructure/max_size" } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.5.1-pre.1" } -tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.5.1-pre.1" } -tari_p2p = { path = "../../base_layer/p2p", version = "1.5.1-pre.1" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.5.1-pre.1" } -tari_service_framework = { path = "../service_framework", version = "1.5.1-pre.1" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.5.1-pre.1" } -tari_storage = { path = "../../infrastructure/storage", version = "1.5.1-pre.1" } -tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.5.1-pre.1" } +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_utilities = { version = "0.7", features = ["borsh"] } tari_key_manager = { path = "../key_manager", features = [ "key_manager_service", -], version = "1.5.1-pre.1" } +], version = "1.6.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.5.1-pre.1" } -tari_features = { path = "../../common/tari_features", version = "1.5.1-pre.1" } +], version = "1.6.0-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.6.0-pre.0" } [[bench]] name = "mempool" diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index ceb1c99e17..406596d5c7 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.5.1-pre.1" } -tari_service_framework = { path = "../service_framework", version = "1.5.1-pre.1" } +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" } 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 851b519575..3795bcc37f 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 944d366391..9ed27757c3 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "1.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } -tari_comms_dht = { path = "../../comms/dht", version = "1.5.1-pre.1" } -tari_common = { path = "../../common", version = "1.5.1-pre.1" } +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_crypto = { version = "0.20.3" } -tari_service_framework = { path = "../service_framework", version = "1.5.1-pre.1" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.5.1-pre.1" } -tari_storage = { path = "../../infrastructure/storage", version = "1.5.1-pre.1" } +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_utilities = { version = "0.7" } anyhow = "1.0.53" @@ -52,7 +52,7 @@ tempfile = "3.1.0" [build-dependencies] tari_common = { path = "../../common", features = [ "build", -], version = "1.5.1-pre.1" } +], version = "1.6.0-pre.0" } [features] test-mocks = [] diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index ddef195382..290b10849a 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.6.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 2778f5796a..2cda026695 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.6.0-pre.0" } tari_utilities = { version = "0.7" } 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.5.1-pre.1" } +tari_features = { path = "../../common/tari_features", version = "1.6.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 57e6b84a52..13245c0a8e 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.5.1-pre.1" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.5.1-pre.1" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.5.1-pre.1" } -tari_comms = { path = "../../comms/core", version = "1.5.1-pre.1" } -tari_comms_dht = { path = "../../comms/dht", version = "1.5.1-pre.1" } -tari_contacts = { path = "../../base_layer/contacts", version = "1.5.1-pre.1" } +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_core = { path = "../../base_layer/core", default-features = false, features = [ "transactions", "mempool_proto", "base_node_proto", -], version = "1.5.1-pre.1" } +], version = "1.6.0-pre.0" } tari_crypto = { version = "0.20.3" } tari_max_size = { path = "../../infrastructure/max_size" } tari_key_manager = { path = "../key_manager", features = [ "key_manager_service", -], version = "1.5.1-pre.1" } +], version = "1.6.0-pre.0" } tari_p2p = { path = "../p2p", features = [ "auto-update", -], version = "1.5.1-pre.1" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.5.1-pre.1" } -tari_service_framework = { path = "../service_framework", version = "1.5.1-pre.1" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.5.1-pre.1" } +], 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_utilities = { version = "0.7" } # 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.5.1-pre.1" } +], version = "1.6.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 fc3a0dd55f..1ee46e6eb9 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } +tari_features = { path = "../../common/tari_features", version = "1.6.0-pre.0" } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = [ diff --git a/changelog-development.md b/changelog-development.md index c0418770fb..723805dc9e 100644 --- a/changelog-development.md +++ b/changelog-development.md @@ -2,6 +2,42 @@ 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.6.0-pre.0](https://github.com/tari-project/tari/compare/v1.5.1-pre.1...v1.6.0-pre.0) (2024-10-08) + + +### ⚠ BREAKING CHANGES + +* esme test pre-mine with immediate spend (#6609) +* add context to ffi callbacks (#6608) +* add input mr into genesis block (#6601) + +### Features + +* add context to ffi callbacks ([#6608](https://github.com/tari-project/tari/issues/6608)) ([3c192c5](https://github.com/tari-project/tari/commit/3c192c52af1910601355ee864690c171da865802)) +* add default exclude dial ([#6607](https://github.com/tari-project/tari/issues/6607)) ([332068f](https://github.com/tari-project/tari/commit/332068f90b579af0717d602e817e223783371b65)) +* add input mr into genesis block ([#6601](https://github.com/tari-project/tari/issues/6601)) ([27ffefa](https://github.com/tari-project/tari/commit/27ffefa1601ce809adad676f7e7e415949552cb4)) +* add payment id to notify script ([#6586](https://github.com/tari-project/tari/issues/6586)) ([7f282d9](https://github.com/tari-project/tari/commit/7f282d9fea06e5f51b59981192984cb034d98056)) +* add use transaction output as provided with encumber_aggregate_utxo ([#6594](https://github.com/tari-project/tari/issues/6594)) ([0ad8c08](https://github.com/tari-project/tari/commit/0ad8c087afbe2a2e179b0933e6a0886a5d73c226)) +* add wallet ffi backup peers ([#6591](https://github.com/tari-project/tari/issues/6591)) ([7e07972](https://github.com/tari-project/tari/commit/7e079729e6c0437fb38e1f31a85610266992951d)) +* allow zero fees for pre-mine ([#6595](https://github.com/tari-project/tari/issues/6595)) ([1d2e314](https://github.com/tari-project/tari/commit/1d2e314a96e8c34904fdcf05ee3c8207fc02c1f6)) +* dont sync local only peers ([#6604](https://github.com/tari-project/tari/issues/6604)) ([f7894cf](https://github.com/tari-project/tari/commit/f7894cfe9453497e92b407e214f36653b4860c89)) +* enable identity grpc method by default ([#6613](https://github.com/tari-project/tari/issues/6613)) ([18e6ef4](https://github.com/tari-project/tari/commit/18e6ef4a5764067d5699cb3125d011bd8303c4d4)) +* esme test pre-mine with immediate spend ([#6609](https://github.com/tari-project/tari/issues/6609)) ([283d184](https://github.com/tari-project/tari/commit/283d1843b64e8250446e5729db677abfed46fc90)) +* ledger stax + flex support ([#6588](https://github.com/tari-project/tari/issues/6588)) ([fa7611d](https://github.com/tari-project/tari/commit/fa7611d647087f8827ab9f059bfa509c5f2e12a4)) +* make pre mine spend tx stealth ([#6596](https://github.com/tari-project/tari/issues/6596)) ([7b01301](https://github.com/tari-project/tari/commit/7b01301ec306750ef4b3587030ecc2da66276559)) +* **peerseeds/autoupdate:** hickory-dns upgrade, default to system DNS ([#6600](https://github.com/tari-project/tari/issues/6600)) ([5bcddf4](https://github.com/tari-project/tari/commit/5bcddf44d23a619b20b88fd382c531621ef66646)) +* pre-mine introduce temp ban and add counters ([#6612](https://github.com/tari-project/tari/issues/6612)) ([d97d00d](https://github.com/tari-project/tari/commit/d97d00dae912dfa5f3855e83547dbe8dd06e359f)) +* update payment_id display ([#6597](https://github.com/tari-project/tari/issues/6597)) ([54eb6d7](https://github.com/tari-project/tari/commit/54eb6d79d4fd9f22098bbed1c48751ee4a4621a0)) +* 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)) + + +### Bug Fixes + +* **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)) + ### [1.5.1-pre.1](https://github.com/tari-project/tari/compare/v1.5.1-pre.0...v1.5.1-pre.1) (2024-09-24) diff --git a/changelog-nextnet.md b/changelog-nextnet.md index 16a8f36f3c..c6cdaed1fd 100644 --- a/changelog-nextnet.md +++ b/changelog-nextnet.md @@ -2,6 +2,43 @@ 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) + + +### ⚠ BREAKING CHANGES + +* esme test pre-mine with immediate spend (#6609) +* add context to ffi callbacks (#6608) +* add input mr into genesis block (#6601) + +### Features + +* add context to ffi callbacks ([#6608](https://github.com/tari-project/tari/issues/6608)) ([3c192c5](https://github.com/tari-project/tari/commit/3c192c52af1910601355ee864690c171da865802)) +* add default exclude dial ([#6607](https://github.com/tari-project/tari/issues/6607)) ([332068f](https://github.com/tari-project/tari/commit/332068f90b579af0717d602e817e223783371b65)) +* add input mr into genesis block ([#6601](https://github.com/tari-project/tari/issues/6601)) ([27ffefa](https://github.com/tari-project/tari/commit/27ffefa1601ce809adad676f7e7e415949552cb4)) +* add payment id to notify script ([#6586](https://github.com/tari-project/tari/issues/6586)) ([7f282d9](https://github.com/tari-project/tari/commit/7f282d9fea06e5f51b59981192984cb034d98056)) +* add use transaction output as provided with encumber_aggregate_utxo ([#6594](https://github.com/tari-project/tari/issues/6594)) ([0ad8c08](https://github.com/tari-project/tari/commit/0ad8c087afbe2a2e179b0933e6a0886a5d73c226)) +* add wallet ffi backup peers ([#6591](https://github.com/tari-project/tari/issues/6591)) ([7e07972](https://github.com/tari-project/tari/commit/7e079729e6c0437fb38e1f31a85610266992951d)) +* allow zero fees for pre-mine ([#6595](https://github.com/tari-project/tari/issues/6595)) ([1d2e314](https://github.com/tari-project/tari/commit/1d2e314a96e8c34904fdcf05ee3c8207fc02c1f6)) +* dont sync local only peers ([#6604](https://github.com/tari-project/tari/issues/6604)) ([f7894cf](https://github.com/tari-project/tari/commit/f7894cfe9453497e92b407e214f36653b4860c89)) +* enable identity grpc method by default ([#6613](https://github.com/tari-project/tari/issues/6613)) ([18e6ef4](https://github.com/tari-project/tari/commit/18e6ef4a5764067d5699cb3125d011bd8303c4d4)) +* esme test pre-mine with immediate spend ([#6609](https://github.com/tari-project/tari/issues/6609)) ([283d184](https://github.com/tari-project/tari/commit/283d1843b64e8250446e5729db677abfed46fc90)) +* ledger stax + flex support ([#6588](https://github.com/tari-project/tari/issues/6588)) ([fa7611d](https://github.com/tari-project/tari/commit/fa7611d647087f8827ab9f059bfa509c5f2e12a4)) +* make pre mine spend tx stealth ([#6596](https://github.com/tari-project/tari/issues/6596)) ([7b01301](https://github.com/tari-project/tari/commit/7b01301ec306750ef4b3587030ecc2da66276559)) +* **peerseeds/autoupdate:** hickory-dns upgrade, default to system DNS ([#6600](https://github.com/tari-project/tari/issues/6600)) ([5bcddf4](https://github.com/tari-project/tari/commit/5bcddf44d23a619b20b88fd382c531621ef66646)) +* pre-mine introduce temp ban and add counters ([#6612](https://github.com/tari-project/tari/issues/6612)) ([d97d00d](https://github.com/tari-project/tari/commit/d97d00dae912dfa5f3855e83547dbe8dd06e359f)) +* update payment_id display ([#6597](https://github.com/tari-project/tari/issues/6597)) ([54eb6d7](https://github.com/tari-project/tari/commit/54eb6d79d4fd9f22098bbed1c48751ee4a4621a0)) +* 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)) + + +### Bug Fixes + +* **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)) + ### [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 0983855c42..30b17d53bb 100644 --- a/changelog-stagenet.md +++ b/changelog-stagenet.md @@ -1,6 +1,233 @@ # 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.6.0](https://github.com/tari-project/tari/compare/v1.0.0-alpha.0a...v1.6.0) (2024-10-08) + + +### ⚠ BREAKING CHANGES + +* esme test pre-mine with immediate spend (#6609) +* add context to ffi callbacks (#6608) +* add input mr into genesis block (#6601) +* Reverse min sha3 difficulty +* add ability to encrypt seed words (#6569) +* add genesis blocks (#6499) +* don't use the ledger unless both keys are for ledger (#6492) +* add source address to encrypted data (#6472) +* ledger metadata signature with receiver adress confirmation (#6462) +* fix key manager use of keys (#6407) +* faucet and new esme gen block (#6384) +* add accessor functions for tari address in FFI (#6385) +* make stealth one-sided tx's look the same as all other tx's (#6376) +* change tar address to use base58 and not hex (#6372) +* export unblinded outputs (#6361) +* add payment id (#6340) +* new tari address scheme (#6353) +* change position calculation in MTparams for mergemining (#6339) +* monero merkle tree params (#6336) +* update key manager hasher labels (#6329) +* remove user agent config option (#6320) +* update emojis to match yat emojis (#6288) +* avoid `Encryptable` domain collisions (#6275) +* change grpc deny to allow (#6218) +* update new block proto to support multiple coinbases (#6266) + +### Features + +* add context to ffi callbacks ([#6608](https://github.com/tari-project/tari/issues/6608)) ([3c192c5](https://github.com/tari-project/tari/commit/3c192c52af1910601355ee864690c171da865802)) +* add default exclude dial ([#6607](https://github.com/tari-project/tari/issues/6607)) ([332068f](https://github.com/tari-project/tari/commit/332068f90b579af0717d602e817e223783371b65)) +* add input mr into genesis block ([#6601](https://github.com/tari-project/tari/issues/6601)) ([27ffefa](https://github.com/tari-project/tari/commit/27ffefa1601ce809adad676f7e7e415949552cb4)) +* add payment id to notify script ([#6586](https://github.com/tari-project/tari/issues/6586)) ([7f282d9](https://github.com/tari-project/tari/commit/7f282d9fea06e5f51b59981192984cb034d98056)) +* add use transaction output as provided with encumber_aggregate_utxo ([#6594](https://github.com/tari-project/tari/issues/6594)) ([0ad8c08](https://github.com/tari-project/tari/commit/0ad8c087afbe2a2e179b0933e6a0886a5d73c226)) +* add wallet ffi backup peers ([#6591](https://github.com/tari-project/tari/issues/6591)) ([7e07972](https://github.com/tari-project/tari/commit/7e079729e6c0437fb38e1f31a85610266992951d)) +* allow zero fees for pre-mine ([#6595](https://github.com/tari-project/tari/issues/6595)) ([1d2e314](https://github.com/tari-project/tari/commit/1d2e314a96e8c34904fdcf05ee3c8207fc02c1f6)) +* dont sync local only peers ([#6604](https://github.com/tari-project/tari/issues/6604)) ([f7894cf](https://github.com/tari-project/tari/commit/f7894cfe9453497e92b407e214f36653b4860c89)) +* enable identity grpc method by default ([#6613](https://github.com/tari-project/tari/issues/6613)) ([18e6ef4](https://github.com/tari-project/tari/commit/18e6ef4a5764067d5699cb3125d011bd8303c4d4)) +* esme test pre-mine with immediate spend ([#6609](https://github.com/tari-project/tari/issues/6609)) ([283d184](https://github.com/tari-project/tari/commit/283d1843b64e8250446e5729db677abfed46fc90)) +* ledger stax + flex support ([#6588](https://github.com/tari-project/tari/issues/6588)) ([fa7611d](https://github.com/tari-project/tari/commit/fa7611d647087f8827ab9f059bfa509c5f2e12a4)) +* make pre mine spend tx stealth ([#6596](https://github.com/tari-project/tari/issues/6596)) ([7b01301](https://github.com/tari-project/tari/commit/7b01301ec306750ef4b3587030ecc2da66276559)) +* **peerseeds/autoupdate:** hickory-dns upgrade, default to system DNS ([#6600](https://github.com/tari-project/tari/issues/6600)) ([5bcddf4](https://github.com/tari-project/tari/commit/5bcddf44d23a619b20b88fd382c531621ef66646)) +* pre-mine introduce temp ban and add counters ([#6612](https://github.com/tari-project/tari/issues/6612)) ([d97d00d](https://github.com/tari-project/tari/commit/d97d00dae912dfa5f3855e83547dbe8dd06e359f)) +* update payment_id display ([#6597](https://github.com/tari-project/tari/issues/6597)) ([54eb6d7](https://github.com/tari-project/tari/commit/54eb6d79d4fd9f22098bbed1c48751ee4a4621a0)) +* 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 ability to encrypt seed words ([#6569](https://github.com/tari-project/tari/issues/6569)) ([d03d162](https://github.com/tari-project/tari/commit/d03d162f2c041e3618b163b29283bf0747f49bf9)) +* add coinbase extra info to grpc ([#6561](https://github.com/tari-project/tari/issues/6561)) ([d48a15c](https://github.com/tari-project/tari/commit/d48a15cdd7cb4364e15f281543ce4402add876e9)) +* add generic config list type and use throughout all config settings ([#6567](https://github.com/tari-project/tari/issues/6567)) ([13afb6f](https://github.com/tari-project/tari/commit/13afb6fdc9af6fffb36c7a97262790dcc19e75d2)) +* add multiaddr with range checks for use with universe ([#6557](https://github.com/tari-project/tari/issues/6557)) ([aca61f3](https://github.com/tari-project/tari/commit/aca61f39cdb65cccfafa02565b9b13bdf8fc3d99)) +* add resilience to initial wallet connect ([#6527](https://github.com/tari-project/tari/issues/6527)) ([6b5ef7d](https://github.com/tari-project/tari/commit/6b5ef7d1457bf3fe2c165d645af13a55d03dbfab)) +* broadcast one sided ([#6568](https://github.com/tari-project/tari/issues/6568)) ([a954383](https://github.com/tari-project/tari/commit/a9543830dacdef52fcbcfe0bfd9b30ac20209815)) +* update consensus ([#6564](https://github.com/tari-project/tari/issues/6564)) ([fe90e64](https://github.com/tari-project/tari/commit/fe90e64ea9556ea75ec8e91fe9fd690b62807621)) +* add configurable exclude dialer addresses for universe ([#6543](https://github.com/tari-project/tari/issues/6543)) ([e113a0e](https://github.com/tari-project/tari/commit/e113a0e4a464a2ed4ec72d2da6f4a3c3c80a6fcf)) +* add one-sided addresses to grpc ([#6542](https://github.com/tari-project/tari/issues/6542)) ([0a5d20b](https://github.com/tari-project/tari/commit/0a5d20b55ce51a1134369cd9825ba8a13f0fbb7d)) +* changes for the randomx miner ([#6537](https://github.com/tari-project/tari/issues/6537)) ([825ca06](https://github.com/tari-project/tari/commit/825ca06fa29fda0e66c34fe94640797e4deb0776)) +* display waiting for intial peer data ([#6545](https://github.com/tari-project/tari/issues/6545)) ([39aed8e](https://github.com/tari-project/tari/commit/39aed8ea1c521f7cab7c155480e59075c5c1ab26)) +* ledger version check ([#6541](https://github.com/tari-project/tari/issues/6541)) ([611f226](https://github.com/tari-project/tari/commit/611f22692024d260fd05a7453fd39d9e5e47bf29)) +* reduce universe spam logs ([#6540](https://github.com/tari-project/tari/issues/6540)) ([4c246b8](https://github.com/tari-project/tari/commit/4c246b80f93c18f752cf96f83f61cbef637c7d48)) +* stop interactive only address from being used in mining ([#6544](https://github.com/tari-project/tari/issues/6544)) ([1f18e7d](https://github.com/tari-project/tari/commit/1f18e7db8e94b6d3961f7e5e563420d622a36f75)) +* add console wallet detail ([#6531](https://github.com/tari-project/tari/issues/6531)) ([594e984](https://github.com/tari-project/tari/commit/594e98477e2f68ff9c4a92334f198b2be5f97c84)) +* clear handshake error when connections go stale ([#6528](https://github.com/tari-project/tari/issues/6528)) ([b5f5e03](https://github.com/tari-project/tari/commit/b5f5e03817e5d43f1d2f3168307d7e9bc6cd77d6)) +* improve universe comms ([#6533](https://github.com/tari-project/tari/issues/6533)) ([3b2c88e](https://github.com/tari-project/tari/commit/3b2c88ec0b6a89d3864e39f0fccff5f59ad5c33f)) +* propagate handshake error ([#6530](https://github.com/tari-project/tari/issues/6530)) ([e29c909](https://github.com/tari-project/tari/commit/e29c9096d0b1b2d4cc6c3686f414e5d954d7c8ad)) +* add grpc specific log file ([#6524](https://github.com/tari-project/tari/issues/6524)) ([be9e32e](https://github.com/tari-project/tari/commit/be9e32edce774e31d79907450ed531e560befbd4)) +* add network wire byte ([#6518](https://github.com/tari-project/tari/issues/6518)) ([78a4803](https://github.com/tari-project/tari/commit/78a4803ca9364d472525fd94a5f36b33379268a5)) +* **p2pool-randomx-support:** added pow algo to GetNewBlockRequest in p2pool proto ([#6509](https://github.com/tari-project/tari/issues/6509)) ([125b49c](https://github.com/tari-project/tari/commit/125b49ca7792db2a200ef2fdc5b323564a1667ab)) +* **p2pool-randomx-support:** merge mining proxy update ([#6521](https://github.com/tari-project/tari/issues/6521)) ([3f4a3e8](https://github.com/tari-project/tari/commit/3f4a3e853d9404925fd941479b0adddc6209cb13)) +* paper wallet cli ([#6522](https://github.com/tari-project/tari/issues/6522)) ([31a953c](https://github.com/tari-project/tari/commit/31a953c66bac3810d0369fb675af3622657c6b16)) +* add merge mining proxy support for p2pool ([#6474](https://github.com/tari-project/tari/issues/6474)) ([bed32d5](https://github.com/tari-project/tari/commit/bed32d5628538843f978cc2e5db25dff4814547b)) +* add more verbose comms errors ([#6507](https://github.com/tari-project/tari/issues/6507)) ([169572a](https://github.com/tari-project/tari/commit/169572aa3e76e2dee649451c461245e5f6c9cb70)) +* improve header validation speed ([#6510](https://github.com/tari-project/tari/issues/6510)) ([da5b443](https://github.com/tari-project/tari/commit/da5b44382c35a9b5a98405f2b0a30b1a92253746)) +* ledger reconnect ([#6503](https://github.com/tari-project/tari/issues/6503)) ([444b5a3](https://github.com/tari-project/tari/commit/444b5a359e0e9efdafccfab8f49d4d9a8f48f3c1)) +* limit open-ended vectors for covenants ([#6497](https://github.com/tari-project/tari/issues/6497)) ([7a1150d](https://github.com/tari-project/tari/commit/7a1150d2edc2b3663f58246d654534c4140df2a7)) +* limit open-ended vectors for tari script ([#6501](https://github.com/tari-project/tari/issues/6501)) ([f91cffa](https://github.com/tari-project/tari/commit/f91cffa018935e3f3a683e13853a6c798c4fcb21)) +* 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)) +* add ability to specify log location ([#6459](https://github.com/tari-project/tari/issues/6459)) ([124bfd4](https://github.com/tari-project/tari/commit/124bfd4f145951b2ba22d9e6d26596c90130b6ef)) +* add esmeralda pre-mine ([#6454](https://github.com/tari-project/tari/issues/6454)) ([c38a948](https://github.com/tari-project/tari/commit/c38a9488fa5300c40ee68dd898da85e7366708eb)) +* add new esmeralda pre-mine for test ([#6460](https://github.com/tari-project/tari/issues/6460)) ([310a470](https://github.com/tari-project/tari/commit/310a470f34875250ca91a703f324760762c8461c)) +* add new genesis blocks ([#6471](https://github.com/tari-project/tari/issues/6471)) ([3828796](https://github.com/tari-project/tari/commit/3828796634b3affe35224392a57cf212037e1b98)) +* add pre-mine fail-safe height ([#6456](https://github.com/tari-project/tari/issues/6456)) ([45f67fa](https://github.com/tari-project/tari/commit/45f67fa3110d735c9355740a6a1ce2f9630763c1)) +* add source address to encrypted data ([#6472](https://github.com/tari-project/tari/issues/6472)) ([e97afc5](https://github.com/tari-project/tari/commit/e97afc5b35abe152536449fa69045f85f2a114b2)) +* check encumbrance later ([#6457](https://github.com/tari-project/tari/issues/6457)) ([c8f0896](https://github.com/tari-project/tari/commit/c8f089673892008a8a16754eac275ac0e6f7e22e)) +* check wallet type on send + ui fixes ([#6461](https://github.com/tari-project/tari/issues/6461)) ([574fa1e](https://github.com/tari-project/tari/commit/574fa1ef1a9939bf99411e0ac8ab6b7de2fae76d)) +* console wallet recovery improvements for ledger ([#6455](https://github.com/tari-project/tari/issues/6455)) ([e726e5d](https://github.com/tari-project/tari/commit/e726e5d81e741c99d6f5a586690bf1a12be2b803)) +* don't permit trying to send interactive transfers from hardware devices ([#6458](https://github.com/tari-project/tari/issues/6458)) ([540be2c](https://github.com/tari-project/tari/commit/540be2c60cee87d787caad59d1bb0914ed8cc289)) +* ledger metadata signature with receiver adress confirmation ([#6462](https://github.com/tari-project/tari/issues/6462)) ([84e7c0a](https://github.com/tari-project/tari/commit/84e7c0aff996fffdc71f1ee325a71c172bb448d8)) +* limit open ended vectors in chat ([#6467](https://github.com/tari-project/tari/issues/6467)) ([777869d](https://github.com/tari-project/tari/commit/777869d9c12588034cdbf2f03537d28b37a6505a)) +* prepare MM backend stuff ([#6448](https://github.com/tari-project/tari/issues/6448)) ([47ddf85](https://github.com/tari-project/tari/commit/47ddf859d69c10b228874816e53e5a07a82acba0)) +* remove pre-mine create commands from the console wallet ([#6451](https://github.com/tari-project/tari/issues/6451)) ([486cd63](https://github.com/tari-project/tari/commit/486cd63561b69e1f43262c8744485458cc8dfc74)) +* update sender offset key ([#6465](https://github.com/tari-project/tari/issues/6465)) ([4601530](https://github.com/tari-project/tari/commit/4601530c7e6442338ebe864eeb57265461e104c2)) +* add identify to allowed grpc mining methods ([#6445](https://github.com/tari-project/tari/issues/6445)) ([07de6f2](https://github.com/tari-project/tari/commit/07de6f21a0302bd5947df53d33194c55a99df6fd)) +* add ledger function to generate one sided metadata signature ([#6410](https://github.com/tari-project/tari/issues/6410)) ([a1129b6](https://github.com/tari-project/tari/commit/a1129b6b6e51eda49c7a92d12cf64a4624bef53c)) +* add ledger methods for faucet spending ([#6409](https://github.com/tari-project/tari/issues/6409)) ([80acbd2](https://github.com/tari-project/tari/commit/80acbd2b71be7a0aabe108820309de44653cddcd)) +* add memory db key manager util function ([#6444](https://github.com/tari-project/tari/issues/6444)) ([900a107](https://github.com/tari-project/tari/commit/900a107677f3cabced0005d64ba6153cb0f7d14c)) +* add pre-mine create commands ([#6432](https://github.com/tari-project/tari/issues/6432)) ([817729f](https://github.com/tari-project/tari/commit/817729f5e14342b5192feedca11c0ca74d98e689)) +* add pre-mine spend ([#6442](https://github.com/tari-project/tari/issues/6442)) ([0018126](https://github.com/tari-project/tari/commit/001812615f02ab643223931f5659d5da60e91740)) +* add private view key function ([#6447](https://github.com/tari-project/tari/issues/6447)) ([016ccf6](https://github.com/tari-project/tari/commit/016ccf69b8779d27edda3d052c5b3fcdd365cd7c)) +* add scanned height ([#6440](https://github.com/tari-project/tari/issues/6440)) ([ad14053](https://github.com/tari-project/tari/commit/ad140530d4627f7d669cefd377852e6d75518171)) +* add timestamp to grpc ([#6449](https://github.com/tari-project/tari/issues/6449)) ([2902c8d](https://github.com/tari-project/tari/commit/2902c8d96105ef4243ac4bc4cdea64a4224dcfe2)) +* add zeroize to memory_key_manager ([#6446](https://github.com/tari-project/tari/issues/6446)) ([caa7097](https://github.com/tari-project/tari/commit/caa70978e48888839da2c277e0bbd5a434607679)) +* backup spend for pre-mine ([#6431](https://github.com/tari-project/tari/issues/6431)) ([1224b6a](https://github.com/tari-project/tari/commit/1224b6aaed0f312773eac5681f885f9c5625ca8d)) +* check address features on send ([#6433](https://github.com/tari-project/tari/issues/6433)) ([2f491fa](https://github.com/tari-project/tari/commit/2f491fa98722394b69d0a6b608207fcca2b75e35)) +* sync cli ([#6435](https://github.com/tari-project/tari/issues/6435)) ([f7ffe1d](https://github.com/tari-project/tari/commit/f7ffe1db4b2b6fb154fc45034636a3d6483926c1)) +* update Ledger readme ([#6443](https://github.com/tari-project/tari/issues/6443)) ([6f7318b](https://github.com/tari-project/tari/commit/6f7318bb573f25055703d7ba0a762be4c30daa18)) +* **wallet:** add view key commands ([#6426](https://github.com/tari-project/tari/issues/6426)) ([77e5ca9](https://github.com/tari-project/tari/commit/77e5ca92596f8309033913e9f1a372dbbee9d4c4)) +* encode max allowable encrypted bytes into struct ([#6425](https://github.com/tari-project/tari/issues/6425)) ([65567d5](https://github.com/tari-project/tari/commit/65567d5a99aec4d6b1ff650ea7ff2eeba77468f0)) +* add file-based input and output to faucet commands ([#6405](https://github.com/tari-project/tari/issues/6405)) ([8c6ea82](https://github.com/tari-project/tari/commit/8c6ea82837320865f59e5c9a8b23755e282a17cf)) +* change grpc address conversions to use from_str ([#6422](https://github.com/tari-project/tari/issues/6422)) ([33374a6](https://github.com/tari-project/tari/commit/33374a6917e16c2756ba94aaf818234ba0daba62)) +* count unique keys ([#6401](https://github.com/tari-project/tari/issues/6401)) ([5997ff3](https://github.com/tari-project/tari/commit/5997ff390b0f7d57f1018fa28088e92ec6172068)) +* fix key manager use of keys ([#6407](https://github.com/tari-project/tari/issues/6407)) ([35db898](https://github.com/tari-project/tari/commit/35db8980e82acc4f29fdc7b8d8fbf1f84a8f04de)) +* update ledger instructions ([#6406](https://github.com/tari-project/tari/issues/6406)) ([cc74845](https://github.com/tari-project/tari/commit/cc7484501e7f79c7b437a52b3a88d3073c978ebc)) +* add ffi features ([#6390](https://github.com/tari-project/tari/issues/6390)) ([c0c27a5](https://github.com/tari-project/tari/commit/c0c27a53f4b176db9991c097ab03589e9b1f430b)) +* **miner:** add SHA P2Pool mining related configuration and changes ([#6370](https://github.com/tari-project/tari/issues/6370)) ([cb1eb63](https://github.com/tari-project/tari/commit/cb1eb6383a0887c95f869146b94c0da00f3faffd)) +* simplify leader sig generation ([#6399](https://github.com/tari-project/tari/issues/6399)) ([22c8e33](https://github.com/tari-project/tari/commit/22c8e332d169723ced70811b08ac8cce5a4d0575)) +* add accessor functions for tari address in FFI ([#6385](https://github.com/tari-project/tari/issues/6385)) ([df5b057](https://github.com/tari-project/tari/commit/df5b05765df984e94be7097b60ab828c76cfd1d8)) +* change tari address to use base58 and not hex ([#6372](https://github.com/tari-project/tari/issues/6372)) ([f42a838](https://github.com/tari-project/tari/commit/f42a83882c8a824bf72c800c1018b4167c1a7d8c)) +* enlarge console wallet display ([#6382](https://github.com/tari-project/tari/issues/6382)) ([d62ab99](https://github.com/tari-project/tari/commit/d62ab999cda834af7c38d594cf06da24988bba5f)) +* export unblinded outputs ([#6361](https://github.com/tari-project/tari/issues/6361)) ([c444b4c](https://github.com/tari-project/tari/commit/c444b4c2cc326b6fe3ca37b10bf2d3728cdd9aca)) +* faucet and new esme gen block ([#6384](https://github.com/tari-project/tari/issues/6384)) ([075b1d4](https://github.com/tari-project/tari/commit/075b1d4ca5917cca6232ffde14d7dc51b797be1a)) +* ledger recovery ([#6383](https://github.com/tari-project/tari/issues/6383)) ([fb2de35](https://github.com/tari-project/tari/commit/fb2de353907402eb9fb8e56fc046f1a837fd8497)) +* m of n scripting poc ([#6377](https://github.com/tari-project/tari/issues/6377)) ([fc744d0](https://github.com/tari-project/tari/commit/fc744d0806e8fe15b657450c2a99ae9a488f14f6)) +* make console wallet ledger default ([#6362](https://github.com/tari-project/tari/issues/6362)) ([4ace36c](https://github.com/tari-project/tari/commit/4ace36c91d0955429f4350f9d4b9371de319984e)) +* make stealth one-sided tx's look the same as all other tx's ([#6376](https://github.com/tari-project/tari/issues/6376)) ([2bd58c2](https://github.com/tari-project/tari/commit/2bd58c235e6d89f5d836c66cc3e2e056fc40543d)) +* remove ablity to send 1-sided tx ([#6367](https://github.com/tari-project/tari/issues/6367)) ([b773173](https://github.com/tari-project/tari/commit/b773173decf6065de0f52dfa5b377c973fd97498)) +* add default message tag ([#6355](https://github.com/tari-project/tari/issues/6355)) ([ef387d7](https://github.com/tari-project/tari/commit/ef387d720ae1b092d0ebe4459fafc27a241368f8)) +* add payment id ([#6340](https://github.com/tari-project/tari/issues/6340)) ([ec4e5e9](https://github.com/tari-project/tari/commit/ec4e5e953b86aa3e99e65f428997682674707d4a)) +* adjust block sync timeouts ([#6342](https://github.com/tari-project/tari/issues/6342)) ([16ca4b5](https://github.com/tari-project/tari/commit/16ca4b5dc8b5e02629dd02d6839edad189d23956)) +* chat ffi find by message ([#6354](https://github.com/tari-project/tari/issues/6354)) ([28c7659](https://github.com/tari-project/tari/commit/28c76596920be88eb7b2077e6bd0645e4c5ae4a3)) +* fix base node console display ([#6341](https://github.com/tari-project/tari/issues/6341)) ([df0d801](https://github.com/tari-project/tari/commit/df0d8011d9f55f087478b0795ed0c1657b3552af)) +* generate script challenge on the ledger ([#6344](https://github.com/tari-project/tari/issues/6344)) ([34db82d](https://github.com/tari-project/tari/commit/34db82dcccc2c4bb3c9a999518cd2f5381314b07)) +* improve initial connection times ([#6343](https://github.com/tari-project/tari/issues/6343)) ([64e650b](https://github.com/tari-project/tari/commit/64e650bd61762df2b014b1dbcd7e689cd72e0c62)) +* ledger blind sign ([#6264](https://github.com/tari-project/tari/issues/6264)) ([301ea00](https://github.com/tari-project/tari/commit/301ea00fcc0664f00428828ce710bebc9491350a)) +* limit script max size ([#6364](https://github.com/tari-project/tari/issues/6364)) ([0fd2efe](https://github.com/tari-project/tari/commit/0fd2efe69298e981eec7839df5d7d0e5135d7386)) +* limit wallet base node peer outbound connections ([#6307](https://github.com/tari-project/tari/issues/6307)) ([79fcd03](https://github.com/tari-project/tari/commit/79fcd03a36f1bd81f252b1db52acc5ecc9152e61)) +* new tari address scheme ([#6353](https://github.com/tari-project/tari/issues/6353)) ([4c0ce46](https://github.com/tari-project/tari/commit/4c0ce46a3988d7d1de84f9b449a4e2c8a364ce45)) +* remove chunking from rpc ([#6345](https://github.com/tari-project/tari/issues/6345)) ([82f0d6a](https://github.com/tari-project/tari/commit/82f0d6af77841fae088f07fc1b89005377571ed8)) +* remove wallet type from config ([#6357](https://github.com/tari-project/tari/issues/6357)) ([f927d69](https://github.com/tari-project/tari/commit/f927d69ac475c5b4a66f107bcdb7a57b7c8db75c)) +* split message to have dedicated to and from fields ([#6358](https://github.com/tari-project/tari/issues/6358)) ([c24cc15](https://github.com/tari-project/tari/commit/c24cc1515d3e8980cf67564b11a78a5fabc30b08)) +* update key manager hasher labels ([#6329](https://github.com/tari-project/tari/issues/6329)) ([ae63bab](https://github.com/tari-project/tari/commit/ae63babfde7f4e4528ed63b1ffec96425da79593)) +* add check to verify mempool state ([#6316](https://github.com/tari-project/tari/issues/6316)) ([925d29a](https://github.com/tari-project/tari/commit/925d29a20cf3e9e1dc7d32b512e2113c70b110fb)) +* add sent at timestamp to chat messages ([#6314](https://github.com/tari-project/tari/issues/6314)) ([4adcb26](https://github.com/tari-project/tari/commit/4adcb26544e897ade7c02b5d9d1e432b1ae69df5)) +* esmeralda testnet reset ([#6311](https://github.com/tari-project/tari/issues/6311)) ([b7b0ea3](https://github.com/tari-project/tari/commit/b7b0ea3b0c25638fc3e0addb0d2f7f0979545ed2)) +* remove user agent config option ([#6320](https://github.com/tari-project/tari/issues/6320)) ([6b21e05](https://github.com/tari-project/tari/commit/6b21e0592412c632db774e0f1292f302f91cd3c9)) +* update emojis to match yat emojis ([#6288](https://github.com/tari-project/tari/issues/6288)) ([cf579f5](https://github.com/tari-project/tari/commit/cf579f527c31912c0a1105fa3b51aa2b63c29407)) +* updates the emoji ID API to be more idiomatic ([#6287](https://github.com/tari-project/tari/issues/6287)) ([f538714](https://github.com/tari-project/tari/commit/f538714801f6ab61f20a297c8714385a27e1aca2)) +* add bad block reason ([#6235](https://github.com/tari-project/tari/issues/6235)) ([6dbfd79](https://github.com/tari-project/tari/commit/6dbfd798ee60bbaac8d8fa33301ff52075a191ec)) +* add dynamic growth to lmdb ([#6231](https://github.com/tari-project/tari/issues/6231)) ([f842c76](https://github.com/tari-project/tari/commit/f842c7698fc4758b14be208be6577267312989e7)) +* add monerod detection as an option to the merge mining proxy ([#6248](https://github.com/tari-project/tari/issues/6248)) ([93e8099](https://github.com/tari-project/tari/commit/93e80990922f17e4b0444f7cf7cf6168d423c676)) +* add validation for zero confirmation block sync ([#6237](https://github.com/tari-project/tari/issues/6237)) ([55077ce](https://github.com/tari-project/tari/commit/55077ce064ff75e366de375307097f100705c3c8)) +* allow wallet type from db to have preference ([#6245](https://github.com/tari-project/tari/issues/6245)) ([70319cd](https://github.com/tari-project/tari/commit/70319cd7c45eb991600955e7c3108c8486443554)) +* cache new block template ([#6222](https://github.com/tari-project/tari/issues/6222)) ([e0ad342](https://github.com/tari-project/tari/commit/e0ad342bffd929fdf2540a63c0e8cf90f2868ac3)) +* improve lmdb dynamic growth ([#6242](https://github.com/tari-project/tari/issues/6242)) ([b48a830](https://github.com/tari-project/tari/commit/b48a830ed40ff2194e919dcee6126e9353edffbf)) +* improve node and wallet connection times ([#6284](https://github.com/tari-project/tari/issues/6284)) ([fc55bf9](https://github.com/tari-project/tari/commit/fc55bf932324beaf501f5ff80388cc40b2a44206)) +* improve wallet sql queries ([#6232](https://github.com/tari-project/tari/issues/6232)) ([0290204](https://github.com/tari-project/tari/commit/02902041d0f6d8f614897ec7d0f4149f01c214b8)) +* keep smt memory ([#6265](https://github.com/tari-project/tari/issues/6265)) ([7e79380](https://github.com/tari-project/tari/commit/7e79380a01f0a802c13c16a3aa1c6c7953c2d9bb)) +* ledger key manager interface ([#5644](https://github.com/tari-project/tari/issues/5644)) ([0d66126](https://github.com/tari-project/tari/commit/0d661260cc5767d0caae067cd1825ef772abbe9f)) +* new template with coinbase call ([#6226](https://github.com/tari-project/tari/issues/6226)) ([148e398](https://github.com/tari-project/tari/commit/148e398ddd7c6a232f4246e80b6f938080163023)) +* optimize transaction validation db queries ([#6196](https://github.com/tari-project/tari/issues/6196)) ([213a885](https://github.com/tari-project/tari/commit/213a8858518332d204e6f2ad34815eba2d69bde6)) +* prevent mempool panic ([#6239](https://github.com/tari-project/tari/issues/6239)) ([5380e1f](https://github.com/tari-project/tari/commit/5380e1face2799f762145bfa238f1c719d831f2e)) +* remove template blocking call ([#6220](https://github.com/tari-project/tari/issues/6220)) ([01d79e0](https://github.com/tari-project/tari/commit/01d79e09aed7e3cf256b1f8a5caad391736ea78c)) +* show warning when GRPC method is disallowed ([#6246](https://github.com/tari-project/tari/issues/6246)) ([0019c11](https://github.com/tari-project/tari/commit/0019c1128db5dfaea1a63c2807b9c845d5e0ef09)) +* update new block proto to support multiple coinbases ([#6266](https://github.com/tari-project/tari/issues/6266)) ([f58ef12](https://github.com/tari-project/tari/commit/f58ef129177b653bf4b40d675b8977537a720235)) + + +### Bug Fixes + +* **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)) +* view wallet key usage ([#6575](https://github.com/tari-project/tari/issues/6575)) ([88b242d](https://github.com/tari-project/tari/commit/88b242d74c61699fdfd6412ffbd112163d8fcd68)) +* fix coinbase share calculations ([#6571](https://github.com/tari-project/tari/issues/6571)) ([37fbc75](https://github.com/tari-project/tari/commit/37fbc756b48668f03da043508d0eaae78c80868a)) +* randomX on mac x86 ([#6559](https://github.com/tari-project/tari/issues/6559)) ([a22ae35](https://github.com/tari-project/tari/commit/a22ae3537c84c2b1edcce3a8e7cfc8ba0e5e59b8)) +* upgrade diesel version ([#6558](https://github.com/tari-project/tari/issues/6558)) ([d69fd66](https://github.com/tari-project/tari/commit/d69fd666eb8e3b1bce76aa13fca148e2248782a5)) +* add configurable exclude dialer addresses for universe ([#6543](https://github.com/tari-project/tari/issues/6543)) ([e113a0e](https://github.com/tari-project/tari/commit/e113a0e4a464a2ed4ec72d2da6f4a3c3c80a6fcf)) +* remove sub repo +* **comms:** always send disconnect notification to conn manager ([#6511](https://github.com/tari-project/tari/issues/6511)) ([26e85a8](https://github.com/tari-project/tari/commit/26e85a8c49b45825ea744a16b8518d83c6d9490c)) +* correct the expected return errors in ledger demo ([#6506](https://github.com/tari-project/tari/issues/6506)) ([8d5da30](https://github.com/tari-project/tari/commit/8d5da30f05f18937e7196e72145d6cc07d4b661e)) +* **minotari node:** add get_sync_progress to allow list if mining is enabled ([#6498](https://github.com/tari-project/tari/issues/6498)) ([e9c420d](https://github.com/tari-project/tari/commit/e9c420d4509d05738144d2602dec6b70d7d39948)) +* 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)) +* backup spend ([#6466](https://github.com/tari-project/tari/issues/6466)) ([0fa0ca4](https://github.com/tari-project/tari/commit/0fa0ca492536be95cd61112aec091bf04a9a9122)) +* comms key managedment ([#6452](https://github.com/tari-project/tari/issues/6452)) ([260b4ce](https://github.com/tari-project/tari/commit/260b4ce36d39313785e3f50302ca917d42630502)) +* stop reuse of nonce keys ([#6464](https://github.com/tari-project/tari/issues/6464)) ([131225c](https://github.com/tari-project/tari/commit/131225cb33cb28f63af5032558ca737e2c65f8ed)) +* wallet validation ([#6468](https://github.com/tari-project/tari/issues/6468)) ([62531bb](https://github.com/tari-project/tari/commit/62531bba5b6862a91bd1cf7b54f7b95bdcd79fb5)) +* lagging code ([#6441](https://github.com/tari-project/tari/issues/6441)) ([af1f451](https://github.com/tari-project/tari/commit/af1f45190ff01bf6cc4da4e1b1e2dce6c8fd2928)) +* wallet address deserialize ([#6428](https://github.com/tari-project/tari/issues/6428)) ([1ffce47](https://github.com/tari-project/tari/commit/1ffce47f2e921e8066057f353e3fb48783145849)) +* branch keys ([#6413](https://github.com/tari-project/tari/issues/6413)) ([47e3761](https://github.com/tari-project/tari/commit/47e37614d6a3efa1fff3914b7ea0acfc4fa484cc)) +* panic in from_base58 fn ([#6414](https://github.com/tari-project/tari/issues/6414)) ([237fbfd](https://github.com/tari-project/tari/commit/237fbfd45641bd138d8d3ee50d8f0b3fff4c1eeb)) +* claim n of m faucet ([#6389](https://github.com/tari-project/tari/issues/6389)) ([2700a46](https://github.com/tari-project/tari/commit/2700a467e3444df60fb7df71efdd54d50769a7ce)) +* script dependance on party order ([#6398](https://github.com/tari-project/tari/issues/6398)) ([2b22c1a](https://github.com/tari-project/tari/commit/2b22c1ad8c70350e838db979d008f1369552fbc4)) +* improve key scanning ([#6374](https://github.com/tari-project/tari/issues/6374)) ([43b2317](https://github.com/tari-project/tari/commit/43b2317e8fea146d9446e150b97b09cfe41bea4d)) +* keep alpha key constant ([#6375](https://github.com/tari-project/tari/issues/6375)) ([f5e88e9](https://github.com/tari-project/tari/commit/f5e88e9e65d5253305691dcc1e9306185c2c3c1b)) +* make tx id random ([#6380](https://github.com/tari-project/tari/issues/6380)) ([59a3440](https://github.com/tari-project/tari/commit/59a344004e198eda77c9883d82dbc137741cebf4)) +* update curve library ([#6381](https://github.com/tari-project/tari/issues/6381)) ([498816d](https://github.com/tari-project/tari/commit/498816d8a8748af10e84122d39012b3a4d6b4a63)) +* monero merkle tree params ([#6336](https://github.com/tari-project/tari/issues/6336)) ([9920916](https://github.com/tari-project/tari/commit/9920916f891fbd26759f7cb4912701189b7579a1)) +* atomic swap ([#6360](https://github.com/tari-project/tari/issues/6360)) ([01f93ab](https://github.com/tari-project/tari/commit/01f93ab62aa468869d51ed1afa17e103cf948a8f)) +* change position calculation in MTparams for mergemining ([#6339](https://github.com/tari-project/tari/issues/6339)) ([1d6e0d8](https://github.com/tari-project/tari/commit/1d6e0d84c9553fbb3479e2605e6122d9dd1791db)) +* new monero release for mr support in monero ([#6335](https://github.com/tari-project/tari/issues/6335)) ([3c58600](https://github.com/tari-project/tari/commit/3c58600fcf43030d7a75343a51f6aa945e8b04d1)) +* change mmproxy to select new monerod on error ([#6321](https://github.com/tari-project/tari/issues/6321)) ([2a9250b](https://github.com/tari-project/tari/commit/2a9250b91a1134df675203ea5c7c43deb2abdc61)) +* **comms/core:** upgrade to yamux 0.13 ([#6317](https://github.com/tari-project/tari/issues/6317)) ([1b5e217](https://github.com/tari-project/tari/commit/1b5e21757cfc99e8876c3a4c6dc20c85e886bb72)) +* potential overflow of coinbase calc ([#6306](https://github.com/tari-project/tari/issues/6306)) ([030d389](https://github.com/tari-project/tari/commit/030d389768f6e79a1e2319eb13d44ccb4392be55)) +* reload old wallets ([#6308](https://github.com/tari-project/tari/issues/6308)) ([4cc082d](https://github.com/tari-project/tari/commit/4cc082debdfc0e284a92b57f318165a04d61ce07)) +* avoid `Encryptable` domain collisions ([#6275](https://github.com/tari-project/tari/issues/6275)) ([39a3fba](https://github.com/tari-project/tari/commit/39a3fbacf28142c8fd2615d4e07bdd2d489b1da4)) +* change grpc deny to allow ([#6218](https://github.com/tari-project/tari/issues/6218)) ([7665067](https://github.com/tari-project/tari/commit/7665067ef99893fc0d33996f5acbaa8fa164e844)) +* Hot fix to remove breaking change of wallet type saved in db. +* downgrade crossterm for windows compatibility ([#6204](https://github.com/tari-project/tari/issues/6204)) ([243243d](https://github.com/tari-project/tari/commit/243243dd7d7030010662f0d514097230d905a4cc)) +* base node write tor address ([#6210](https://github.com/tari-project/tari/issues/6210)) ([019a909](https://github.com/tari-project/tari/commit/019a9093c450157d3a00661b0330c21f394c5a5f)) +* **chat:** metadata panic ([#6247](https://github.com/tari-project/tari/issues/6247)) ([492e00e](https://github.com/tari-project/tari/commit/492e00ecd3ea4400d1ca31e4169c6e7452a1b6e9)) +* improve wallet connection response time ([#6286](https://github.com/tari-project/tari/issues/6286)) ([8f1eac6](https://github.com/tari-project/tari/commit/8f1eac60598f16a4839f594d50d8fc6fbf25e92d)) +* potential in panic message_vector_get_at ([#6233](https://github.com/tari-project/tari/issues/6233)) ([2867454](https://github.com/tari-project/tari/commit/2867454f7480edd6b23e1430efa9af57d6b43c61)) +* wallet ffi type incorrect ([#6290](https://github.com/tari-project/tari/issues/6290)) ([b5bda7c](https://github.com/tari-project/tari/commit/b5bda7ccffd569f627ed41cb65d060032a58510f)) + + ## [1.0.0-alpha.0a](https://github.com/tari-project/tari/compare/v1.0.0-alpha.0...v1.0.0-alpha.0a) (2024-03-12) ### Bug Fixes diff --git a/common/Cargo.toml b/common/Cargo.toml index b2acc67ea4..e0f9fda4ba 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } +tari_features = { path = "./tari_features", version = "1.6.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.5.1-pre.1" } +tari_features = { path = "./tari_features", version = "1.6.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 8461d53e85..bc22df8753 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.5.1-pre.1" +version = "1.6.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 efac44126a..e5724457bf 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.5.1-pre.1" +version = "1.6.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 5bafaf9e15..a44520fe7a 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2021" [dependencies] tari_crypto = { version = "0.20.3" } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.5.1-pre.1" } -tari_storage = { path = "../../infrastructure/storage", version = "1.5.1-pre.1" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.5.1-pre.1" } +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_utilities = { version = "0.7" } anyhow = "1.0.53" @@ -72,7 +72,7 @@ tempfile = "3.1.0" [build-dependencies] tari_common = { path = "../../common", features = [ "build", -], version = "1.5.1-pre.1" } +], version = "1.6.0-pre.0" } [features] c_integration = [] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index c665ba7f68..a5f84256bd 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "1.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } -tari_common = { path = "../../common", version = "1.5.1-pre.1" } -tari_comms_rpc_macros = { path = "../rpc_macros", version = "1.5.1-pre.1" } +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_crypto = { version = "0.20.3" } tari_utilities = { version = "0.7" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.5.1-pre.1" } -tari_storage = { path = "../../infrastructure/storage", version = "1.5.1-pre.1" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.5.1-pre.1" } +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" } 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.5.1-pre.1" } +tari_common = { path = "../../common", version = "1.6.0-pre.0" } [features] test-mocks = [] diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index 2382bd9a79..0fedd99d45 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [lib] diff --git a/hashing/Cargo.toml b/hashing/Cargo.toml index 8f32b723d6..ba7b05ebac 100644 --- a/hashing/Cargo.toml +++ b/hashing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_hashing" -version = "1.5.1-pre.1" +version = "1.6.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 d0ccd2981b..d5dc43988c 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [lib] diff --git a/infrastructure/libtor/Cargo.toml b/infrastructure/libtor/Cargo.toml index 5101e4ca9b..0937af7e1d 100644 --- a/infrastructure/libtor/Cargo.toml +++ b/infrastructure/libtor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_libtor" -version = "1.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2021" license = "BSD-3-Clause" diff --git a/infrastructure/max_size/Cargo.toml b/infrastructure/max_size/Cargo.toml index d0671cebc2..a7acbd2942 100644 --- a/infrastructure/max_size/Cargo.toml +++ b/infrastructure/max_size/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_max_size" -version = "1.5.1-pre.1" +version = "1.6.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 1d6aea5a0c..81dc0440d3 100644 --- a/infrastructure/metrics/Cargo.toml +++ b/infrastructure/metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_metrics" description = "Tari metrics" -version = "1.5.1-pre.1" +version = "1.6.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 346130315d..317d775017 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.5.1-pre.1" +version = "1.6.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 8a4fbf739c..96864c04a7 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.5.1-pre.1" +version = "1.6.0-pre.0" edition = "2018" [dependencies] diff --git a/infrastructure/tari_script/Cargo.toml b/infrastructure/tari_script/Cargo.toml index 9989563373..4a515bb9a2 100644 --- a/infrastructure/tari_script/Cargo.toml +++ b/infrastructure/tari_script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_script" -version = "1.5.1-pre.1" +version = "1.6.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 a905f03c6b..d38774a28d 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.5.1-pre.1" +version = "1.6.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.5.1-pre.1" } -tari_comms = { path = "../../comms/core", version = "1.5.1-pre.1" } +tari_shutdown = { path = "../shutdown", version = "1.6.0-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.6.0-pre.0" } futures = { version = "^0.3.1" } rand = "0.8" diff --git a/package-lock.json b/package-lock.json index a996dba69a..1e300a1681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "1.5.1-pre.1", + "version": "1.6.0-pre.0", "lockfileVersion": 2, "requires": true, "packages": {}