diff --git a/Cargo.lock b/Cargo.lock index 6dade930c1..1969ba9d62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5125,7 +5125,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "argon2", "base64 0.13.1", @@ -5149,7 +5149,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "clap 3.2.23", "futures 0.3.26", @@ -5167,7 +5167,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "anyhow", "async-trait", @@ -5260,7 +5260,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "anyhow", "blake2 0.9.2", @@ -5286,7 +5286,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "chrono", "diesel", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "borsh", "digest 0.9.0", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "anyhow", "async-trait", @@ -5367,7 +5367,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "futures 0.3.26", "proc-macro2", @@ -5426,7 +5426,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "bitflags 1.3.2", "chrono", @@ -5474,7 +5474,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "chrono", "diesel", @@ -5502,7 +5502,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "bincode", "bitflags 1.3.2", @@ -5640,7 +5640,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "argon2", "blake2 0.9.2", @@ -5683,7 +5683,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "anyhow", "bincode", @@ -5732,7 +5732,7 @@ dependencies = [ [[package]] name = "tari_miner" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "base64 0.13.1", "borsh", @@ -5767,7 +5767,7 @@ dependencies = [ [[package]] name = "tari_mining_helper_ffi" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "borsh", "hex", @@ -5783,7 +5783,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "bincode", "blake2 0.9.2", @@ -5803,7 +5803,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "anyhow", "clap 2.34.0", @@ -5857,7 +5857,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "anyhow", "async-trait", @@ -5874,7 +5874,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "futures 0.3.26", "tokio", @@ -5882,7 +5882,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "bincode", "lmdb-zero", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "futures 0.3.26", "futures-test", @@ -5926,7 +5926,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "argon2", "async-trait", @@ -5976,7 +5976,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" dependencies = [ "borsh", "cbindgen 0.24.3", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 72e055344d..79ac84dea0 100644 --- a/applications/tari_app_grpc/Cargo.toml +++ b/applications/tari_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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index a1c4c78a5e..ae42aacecd 100644 --- a/applications/tari_app_utilities/Cargo.toml +++ b/applications/tari_app_utilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_app_utilities" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index dac5f6c90f..c13d893a55 100644 --- a/applications/tari_base_node/Cargo.toml +++ b/applications/tari_base_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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index 9be4d707a2..fe5f4cabf0 100644 --- a/applications/tari_console_wallet/Cargo.toml +++ b/applications/tari_console_wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_console_wallet" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index 845fff570c..f7b577aebb 100644 --- a/applications/tari_merge_mining_proxy/Cargo.toml +++ b/applications/tari_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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [features] diff --git a/applications/tari_miner/Cargo.toml b/applications/tari_miner/Cargo.toml index 6c11e20235..4686c2b3f0 100644 --- a/applications/tari_miner/Cargo.toml +++ b/applications/tari_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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 464d49ac84..15ebc64be9 100644 --- a/base_layer/common_types/Cargo.toml +++ b/base_layer/common_types/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_types" authors = ["The Tari Development Community"] description = "Tari cryptocurrency common types" license = "BSD-3-Clause" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/base_layer/contacts/Cargo.toml b/base_layer/contacts/Cargo.toml index 22d3e0cd28..6777bc1242 100644 --- a/base_layer/contacts/Cargo.toml +++ b/base_layer/contacts/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_contacts" authors = ["The Tari Development Community"] description = "Tari contacts library" license = "BSD-3-Clause" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 61536b5092..6f5ca925ff 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index d72d46b652..d723a4b9ab 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index b456282165..51435e6a35 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 2bf6d82ef3..74eda15405 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" authors = ["The Tari Development community"] description = "Tari base layer-specific peer-to-peer communication features" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 490925dd35..c09bd6e7bd 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/tari_mining_helper_ffi/Cargo.toml b/base_layer/tari_mining_helper_ffi/Cargo.toml index 47528acb05..237eeeb766 100644 --- a/base_layer/tari_mining_helper_ffi/Cargo.toml +++ b/base_layer/tari_mining_helper_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_mining_helper_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency miningcore C FFI bindings" license = "BSD-3-Clause" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index bb0bd84683..6610497942 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index a8b0c37c1a..d5ae9926b6 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/changelog.md b/changelog.md index bc96428f15..649240a81d 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,13 @@ 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. +## [0.49.0-pre.2](https://github.com/tari-project/tari/compare/v0.49.0-pre.1...v0.49.0-pre.2) (2023-03-16) + + +### Bug Fixes + +* ffi hot fix ([#5251](https://github.com/tari-project/tari/issues/5251)) ([9533e40](https://github.com/tari-project/tari/commit/9533e4017f1229f6de31966a9d5f19ea906117f3)) + ## [0.49.0-pre.1](https://github.com/tari-project/tari/compare/v0.49.0-pre.0...v0.49.0-pre.1) (2023-03-15) diff --git a/common/Cargo.toml b/common/Cargo.toml index b30c6b3f09..07df00b042 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [features] diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index 8d8f841c94..93be5fe4c9 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" 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 9978a5307e..ec38f8fc93 100644 --- a/comms/core/Cargo.toml +++ b/comms/core/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index f967e8efae..30d1bbcf2a 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.49.0-pre.1" +version = "0.49.0-pre.2" authors = ["The Tari Development Community"] description = "Tari comms DHT module" repository = "https://github.com/tari-project/tari" diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index c572b8b459..776571fabe 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 221a7c7880..13da1c2561 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index e504194f00..7da4caffbc 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" 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 3bcc96c7e6..df917e5586 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index ba136f5fc6..c0b5234975 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 = "0.49.0-pre.1" +version = "0.49.0-pre.2" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index ec64e34c3f..bbaadae2a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "0.50.0-pre.0", + "version": "0.49.0-pre.2", "lockfileVersion": 2, "requires": true, "packages": {}