mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
move daod and dao-cli to dao folder, and rename dao-cli to dao
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,7 +9,7 @@
|
||||
/tmp/*
|
||||
|
||||
/cashierd
|
||||
/dao-cli
|
||||
/dao
|
||||
/daod
|
||||
/darkfid
|
||||
/darkotc
|
||||
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1114,7 +1114,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dao-cli"
|
||||
name = "dao"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"async-channel",
|
||||
|
||||
@@ -29,8 +29,8 @@ members = [
|
||||
"bin/ircd",
|
||||
#"bin/irc-raft",
|
||||
"bin/dnetview",
|
||||
"bin/daod",
|
||||
"bin/dao-cli",
|
||||
"bin/dao/daod",
|
||||
"bin/dao/dao-cli",
|
||||
"bin/tau/taud",
|
||||
"bin/tau/tau-cli",
|
||||
"bin/vanityaddr",
|
||||
|
||||
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ BINDEPS = \
|
||||
|
||||
# ZK proofs to compile with zkas
|
||||
PROOFS = \
|
||||
$(shell find bin/daod/proof -type f -name '*.zk') \
|
||||
$(shell find bin/dao/daod/proof -type f -name '*.zk') \
|
||||
$(shell find proof -type f -name '*.zk') \
|
||||
example/simple.zk
|
||||
|
||||
|
||||
1
bin/dao/README.md
Normal file
1
bin/dao/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# DAO
|
||||
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "dao-cli"
|
||||
name = "dao"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies.darkfi]
|
||||
path = "../../"
|
||||
path = "../../../"
|
||||
features = ["rpc"]
|
||||
|
||||
[dependencies]
|
||||
0
bin/dao/dao_config.toml
Normal file
0
bin/dao/dao_config.toml
Normal file
@@ -4,7 +4,7 @@ version = "0.3.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies.darkfi]
|
||||
path = "../../"
|
||||
path = "../../../"
|
||||
features = ["rpc", "crypto", "tx", "node"]
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user