Skip to content

Commit

Permalink
wip: core removed yis
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Jul 13, 2023
1 parent 660f6cd commit 4806920
Show file tree
Hide file tree
Showing 214 changed files with 1,108 additions and 12,456 deletions.
169 changes: 30 additions & 139 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ members = [
"clients/base_node_client",
"clients/validator_node_client",
"clients/wallet_daemon_client",
"dan_layer/core",
"dan_layer/consensus",
"dan_layer/consensus_tests",
"dan_layer/epoch_manager",
"dan_layer/indexer_lib",
"dan_layer/integration_tests",
"dan_layer/message",
"dan_layer/p2p",
"dan_layer/state_store_sqlite",
"dan_layer/storage_lmdb",
"dan_layer/storage_sqlite",
Expand Down
1 change: 0 additions & 1 deletion applications/tari_dan_app_utilities/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ tari_shutdown = { git = "https://github.com/tari-project/tari.git", tag = "v0.51

tari_dan_common_types = { path = "../../dan_layer/common_types" }
tari_state_store_sqlite = { path = "../../dan_layer/state_store_sqlite" }
tari_dan_core = { path = "../../dan_layer/core" }
tari_dan_engine = { path = "../../dan_layer/engine" }
tari_dan_storage = { path = "../../dan_layer/storage" }
tari_dan_storage_sqlite = { path = "../../dan_layer/storage_sqlite" }
Expand Down
Loading

0 comments on commit 4806920

Please sign in to comment.