diff --git a/Cargo.lock b/Cargo.lock index 3fb6295aa2..9f0604c8ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3224,7 +3224,7 @@ dependencies = [ [[package]] name = "minotari_app_grpc" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "argon2", "base64 0.13.1", @@ -3253,7 +3253,7 @@ dependencies = [ [[package]] name = "minotari_app_utilities" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "clap 3.2.25", "dialoguer 0.10.4", @@ -3275,7 +3275,7 @@ dependencies = [ [[package]] name = "minotari_chat_ffi" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "cbindgen", "chrono", @@ -3300,7 +3300,7 @@ dependencies = [ [[package]] name = "minotari_console_wallet" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "blake2", "chrono", @@ -3356,14 +3356,14 @@ dependencies = [ [[package]] name = "minotari_ledger_wallet_common" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "bs58 0.5.1", ] [[package]] name = "minotari_ledger_wallet_comms" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "borsh", "dialoguer 0.11.0", @@ -3384,7 +3384,7 @@ dependencies = [ [[package]] name = "minotari_merge_mining_proxy" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "bincode", @@ -3426,7 +3426,7 @@ dependencies = [ [[package]] name = "minotari_miner" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "base64 0.13.1", "borsh", @@ -3463,7 +3463,7 @@ dependencies = [ [[package]] name = "minotari_mining_helper_ffi" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "borsh", "cbindgen", @@ -3483,7 +3483,7 @@ dependencies = [ [[package]] name = "minotari_node" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "async-trait", @@ -3539,7 +3539,7 @@ dependencies = [ [[package]] name = "minotari_wallet" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "argon2", "async-trait", @@ -3590,7 +3590,7 @@ dependencies = [ [[package]] name = "minotari_wallet_ffi" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "borsh", "cbindgen", @@ -5978,7 +5978,7 @@ dependencies = [ [[package]] name = "tari_chat_client" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "async-trait", @@ -6005,7 +6005,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "config", @@ -6030,7 +6030,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "diesel", "diesel_migrations", @@ -6044,7 +6044,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "base64 0.21.5", "bitflags 2.4.1", @@ -6069,7 +6069,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "async-trait", @@ -6118,7 +6118,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "bitflags 2.4.1", @@ -6162,7 +6162,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "futures 0.3.29", "proc-macro2", @@ -6177,7 +6177,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "chrono", "diesel", @@ -6211,7 +6211,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "async-trait", "bincode", @@ -6311,11 +6311,11 @@ dependencies = [ [[package]] name = "tari_features" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" [[package]] name = "tari_hashing" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "blake2", "borsh", @@ -6373,7 +6373,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "argon2", "async-trait", @@ -6408,7 +6408,7 @@ dependencies = [ [[package]] name = "tari_libtor" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "derivative", "libtor", @@ -6422,7 +6422,7 @@ dependencies = [ [[package]] name = "tari_max_size" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "borsh", "serde", @@ -6432,7 +6432,7 @@ dependencies = [ [[package]] name = "tari_metrics" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "futures 0.3.29", @@ -6447,7 +6447,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "bincode", "blake2", @@ -6465,7 +6465,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "clap 3.2.25", @@ -6501,7 +6501,7 @@ dependencies = [ [[package]] name = "tari_script" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "blake2", "borsh", @@ -6519,7 +6519,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "anyhow", "async-trait", @@ -6536,7 +6536,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "futures 0.3.29", "tokio", @@ -6544,7 +6544,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "bincode", "lmdb-zero", @@ -6557,7 +6557,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "1.4.1-pre.0" +version = "1.4.1-rc.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 66352eba75..bb50755da3 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [dependencies] @@ -32,7 +32,7 @@ tonic = { version = "0.8.3", features = ["tls"] } zeroize = "1" [build-dependencies] -tari_features = { path = "../../common/tari_features", version = "1.4.1-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.4.1-rc.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 6c382368f9..ec28b9bc7f 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.4.1-rc.0" } [features] miner_input = ["minotari_app_grpc"] diff --git a/applications/minotari_console_wallet/Cargo.toml b/applications/minotari_console_wallet/Cargo.toml index a03aa32aa7..ddb1fb6607 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0", optional = true } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.4.1-rc.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.4.1-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.4.1-rc.0" } [features] default = ["libtor", "ledger"] diff --git a/applications/minotari_ledger_wallet/common/Cargo.toml b/applications/minotari_ledger_wallet/common/Cargo.toml index ac99c7e29f..215a81dc74 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.4.1-pre.0" +version = "1.4.1-rc.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 26b04d176a..e7c9c8c6f7 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.4.1-pre.0" +version = "1.4.1-rc.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 53d53f8cd2..511392a791 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.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "blake2", "borsh", @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "tari_hashing" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" dependencies = [ "borsh", "digest", diff --git a/applications/minotari_ledger_wallet/wallet/Cargo.toml b/applications/minotari_ledger_wallet/wallet/Cargo.toml index 5017efb01d..d22c8dba51 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } +tari_hashing = { path = "../../../hashing", version = "1.4.1-rc.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 b656038c5b..2ab428f492 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.4.1-rc.0" } [dev-dependencies] markup5ever = "0.11.0" diff --git a/applications/minotari_miner/Cargo.toml b/applications/minotari_miner/Cargo.toml index 4317f88dae..4c82f72423 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [dependencies] diff --git a/applications/minotari_node/Cargo.toml b/applications/minotari_node/Cargo.toml index 55f4a542a6..c3c13e90cd 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } +], version = "1.4.1-rc.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.4.1-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.4.1-rc.0" } [package.metadata.cargo-machete] ignored = [ diff --git a/base_layer/chat_ffi/Cargo.toml b/base_layer/chat_ffi/Cargo.toml index 7afbda869f..51aff7997c 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 2f63a7d9af..ce6901eca9 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [dependencies] tari_crypto = { version = "0.20.3" } tari_utilities = { version = "0.7" } -tari_common = { path = "../../common", version = "1.4.1-pre.0" } +tari_common = { path = "../../common", version = "1.4.1-rc.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 cbc8127812..8c1850687b 100644 --- a/base_layer/contacts/Cargo.toml +++ b/base_layer/contacts/Cargo.toml @@ -3,20 +3,20 @@ name = "tari_contacts" authors = ["The Tari Development Community"] description = "Tari contacts library" license = "BSD-3-Clause" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.4.1-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.4.1-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.4.1-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.4.1-pre.0" } +tari_common = { path = "../../common", version = "1.4.1-rc.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.4.1-rc.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-rc.0" } +tari_comms = { path = "../../comms/core", version = "1.4.1-rc.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.4.1-rc.0" } tari_crypto = { version = "0.20.3" } tari_max_size = { path = "../../infrastructure/max_size" } -tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.4.1-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.4.1-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-pre.0" } +tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.4.1-rc.0" } +tari_service_framework = { path = "../service_framework", version = "1.4.1-rc.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-rc.0" } tari_utilities = { version = "0.7" } chrono = { version = "0.4.19", default-features = false, features = ["serde"] } @@ -41,7 +41,7 @@ tari_test_utils = { path = "../../infrastructure/test_utils" } tempfile = "3.1.0" [build-dependencies] -tari_common = { path = "../../common", version = "1.4.1-pre.0" } +tari_common = { path = "../../common", version = "1.4.1-rc.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 22c6a956ac..8b7fddbe0c 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index d395912657..c6ceff29e6 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [features] @@ -29,26 +29,26 @@ ledger = [ metrics = ["tari_metrics"] [dependencies] -minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.4.1-pre.0", optional = true } -tari_common = { path = "../../common", version = "1.4.1-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.4.1-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.4.1-pre.0" } -tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.4.1-pre.0" } +minotari_ledger_wallet_comms = { path = "../../applications/minotari_ledger_wallet/comms", version = "1.4.1-rc.0", optional = true } +tari_common = { path = "../../common", version = "1.4.1-rc.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-rc.0" } +tari_comms = { path = "../../comms/core", version = "1.4.1-rc.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.4.1-rc.0" } +tari_comms_rpc_macros = { path = "../../comms/rpc_macros", version = "1.4.1-rc.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.4.1-pre.0" } -tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.4.1-pre.0" } -tari_p2p = { path = "../../base_layer/p2p", version = "1.4.1-pre.0" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.4.1-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.4.1-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.4.1-pre.0" } -tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.4.1-pre.0" } +tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.4.1-rc.0" } +tari_mmr = { path = "../../base_layer/mmr", optional = true, version = "1.4.1-rc.0" } +tari_p2p = { path = "../../base_layer/p2p", version = "1.4.1-rc.0" } +tari_script = { path = "../../infrastructure/tari_script", version = "1.4.1-rc.0" } +tari_service_framework = { path = "../service_framework", version = "1.4.1-rc.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-rc.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.4.1-rc.0" } +tari_test_utils = { path = "../../infrastructure/test_utils", version = "1.4.1-rc.0" } tari_utilities = { version = "0.7", features = ["borsh"] } tari_key_manager = { path = "../key_manager", features = [ "key_manager_service", -], version = "1.4.1-pre.0" } +], version = "1.4.1-rc.0" } tari_common_sqlite = { path = "../../common_sqlite" } tari_hashing = { path = "../../hashing" } @@ -110,8 +110,8 @@ quickcheck = "1.0" serial_test = "0.5" [build-dependencies] -tari_common = { path = "../../common", features = ["build"], version = "1.4.1-pre.0" } -tari_features = { path = "../../common/tari_features", version = "1.4.1-pre.0" } +tari_common = { path = "../../common", features = ["build"], version = "1.4.1-rc.0" } +tari_features = { path = "../../common/tari_features", version = "1.4.1-rc.0" } [[bench]] name = "mempool" diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 4356d7ab7a..8f452bd58b 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.4.1-pre.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.4.1-rc.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-rc.0" } +tari_service_framework = { path = "../service_framework", version = "1.4.1-rc.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 3b46d476c0..864b088b95 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index a792b4fc9d..1befd34481 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "1.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.4.1-pre.0" } -tari_common = { path = "../../common", version = "1.4.1-pre.0" } +tari_comms = { path = "../../comms/core", version = "1.4.1-rc.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.4.1-rc.0" } +tari_common = { path = "../../common", version = "1.4.1-rc.0" } tari_crypto = { version = "0.20.3" } -tari_service_framework = { path = "../service_framework", version = "1.4.1-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.4.1-pre.0" } +tari_service_framework = { path = "../service_framework", version = "1.4.1-rc.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-rc.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.4.1-rc.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.4.1-pre.0" } +tari_common = { path = "../../common", features = ["build"], version = "1.4.1-rc.0" } [features] test-mocks = [] diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 87a3ab89bb..5c1db13af1 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-rc.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 37fcd0bff2..f36aa6204d 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-rc.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.4.1-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.4.1-rc.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 87d3fbc1af..9309609b21 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,24 +3,24 @@ name = "minotari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [dependencies] -tari_common = { path = "../../common", version = "1.4.1-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.4.1-pre.0" } -tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.4.1-pre.0" } -tari_comms_dht = { path = "../../comms/dht", version = "1.4.1-pre.0" } -tari_contacts = { path = "../../base_layer/contacts", version = "1.4.1-pre.0" } -tari_core = { path = "../../base_layer/core", default-features = false, features = ["transactions", "mempool_proto", "base_node_proto"], version = "1.4.1-pre.0" } +tari_common = { path = "../../common", version = "1.4.1-rc.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.4.1-rc.0" } +tari_common_types = { path = "../../base_layer/common_types", version = "1.4.1-rc.0" } +tari_comms = { path = "../../comms/core", version = "1.4.1-rc.0" } +tari_comms_dht = { path = "../../comms/dht", version = "1.4.1-rc.0" } +tari_contacts = { path = "../../base_layer/contacts", version = "1.4.1-rc.0" } +tari_core = { path = "../../base_layer/core", default-features = false, features = ["transactions", "mempool_proto", "base_node_proto"], version = "1.4.1-rc.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.4.1-pre.0" } -tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.4.1-pre.0" } -tari_script = { path = "../../infrastructure/tari_script", version = "1.4.1-pre.0" } -tari_service_framework = { path = "../service_framework", version = "1.4.1-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-pre.0" } +tari_key_manager = { path = "../key_manager", features = ["key_manager_service"], version = "1.4.1-rc.0" } +tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.4.1-rc.0" } +tari_script = { path = "../../infrastructure/tari_script", version = "1.4.1-rc.0" } +tari_service_framework = { path = "../service_framework", version = "1.4.1-rc.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-rc.0" } tari_utilities = { version = "0.7" } # Uncomment for tokio tracing via tokio-console (needs "tracing" features) @@ -58,7 +58,7 @@ chacha20poly1305 = "0.10.1" zeroize = "1" [build-dependencies] -tari_common = { path = "../../common", features = ["build", "static-application-info"], version = "1.4.1-pre.0" } +tari_common = { path = "../../common", features = ["build", "static-application-info"], version = "1.4.1-rc.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 770d8dc807..29159ef554 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } +tari_features = { path = "../../common/tari_features", version = "1.4.1-rc.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-nextnet.md b/changelog-nextnet.md index ab11e34341..98352b3479 100644 --- a/changelog-nextnet.md +++ b/changelog-nextnet.md @@ -1,6 +1,162 @@ # 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.4.1-rc.0](https://github.com/tari-project/tari/compare/v1.4.0-rc.0...v1.0.0-rc.8) (2024-09-06) + + +### ⚠ BREAKING CHANGES + +* 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) + +### Features + +* 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)) + + +### Bug Fixes + +* 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)) + ## [1.0.0-rc.7](https://github.com/tari-project/tari/compare/v1.0.0-rc.6a...v1.0.0-rc.7) (2024-04-22) diff --git a/common/Cargo.toml b/common/Cargo.toml index 15ad8da97d..0a68f2fbf0 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [features] @@ -14,7 +14,7 @@ build = ["toml", "prost-build"] static-application-info = ["git2"] [dependencies] -tari_features = { path = "./tari_features", version = "1.4.1-pre.0"} +tari_features = { path = "./tari_features", version = "1.4.1-rc.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.4.1-pre.0" } +tari_features = { path = "./tari_features", version = "1.4.1-rc.0" } [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tari_target_network_mainnet)', 'cfg(tari_target_network_nextnet)'] } diff --git a/common/src/configuration/network.rs b/common/src/configuration/network.rs index 508ad6dead..2d8da7ebf0 100644 --- a/common/src/configuration/network.rs +++ b/common/src/configuration/network.rs @@ -100,7 +100,7 @@ impl Network { // Choose a value in 'STAGE_NET_RANGE' or assign 'self.as_byte()' Network::StageNet => self.as_byte(), // Choose a value in 'NEXT_NET_RANGE' or assign 'self.as_byte()' - Network::NextNet => self.as_byte(), + Network::NextNet => 80, // Choose a value in 'LOCAL_NET_RANGE' or assign 'self.as_byte()' Network::LocalNet => self.as_byte(), // Choose a value in 'IGOR_RANGE' or assign 'self.as_byte()' diff --git a/common/tari_features/Cargo.toml b/common/tari_features/Cargo.toml index 52726af554..e44d116c79 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.4.1-pre.0" +version = "1.4.1-rc.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 1c78e98053..5867f8d037 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.4.1-pre.0" +version = "1.4.1-rc.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 0640024db4..5517f4a300 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [dependencies] tari_crypto = { version = "0.20.3" } -tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.4.1-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.4.1-pre.0" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-pre.0" } +tari_metrics = { path = "../../infrastructure/metrics", optional = true, version = "1.4.1-rc.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.4.1-rc.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-rc.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.4.1-pre.0" } +tari_common = { path = "../../common", features = ["build"], version = "1.4.1-rc.0" } [features] c_integration = [] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 245557889b..1ac1325089 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "1.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } -tari_common = { path = "../../common", version = "1.4.1-pre.0" } -tari_comms_rpc_macros = { path = "../rpc_macros" , version = "1.4.1-pre.0"} +tari_comms = { path = "../core", features = ["rpc"], version = "1.4.1-rc.0" } +tari_common = { path = "../../common", version = "1.4.1-rc.0" } +tari_comms_rpc_macros = { path = "../rpc_macros" , version = "1.4.1-rc.0"} tari_crypto = { version = "0.20.3" } tari_utilities = { version = "0.7" } -tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-pre.0" } -tari_storage = { path = "../../infrastructure/storage", version = "1.4.1-pre.0" } -tari_common_sqlite = { path = "../../common_sqlite", version = "1.4.1-pre.0" } +tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.4.1-rc.0" } +tari_storage = { path = "../../infrastructure/storage", version = "1.4.1-rc.0" } +tari_common_sqlite = { path = "../../common_sqlite", version = "1.4.1-rc.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.4.1-pre.0" } +tari_common = { path = "../../common", version = "1.4.1-rc.0" } [features] test-mocks = [] diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index 3e5e09e2b1..0c5296bc07 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [lib] diff --git a/hashing/Cargo.toml b/hashing/Cargo.toml index efee064657..7d6c0cfb9f 100644 --- a/hashing/Cargo.toml +++ b/hashing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_hashing" -version = "1.4.1-pre.0" +version = "1.4.1-rc.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 80efb477f7..518ac4e7d2 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [lib] diff --git a/infrastructure/libtor/Cargo.toml b/infrastructure/libtor/Cargo.toml index 277b7d82df..078588d2dc 100644 --- a/infrastructure/libtor/Cargo.toml +++ b/infrastructure/libtor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_libtor" -version = "1.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2021" license = "BSD-3-Clause" diff --git a/infrastructure/max_size/Cargo.toml b/infrastructure/max_size/Cargo.toml index 2d7b1d9886..4bd2872844 100644 --- a/infrastructure/max_size/Cargo.toml +++ b/infrastructure/max_size/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_max_size" -version = "1.4.1-pre.0" +version = "1.4.1-rc.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 fae3a8a650..0588b1a942 100644 --- a/infrastructure/metrics/Cargo.toml +++ b/infrastructure/metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_metrics" description = "Tari metrics" -version = "1.4.1-pre.0" +version = "1.4.1-rc.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 a836bcf2e0..2eaafbd109 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.4.1-pre.0" +version = "1.4.1-rc.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 e9b2b578b6..a8e3f5b55b 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.4.1-pre.0" +version = "1.4.1-rc.0" edition = "2018" [dependencies] diff --git a/infrastructure/tari_script/Cargo.toml b/infrastructure/tari_script/Cargo.toml index d9c9837163..09e1f294cc 100644 --- a/infrastructure/tari_script/Cargo.toml +++ b/infrastructure/tari_script/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_script" -version = "1.4.1-pre.0" +version = "1.4.1-rc.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 8dc2380629..dc05554882 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.4.1-pre.0" +version = "1.4.1-rc.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.4.1-pre.0" } -tari_comms = { path = "../../comms/core", version = "1.4.1-pre.0" } +tari_shutdown = { path = "../shutdown", version = "1.4.1-rc.0" } +tari_comms = { path = "../../comms/core", version = "1.4.1-rc.0" } futures = { version = "^0.3.1" } rand = "0.8"