diff --git a/Cargo.lock b/Cargo.lock index 36da0d1c42..b75f0a2920 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4127,7 +4127,7 @@ dependencies = [ [[package]] name = "tari_app_grpc" -version = "0.10.0" +version = "0.10.1" dependencies = [ "chrono", "prost", @@ -4143,7 +4143,7 @@ dependencies = [ [[package]] name = "tari_app_utilities" -version = "0.10.0" +version = "0.10.1" dependencies = [ "config", "dirs-next", @@ -4169,7 +4169,7 @@ dependencies = [ [[package]] name = "tari_base_node" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bincode", @@ -4226,7 +4226,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "config", @@ -4255,7 +4255,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.10.0" +version = "0.10.1" dependencies = [ "digest", "futures 0.3.16", @@ -4268,7 +4268,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "async-trait", @@ -4317,7 +4317,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -4364,7 +4364,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.10.0" +version = "0.10.1" dependencies = [ "futures 0.3.16", "proc-macro2 1.0.28", @@ -4379,7 +4379,7 @@ dependencies = [ [[package]] name = "tari_console_wallet" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bitflags 1.3.2", "chrono", @@ -4421,7 +4421,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.10.0" +version = "0.10.1" dependencies = [ "async-trait", "bincode", @@ -4499,7 +4499,7 @@ dependencies = [ [[package]] name = "tari_infra_derive" -version = "0.10.0" +version = "0.10.1" dependencies = [ "blake2", "proc-macro2 0.4.30", @@ -4509,7 +4509,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.10.0" +version = "0.10.1" dependencies = [ "digest", "rand 0.8.4", @@ -4523,7 +4523,7 @@ dependencies = [ [[package]] name = "tari_merge_mining_proxy" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bincode", @@ -4560,7 +4560,7 @@ dependencies = [ [[package]] name = "tari_mining_node" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bufstream", "chrono", @@ -4590,7 +4590,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bincode", "blake2", @@ -4609,7 +4609,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bytes 0.5.6", @@ -4651,7 +4651,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "async-trait", @@ -4668,7 +4668,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.10.0" +version = "0.10.1" dependencies = [ "futures 0.3.16", "tokio 1.11.0", @@ -4676,7 +4676,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bincode", "bytes 0.5.6", @@ -4694,7 +4694,7 @@ dependencies = [ [[package]] name = "tari_stratum_ffi" -version = "0.10.0" +version = "0.10.1" dependencies = [ "hex", "libc", @@ -4747,7 +4747,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.10.0" +version = "0.10.1" dependencies = [ "futures 0.3.16", "futures-test", @@ -4778,7 +4778,7 @@ dependencies = [ [[package]] name = "tari_wallet" -version = "0.10.0" +version = "0.10.1" dependencies = [ "aes-gcm 0.8.0", "bincode", @@ -4820,7 +4820,7 @@ dependencies = [ [[package]] name = "tari_wallet_ffi" -version = "0.18.6" +version = "0.18.7" dependencies = [ "chrono", "env_logger 0.7.1", @@ -4872,7 +4872,7 @@ dependencies = [ [[package]] name = "test_faucet" -version = "0.10.0" +version = "0.10.1" dependencies = [ "rand 0.8.4", "serde 1.0.130", diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 0404bda639..0ec3503dea 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.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index f827bbac78..0c24a12035 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.10.0" +version = "0.10.1" authors = ["The Tari Development Community"] edition = "2018" diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index cee55a24a6..cfe7fab22d 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.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index 9139b5debf..703d6693e6 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.10.0" +version = "0.10.1" authors = ["The Tari Development Community"] edition = "2018" diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index 278f972e12..e097540093 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 miner proxy for xmrig" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.10.0" +version = "0.10.1" edition = "2018" [features] diff --git a/applications/tari_mining_node/Cargo.toml b/applications/tari_mining_node/Cargo.toml index 1073e3f9a2..bc7e1ff929 100644 --- a/applications/tari_mining_node/Cargo.toml +++ b/applications/tari_mining_node/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari mining node implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/applications/test_faucet/Cargo.toml b/applications/test_faucet/Cargo.toml index c4483000ca..87c4251a0f 100644 --- a/applications/test_faucet/Cargo.toml +++ b/applications/test_faucet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_faucet" -version = "0.10.0" +version = "0.10.1" authors = ["The Tari Development Community"] edition = "2018" diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 180756ce1e..192089bd4a 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.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index ef2aa9c5f9..251016ea02 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.10.0" +version = "0.10.1" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 55379f4ca6..2d1f0a15a9 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.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index c82c221ae1..79be86db4c 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.10.0" +version = "0.10.1" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 9f82e69964..8919045439 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.10.0" +version = "0.10.1" 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 6f07a775a2..1e4b176d17 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.10.0" +version = "0.10.1" 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_stratum_ffi/Cargo.toml b/base_layer/tari_stratum_ffi/Cargo.toml index 12bfea49fc..73e6d7b7ff 100644 --- a/base_layer/tari_stratum_ffi/Cargo.toml +++ b/base_layer/tari_stratum_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_stratum_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency miningcore C FFI bindings" license = "BSD-3-Clause" -version = "0.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 50fdf9195e..05122dafe7 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.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index 985c2f7cca..206bba5c18 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.18.6" +version = "0.18.7" edition = "2018" [dependencies] diff --git a/changelog.md b/changelog.md index c9d94e62d9..5449cebb9f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,31 @@ # Changelog +### [0.10.1](https://github.com/tari-project/tari/compare/v0.10.0...v0.10.1) (2021-10-01) + + +### Features + +* add substream count to list-connections ([#3387](https://github.com/tari-project/tari/issues/3387)) ([965cac2](https://github.com/tari-project/tari/commit/965cac279e604f8035bf356f709e2c2cfb3aaa46)) +* display weight, #inputs, #outputs in wallet for txn ([#3393](https://github.com/tari-project/tari/issues/3393)) ([6d57cbd](https://github.com/tari-project/tari/commit/6d57cbda352109f5aa9dbddde53946dce6eb7467)) +* get-peer supports partial node id lookup ([#3379](https://github.com/tari-project/tari/issues/3379)) ([e5af5f7](https://github.com/tari-project/tari/commit/e5af5f75512a9822e38a691cc68e96e60db52ea2)) +* implement DHT protocol versioning, includes [#3243](https://github.com/tari-project/tari/issues/3243) ([#3377](https://github.com/tari-project/tari/issues/3377)) ([d676bba](https://github.com/tari-project/tari/commit/d676bba552fb08fc3645369e1c676057dc7af760)) +* improve console wallet responsiveness ([#3304](https://github.com/tari-project/tari/issues/3304)) ([73017a4](https://github.com/tari-project/tari/commit/73017a4d2eb19a7c79cd2b496270c8d7f9b9182e)) +* merge consensus breaking changes in [#3195](https://github.com/tari-project/tari/issues/3195) [#3193](https://github.com/tari-project/tari/issues/3193) with weatherwax compatibility ([#3372](https://github.com/tari-project/tari/issues/3372)) ([79c9c1d](https://github.com/tari-project/tari/commit/79c9c1db303180a8026c92d39190f44ac2bbc80e)) + + +### Bug Fixes + +* additional check for cancelled transactions ([#3369](https://github.com/tari-project/tari/issues/3369)) ([ac5f26e](https://github.com/tari-project/tari/commit/ac5f26e0e3dadc688ba04221b03af71d7a52c5c2)) +* fix console wallet tick events endless loop edge case at shutdown ([#3380](https://github.com/tari-project/tari/issues/3380)) ([b40a98f](https://github.com/tari-project/tari/commit/b40a98f602818fbff85372882bcca0ee42f8225e)) +* fix debouncer delay bug ([#3376](https://github.com/tari-project/tari/issues/3376)) ([4ac2fb2](https://github.com/tari-project/tari/commit/4ac2fb21a32b4a506f5faf371740ddec6297ae49)) +* iOS linker error workaround ([#3401](https://github.com/tari-project/tari/issues/3401)) ([58105d3](https://github.com/tari-project/tari/commit/58105d3c895099e2eb9ebb4079073f4985fa3f4a)) +* mempool stats reflects unconfirmed pool ([#3398](https://github.com/tari-project/tari/issues/3398)) ([596ea4a](https://github.com/tari-project/tari/commit/596ea4ad354075c63cce6691fbed0ea615aa1a3d)) +* pressing b key should not clear existing base node in console wallet ([#3364](https://github.com/tari-project/tari/issues/3364)) ([e594c5f](https://github.com/tari-project/tari/commit/e594c5f0139bf90ea1eaab2b0d389a42b36c481a)) +* relative paths for logs is now relative to data path instead of current execution directory ([#3365](https://github.com/tari-project/tari/issues/3365)) ([e164c2b](https://github.com/tari-project/tari/commit/e164c2bfe4fc6d43270242a86beb0c6e90b1470f)) +* remove unnecessary range proof verify and fix test temp disk usage ([#3334](https://github.com/tari-project/tari/issues/3334)) ([eeb62a6](https://github.com/tari-project/tari/commit/eeb62a6b55728e866a00dc8c911a282bc7fc4405)) +* resolved feature flags for openssl vendoring ([#3287](https://github.com/tari-project/tari/issues/3287)) ([30343d4](https://github.com/tari-project/tari/commit/30343d44f0260863eb300048e4c7f7bf82ab77bd)) +* wallet recovery ([#3366](https://github.com/tari-project/tari/issues/3366)) ([2fde873](https://github.com/tari-project/tari/commit/2fde873b50c6960248dc4151e3476926034f848f)) + ### [0.10.0](https://github.com/tari-project/tari/compare/v0.9.6...v0.10.0) (2021-09-17) diff --git a/common/Cargo.toml b/common/Cargo.toml index d03c6e3cf5..fb04008d93 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.10.0" +version = "0.10.1" edition = "2018" [features] diff --git a/comms/Cargo.toml b/comms/Cargo.toml index acb6996424..fc73c080dc 100644 --- a/comms/Cargo.toml +++ b/comms/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.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 08030a17d5..58ac77e39c 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.10.0" +version = "0.10.1" 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 5d75728c83..2680d6b399 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.10.0" +version = "0.10.1" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index dc3c13c2af..da8d45682c 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.10.0" +version = "0.10.1" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index 79fef46d66..cb97f4be69 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.10.0" +version = "0.10.1" 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 517d19eef4..dbfb9712ba 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.10.0" +version = "0.10.1" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index 5095e24c69..24e4fb566a 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.10.0" +version = "0.10.1" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/package-lock.json b/package-lock.json index 48e341a095..f2aac28361 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3 +1,4 @@ { - "lockfileVersion": 1 + "lockfileVersion": 1, + "version": "0.10.1" } diff --git a/rust-toolchain b/rust-toolchain index 378367865c..63dc7f53b2 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2021-08-17 +nightly-2021-08-18