|
|
@@ -177,7 +177,6 @@ blockchain = [
|
|
|
"darkfi-serial",
|
|
|
"net",
|
|
|
"tx",
|
|
|
- "node",
|
|
|
"util",
|
|
|
"wasm-runtime",
|
|
|
]
|
|
|
@@ -247,19 +246,6 @@ net = [
|
|
|
"util",
|
|
|
]
|
|
|
|
|
|
-node = [
|
|
|
- "bs58",
|
|
|
- "incrementalmerkletree",
|
|
|
- "lazy-init",
|
|
|
-
|
|
|
- "async-runtime",
|
|
|
- "blockchain",
|
|
|
- "crypto",
|
|
|
- "darkfi-serial",
|
|
|
- "tx",
|
|
|
- "wallet",
|
|
|
-]
|
|
|
-
|
|
|
raft = [
|
|
|
"chrono",
|
|
|
"fxhash",
|
|
|
@@ -332,7 +318,6 @@ wasm-runtime = [
|
|
|
"wasmer-middlewares",
|
|
|
|
|
|
"darkfi-sdk",
|
|
|
- "node",
|
|
|
]
|
|
|
|
|
|
websockets = [
|
|
|
@@ -357,7 +342,6 @@ required-features = ["async-runtime", "net"]
|
|
|
[[example]]
|
|
|
name = "tx"
|
|
|
path = "example/tx.rs"
|
|
|
-required-features = ["node"]
|
|
|
|
|
|
[[example]]
|
|
|
name = "zk"
|
|
|
@@ -372,9 +356,7 @@ required-features = ["crypto", "rpc"]
|
|
|
[[example]]
|
|
|
name = "crypsinous"
|
|
|
path = "example/crypsinous.rs"
|
|
|
-required-features = ["node"]
|
|
|
|
|
|
[[example]]
|
|
|
name = "lessthan"
|
|
|
path = "example/less_than.rs"
|
|
|
-required-features = ["node"]
|