diff --git a/Cargo.lock b/Cargo.lock index 83744752d8..7d6b587dfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4984,7 +4984,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.43.1" +version = "0.43.2" dependencies = [ "argon2", "base64 0.13.1", @@ -5010,7 +5010,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.43.1" +version = "0.43.2" dependencies = [ "clap 3.2.23", "config", @@ -5032,7 +5032,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.43.1" +version = "0.43.2" dependencies = [ "anyhow", "async-trait", @@ -5130,7 +5130,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.43.1" +version = "0.43.2" dependencies = [ "anyhow", "blake2 0.9.2", @@ -5157,7 +5157,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.43.1" +version = "0.43.2" dependencies = [ "diesel", "log", @@ -5166,7 +5166,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.43.1" +version = "0.43.2" dependencies = [ "base64 0.13.1", "borsh", @@ -5185,7 +5185,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.43.1" +version = "0.43.2" dependencies = [ "anyhow", "async-trait", @@ -5235,7 +5235,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.43.1" +version = "0.43.2" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -5281,7 +5281,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.43.1" +version = "0.43.2" dependencies = [ "futures 0.3.25", "proc-macro2", @@ -5296,7 +5296,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.43.1" +version = "0.43.2" dependencies = [ "base64 0.13.1", "bitflags 1.3.2", @@ -5344,7 +5344,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.43.1" +version = "0.43.2" dependencies = [ "async-trait", "bincode", @@ -5498,7 +5498,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.43.1" +version = "0.43.2" dependencies = [ "argon2", "blake2 0.9.2", @@ -5545,7 +5545,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.43.1" +version = "0.43.2" dependencies = [ "anyhow", "bincode", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "tari_miner" -version = "0.43.1" +version = "0.43.2" dependencies = [ "base64 0.13.1", "borsh", @@ -5634,7 +5634,7 @@ dependencies = [ [[package]] name = "tari_mining_helper_ffi" -version = "0.43.1" +version = "0.43.2" dependencies = [ "borsh", "hex", @@ -5652,7 +5652,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.43.1" +version = "0.43.2" dependencies = [ "bincode", "blake2 0.9.2", @@ -5671,7 +5671,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.43.1" +version = "0.43.2" dependencies = [ "anyhow", "bytes 0.5.6", @@ -5729,7 +5729,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.43.1" +version = "0.43.2" dependencies = [ "anyhow", "async-trait", @@ -5746,7 +5746,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.43.1" +version = "0.43.2" dependencies = [ "futures 0.3.25", "tokio", @@ -5754,7 +5754,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.43.1" +version = "0.43.2" dependencies = [ "bincode", "lmdb-zero", @@ -5768,7 +5768,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.43.1" +version = "0.43.2" dependencies = [ "futures 0.3.25", "futures-test", @@ -5798,7 +5798,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.43.1" +version = "0.43.2" dependencies = [ "argon2", "async-trait", @@ -5850,7 +5850,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.43.1" +version = "0.43.2" dependencies = [ "borsh", "cbindgen 0.24.3", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index fcc56d921d..4dd6a3dcc4 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 47bf0aabe9..008e1863eb 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.43.1" +version = "0.43.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 2401de3f71..704920cb67 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index 20f9c513dc..f9ed194683 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.43.1" +version = "0.43.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 4eb8fb7cfa..5e72524689 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.43.1" +version = "0.43.2" edition = "2018" [features] diff --git a/applications/tari_miner/Cargo.toml b/applications/tari_miner/Cargo.toml index 147cbea392..0121eb98c9 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index a3eb7a99fe..cdf58a34a1 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 5d1a4a2e30..df6a3a2535 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.43.1" +version = "0.43.2" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 7648057a50..094fb3a0c6 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.43.1" +version = "0.43.2" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 2e8889a886..8b2ed2650d 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.43.1" +version = "0.43.2" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 34e5a272b5..aef201665e 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.43.1" +version = "0.43.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 22552f8b4c..76de4e20ce 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.43.1" +version = "0.43.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 c77ccba3f6..df20f16bdc 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 88cd0357c2..fccd52f567 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 354f3a5e30..e06f5a015e 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/changelog.md b/changelog.md index 5ea0edeb88..1c54102218 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,21 @@ 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.43.2](https://github.com/tari-project/tari/compare/v0.43.1...v0.43.2) (2022-12-19) + + +### Features + +* add burn-tari to make-it-rain ([#5038](https://github.com/tari-project/tari/issues/5038)) ([62dfd38](https://github.com/tari-project/tari/commit/62dfd383b3bfae40440a60ec0b11a2d71bafd691)) + + +### Bug Fixes + +* **ci:** pin ci to ubuntu 20.04 ([#5047](https://github.com/tari-project/tari/issues/5047)) ([1cafba7](https://github.com/tari-project/tari/commit/1cafba73950349b19181f612633040804fe1800d)) +* **core:** fix build issues and add ban check listening ([#5041](https://github.com/tari-project/tari/issues/5041)) ([774ab7a](https://github.com/tari-project/tari/commit/774ab7ad4e6033df315efe900b6f3f2b91f059ea)) +* **core:** fixes stale chain metadata being sent to listening state ([#5039](https://github.com/tari-project/tari/issues/5039)) ([aaf99b7](https://github.com/tari-project/tari/commit/aaf99b7183b0977076684bd1128ab32322efaa79)) +* support arbitrary range proof batching ([#5049](https://github.com/tari-project/tari/issues/5049)) ([3dd10bd](https://github.com/tari-project/tari/commit/3dd10bdfda21d241b53c3cf2bf9c1b96c373cdeb)) + ### [0.43.1](https://github.com/tari-project/tari/compare/v0.43.0...v0.43.1) (2022-12-12) diff --git a/common/Cargo.toml b/common/Cargo.toml index fb9c4b36f1..09c13275b4 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.43.1" +version = "0.43.2" edition = "2018" [features] diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index e3763a6d5e..aed2198f7b 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.43.1" +version = "0.43.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 ab4bd05242..c18a22ec88 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 22a6e9d008..a01508cdde 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.43.1" +version = "0.43.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 0b59fb6c46..223838318d 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.43.1" +version = "0.43.2" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 3c470e332f..ad2201d91d 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.43.1" +version = "0.43.2" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index ef964996ab..81c8507fae 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.43.1" +version = "0.43.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 17e82b6791..9196512c7f 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.43.1" +version = "0.43.2" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 1685c12bbe..749a58f5de 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.43.1" +version = "0.43.2" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index 27670980e7..ee3c2c410d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tari", - "version": "0.43.1", + "version": "0.43.2", "lockfileVersion": 2, "requires": true, "packages": {}