@@ -9,7 +9,7 @@
/tmp/*
/cashierd
-/dao-cli
+/dao
/daod
/darkfid
/darkotc
@@ -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",
@@ -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
@@ -0,0 +1 @@
+# DAO
@@ -1,10 +1,10 @@
[package]
edition = "2021"
[dependencies.darkfi]
-path = "../../"
+path = "../../../"
features = ["rpc"]
[dependencies]
@@ -4,7 +4,7 @@ version = "0.3.0"
features = ["rpc", "crypto", "tx", "node"]