Skip to content

Commit

Permalink
chore: new release for esme (#6157)
Browse files Browse the repository at this point in the history
Description
---
New release for esmeralda
New Gen block for esmeralda
  • Loading branch information
SWvheerden authored Feb 20, 2024
1 parent d52bb98 commit f5860a8
Show file tree
Hide file tree
Showing 38 changed files with 156 additions and 134 deletions.
62 changes: 31 additions & 31 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The recommended running versions of each network are:
|-----------|-------------|
| Stagenet | --- |
| Nextnet | 1.0.0-rc.5 |
| Esmeralda | 1.0.0-pre.8 |
| Esmeralda | 1.0.0-pre.9 |

For more detail about versioning, see [Release Ideology](https://github.com/tari-project/tari/blob/development/docs/src/branching_releases.md).

Expand Down
2 changes: 1 addition & 1 deletion applications/minotari_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 = "1.0.0-pre.8"
version = "1.0.0-pre.9"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/minotari_app_utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minotari_app_utilities"
version = "1.0.0-pre.8"
version = "1.0.0-pre.9"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion applications/minotari_console_wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minotari_console_wallet"
version = "1.0.0-pre.8"
version = "1.0.0-pre.9"
authors = ["The Tari Development Community"]
edition = "2018"
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion applications/minotari_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 = "1.0.0-pre.8"
version = "1.0.0-pre.9"
edition = "2018"

[features]
Expand Down
2 changes: 1 addition & 1 deletion applications/minotari_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 = "1.0.0-pre.8"
version = "1.0.0-pre.9"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/minotari_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 = "1.0.0-pre.8"
version = "1.0.0-pre.9"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion base_layer/chat_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "minotari_chat_ffi"
authors = ["The Tari Development Community"]
description = "Tari cryptocurrency chat C FFI bindings"
license = "BSD-3-Clause"
version = "1.0.0-pre.8"
version = "1.0.0-pre.9"
edition = "2018"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions base_layer/common_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name = "tari_common_types"
authors = ["The Tari Development Community"]
description = "Tari cryptocurrency common types"
license = "BSD-3-Clause"
version = "1.0.0-pre.8"
version = "1.0.0-pre.9"
edition = "2018"

[dependencies]
tari_crypto = { version = "0.20" }
tari_utilities = { version = "0.7" }
tari_common = { path = "../../common", version = "1.0.0-pre.8" }
tari_common = { path = "../../common", version = "1.0.0-pre.9" }


chacha20poly1305 = "0.10.1"
Expand Down
20 changes: 10 additions & 10 deletions base_layer/contacts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ name = "tari_contacts"
authors = ["The Tari Development Community"]
description = "Tari contacts library"
license = "BSD-3-Clause"
version = "1.0.0-pre.8"
version = "1.0.0-pre.9"
edition = "2018"

[dependencies]
tari_common = { path = "../../common", version = "1.0.0-pre.8" }
tari_common_sqlite = { path = "../../common_sqlite", version = "1.0.0-pre.8" }
tari_common_types = { path = "../../base_layer/common_types", version = "1.0.0-pre.8" }
tari_comms = { path = "../../comms/core", version = "1.0.0-pre.8" }
tari_comms_dht = { path = "../../comms/dht", version = "1.0.0-pre.8" }
tari_common = { path = "../../common", version = "1.0.0-pre.9" }
tari_common_sqlite = { path = "../../common_sqlite", version = "1.0.0-pre.9" }
tari_common_types = { path = "../../base_layer/common_types", version = "1.0.0-pre.9" }
tari_comms = { path = "../../comms/core", version = "1.0.0-pre.9" }
tari_comms_dht = { path = "../../comms/dht", version = "1.0.0-pre.9" }
tari_crypto = { version = "0.20" }
tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.0.0-pre.8" }
tari_service_framework = { path = "../service_framework", version = "1.0.0-pre.8" }
tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.0.0-pre.8" }
tari_p2p = { path = "../p2p", features = ["auto-update"], version = "1.0.0-pre.9" }
tari_service_framework = { path = "../service_framework", version = "1.0.0-pre.9" }
tari_shutdown = { path = "../../infrastructure/shutdown", version = "1.0.0-pre.9" }
tari_utilities = { version = "0.7" }

chrono = { version = "0.4.19", default-features = false, features = ["serde"] }
Expand All @@ -40,7 +40,7 @@ tari_test_utils = { path = "../../infrastructure/test_utils" }
tempfile = "3.1.0"

[build-dependencies]
tari_common = { path = "../../common", version = "1.0.0-pre.8" }
tari_common = { path = "../../common", version = "1.0.0-pre.9" }

[package.metadata.cargo-machete]
ignored = ["prost"] # this is so we can run cargo machete without getting false positive about macro dependancies
Loading

0 comments on commit f5860a8

Please sign in to comment.