Skip to content

Commit

Permalink
v0.38.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Oct 25, 2022
1 parent c8abe99 commit 0efb164
Show file tree
Hide file tree
Showing 27 changed files with 73 additions and 48 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion applications/tari_app_grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.7"
version = "0.38.8"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_app_utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_app_utilities"
version = "0.38.7"
version = "0.38.8"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_base_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.7"
version = "0.38.8"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_console_wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_console_wallet"
version = "0.38.7"
version = "0.38.8"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_merge_mining_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.7"
version = "0.38.8"
edition = "2018"

[features]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.7"
version = "0.38.8"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion base_layer/common_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tari_common_types"
authors = ["The Tari Development Community"]
description = "Tari cryptocurrency common types"
license = "BSD-3-Clause"
version = "0.38.7"
version = "0.38.8"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion base_layer/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari"
homepage = "https://tari.com"
readme = "README.md"
license = "BSD-3-Clause"
version = "0.38.7"
version = "0.38.8"
edition = "2018"

[features]
Expand Down
2 changes: 1 addition & 1 deletion base_layer/key_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.7"
version = "0.38.8"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion base_layer/mmr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.7"
version = "0.38.8"
edition = "2018"

[features]
Expand Down
2 changes: 1 addition & 1 deletion base_layer/p2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_p2p"
version = "0.38.7"
version = "0.38.8"
authors = ["The Tari Development community"]
description = "Tari base layer-specific peer-to-peer communication features"
repository = "https://github.com/tari-project/tari"
Expand Down
2 changes: 1 addition & 1 deletion base_layer/service_framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_service_framework"
version = "0.38.7"
version = "0.38.8"
authors = ["The Tari Development Community"]
description = "The Tari communication stack service framework"
repository = "https://github.com/tari-project/tari"
Expand Down
2 changes: 1 addition & 1 deletion base_layer/tari_mining_helper_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.7"
version = "0.38.8"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion base_layer/wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tari_wallet"
authors = ["The Tari Development Community"]
description = "Tari cryptocurrency wallet library"
license = "BSD-3-Clause"
version = "0.38.7"
version = "0.38.8"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion base_layer/wallet_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.7"
version = "0.38.8"
edition = "2018"

[dependencies]
Expand Down
25 changes: 25 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.38.8](https://github.com/tari-project/tari/compare/v0.38.7...v0.38.8) (2022-10-25)


### Features

* add deepsource config ([dceea99](https://github.com/tari-project/tari/commit/dceea99968c803cc8c638df376c4d5cf6966ada9))
* add more detailed error mapping for the ffi ([#4840](https://github.com/tari-project/tari/issues/4840)) ([b27391e](https://github.com/tari-project/tari/commit/b27391ead238f36dd7042a1a6cfde231f7ac8d41))
* add multisig script that returns aggregate of signed public keys ([#4742](https://github.com/tari-project/tari/issues/4742)) ([c004e30](https://github.com/tari-project/tari/commit/c004e30925049865bc84fa5c3ce4cd06b2765882))
* add opcode versions ([#4836](https://github.com/tari-project/tari/issues/4836)) ([c8abe99](https://github.com/tari-project/tari/commit/c8abe998454d9f0ddbc3cfa627979c7d24b8d5ec))
* better FFI feedback from transaction validation ([#4827](https://github.com/tari-project/tari/issues/4827)) ([3c97be4](https://github.com/tari-project/tari/commit/3c97be46ac3bfcde378a38e03c7cfa8cc2436298))
* **comms:** adds periodic socket-level liveness checks ([#4819](https://github.com/tari-project/tari/issues/4819)) ([2bea05f](https://github.com/tari-project/tari/commit/2bea05f89c52edf39d849a4dc9e917d13381e51c))


### Bug Fixes

* **base-node:** use Network::from_str to parse network in cli ([#4838](https://github.com/tari-project/tari/issues/4838)) ([47d279e](https://github.com/tari-project/tari/commit/47d279ed506c815f3db30c4b63c2b7ed7e9283dc))
* **comms/rpc:** measures client-side latency to first message received ([#4817](https://github.com/tari-project/tari/issues/4817)) ([02b8660](https://github.com/tari-project/tari/commit/02b8660f3293abdbef11a27123916044c9682f82))
* **core:** dont request full non-tip block if block is empty ([#4802](https://github.com/tari-project/tari/issues/4802)) ([becff0f](https://github.com/tari-project/tari/commit/becff0fe94714d70bf9bd5f1f214343d24e61cfe))
* **core:** increase sync timeouts ([#4800](https://github.com/tari-project/tari/issues/4800)) ([87dfab5](https://github.com/tari-project/tari/commit/87dfab518402309c1f5eea35027b552afcba06ff))
* **core:** periodically commit large transaction in prune_to_height ([#4805](https://github.com/tari-project/tari/issues/4805)) ([700a007](https://github.com/tari-project/tari/commit/700a0077731f2955cb7686fc72b808f26553c39f))
* **dht:** fix over allocation for encrypted messages ([#4832](https://github.com/tari-project/tari/issues/4832)) ([d29a64c](https://github.com/tari-project/tari/commit/d29a64c975951cd362fb98027870282f244bf218))
* **dht:** zeroize AEAD keys on drop ([#4843](https://github.com/tari-project/tari/issues/4843)) ([9957222](https://github.com/tari-project/tari/commit/9957222e452fe09936550dbe1e4cbc4abbfc4365))
* list-connections ([#4841](https://github.com/tari-project/tari/issues/4841)) ([23b2c9a](https://github.com/tari-project/tari/commit/23b2c9a529f6ce7523de23dd46c5a1ff911abec8))
* remove clear_on_drop dependency ([#4848](https://github.com/tari-project/tari/issues/4848)) ([9edbbce](https://github.com/tari-project/tari/commit/9edbbce9c78c91ba74b4dd74c176c849ed11ee4e))

### [0.38.7](https://github.com/tari-project/tari/compare/v0.38.6...v0.38.7) (2022-10-11)


Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari"
homepage = "https://tari.com"
readme = "README.md"
license = "BSD-3-Clause"
version = "0.38.7"
version = "0.38.8"
edition = "2018"

[features]
Expand Down
2 changes: 1 addition & 1 deletion common_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tari_common_sqlite"
authors = ["The Tari Development Community"]
description = "Tari cryptocurrency wallet library"
license = "BSD-3-Clause"
version = "0.38.7"
version = "0.38.8"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion comms/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari"
homepage = "https://tari.com"
readme = "README.md"
license = "BSD-3-Clause"
version = "0.38.7"
version = "0.38.8"
edition = "2018"

[dependencies]
Expand Down
Loading

0 comments on commit 0efb164

Please sign in to comment.