diff --git a/Cargo.lock b/Cargo.lock index ee8d84ceb0..4854fcb08a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5125,7 +5125,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "argon2", "base64 0.13.1", @@ -5149,7 +5149,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "clap 3.2.23", "futures 0.3.26", @@ -5167,7 +5167,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "anyhow", "async-trait", @@ -5260,7 +5260,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "anyhow", "blake2 0.9.2", @@ -5286,7 +5286,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "chrono", "diesel", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "borsh", "digest 0.9.0", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "anyhow", "async-trait", @@ -5367,7 +5367,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "futures 0.3.26", "proc-macro2", @@ -5426,7 +5426,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "bitflags 1.3.2", "chrono", @@ -5474,7 +5474,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "chrono", "diesel", @@ -5502,7 +5502,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "bincode", "bitflags 1.3.2", @@ -5640,7 +5640,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "argon2", "blake2 0.9.2", @@ -5683,7 +5683,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "anyhow", "bincode", @@ -5732,7 +5732,7 @@ dependencies = [ [[package]] name = "tari_miner" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "base64 0.13.1", "borsh", @@ -5767,7 +5767,7 @@ dependencies = [ [[package]] name = "tari_mining_helper_ffi" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "borsh", "hex", @@ -5783,7 +5783,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "bincode", "blake2 0.9.2", @@ -5803,7 +5803,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "anyhow", "clap 2.34.0", @@ -5857,7 +5857,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "anyhow", "async-trait", @@ -5874,7 +5874,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "futures 0.3.26", "tokio", @@ -5882,7 +5882,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "bincode", "lmdb-zero", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "futures 0.3.26", "futures-test", @@ -5926,7 +5926,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "argon2", "async-trait", @@ -5976,7 +5976,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.49.0-pre.3" +version = "0.49.0-pre.4" dependencies = [ "borsh", "cbindgen 0.24.3", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 3e04b00f68..9a08bc2a3e 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 386a198664..b28a8ea820 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.3" +version = "0.49.0-pre.4" 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 dff70645d9..52a83145ca 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index 692990eb2a..ed24fe3b3a 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.3" +version = "0.49.0-pre.4" 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 8ccb67b289..22d115b9ea 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.3" +version = "0.49.0-pre.4" edition = "2018" [features] diff --git a/applications/tari_miner/Cargo.toml b/applications/tari_miner/Cargo.toml index 5fd00f991f..112a67a710 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 556380b9c1..7f741245d6 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/base_layer/contacts/Cargo.toml b/base_layer/contacts/Cargo.toml index ce8b71c02c..9eac284f28 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 592b7a3ffa..80c969af0e 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.3" +version = "0.49.0-pre.4" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index c52f643814..4ad0e157ca 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.3" +version = "0.49.0-pre.4" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 6ca4e1577f..8bc1951a60 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.3" +version = "0.49.0-pre.4" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 4bb321bd4e..53fd4d10e8 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.3" +version = "0.49.0-pre.4" 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 97971cae17..4f3cc2e4b4 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.3" +version = "0.49.0-pre.4" 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 5b98b7e322..329ba72cf8 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 0ac3c58f7c..35da89716f 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 8bdc362019..5383975504 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/changelog.md b/changelog.md index 71b4b23b54..100e1c6fb2 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.4](https://github.com/tari-project/tari/compare/v0.49.0-pre.3...v0.49.0-pre.4) (2023-03-24) + + +### Features + +* added FFI function `wallet_get_network_and_version` [#5252](https://github.com/tari-project/tari/issues/5252) ([#5263](https://github.com/tari-project/tari/issues/5263)) ([4b09b59](https://github.com/tari-project/tari/commit/4b09b59ce0cbc7e5c270c4c06a671c2fcff18bfc)) + ## [0.49.0-pre.3](https://github.com/tari-project/tari/compare/v0.49.0-pre.2...v0.49.0-pre.3) (2023-03-20) diff --git a/common/Cargo.toml b/common/Cargo.toml index b6b8f1db5c..b83afc3859 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.3" +version = "0.49.0-pre.4" edition = "2018" [features] diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index 6d992396e5..2a286fe9dd 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.3" +version = "0.49.0-pre.4" 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 b4b5609aed..19d48d8ae0 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index bd07fbb4eb..e7f086fe30 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.3" +version = "0.49.0-pre.4" 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 5f26f270f9..ae21a6c969 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.3" +version = "0.49.0-pre.4" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 440e2c5414..f7f18503e2 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.3" +version = "0.49.0-pre.4" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index fa0bc6ce3d..b8ddc00d6b 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.3" +version = "0.49.0-pre.4" 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 e0a49538b1..3623f62ef1 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.3" +version = "0.49.0-pre.4" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 69efc83506..d4127a1c57 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.3" +version = "0.49.0-pre.4" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index a9dc859918..5b081233a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "0.49.0-pre.3", + "version": "0.49.0-pre.4", "lockfileVersion": 2, "requires": true, "packages": {}