Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 21, 2023
1 parent 172e212 commit 9708bd0
Show file tree
Hide file tree
Showing 31 changed files with 56 additions and 325 deletions.
269 changes: 0 additions & 269 deletions CHANGELOG.md

Large diffs are not rendered by default.

54 changes: 27 additions & 27 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_dan_app_utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_app_utilities"
version = "0.0.7"
version = "0.1.0"
authors = ["The Tari Development Community"]
edition = "2021"
license = "BSD-3-Clause"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl ConsensusConstants {
pub const fn devnet() -> Self {
Self {
base_layer_confirmations: 3,
committee_size: 7,
committee_size: 1,
hotstuff_rounds: 4,
}
}
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_dan_wallet_cli/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 DAN wallet CLI"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.7"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_dan_wallet_daemon/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 DAN wallet daemon"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.7"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_indexer/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 DAN indexer implementation"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.7"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_scaffolder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_scaffolder"
version = "0.0.7"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_validator_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 validator node implementation"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.7"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion applications/tari_validator_node_cli/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 validator node CLI"
repository = "https://github.com/tari-project/tari-dan"
license = "BSD-3-Clause"
version = "0.0.7"
version = "0.1.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion clients/tari_indexer_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_indexer_client"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Tari indexer client library"
Expand Down
2 changes: 1 addition & 1 deletion clients/validator_node_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_validator_node_client"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Tari validator node client library"
Expand Down
2 changes: 1 addition & 1 deletion clients/wallet_daemon_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_wallet_daemon_client"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Tari wallet daemon client library"
Expand Down
2 changes: 1 addition & 1 deletion comms/tari_comms_logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_comms_logging"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Debugging tool that logs all network messages in a SQLite database"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/common_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_common_types"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
license = "BSD-3-Clause"

Expand Down
2 changes: 1 addition & 1 deletion dan_layer/engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_engine"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Tari template runtime engine"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/engine_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_engine_types"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
authors = ["The Tari Development Community"]
description = "Shared Tari engine data types"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_storage"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
license = "BSD-3-Clause"

Expand Down
2 changes: 1 addition & 1 deletion dan_layer/storage_lmdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_storage_lmdb"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
authors = ["The Tari Development Community"]
description = "LMDB implementation of the Tari Storage API"
Expand Down
2 changes: 1 addition & 1 deletion dan_layer/storage_sqlite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tari_dan_storage_sqlite"
version = "0.0.7"
version = "0.1.0"
edition = "2021"
license = "BSD-3-Clause"

Expand Down
Loading

0 comments on commit 9708bd0

Please sign in to comment.