mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
contract: WIP implementation of generic test harness for native contracts.
This commit is contained in:
20
Cargo.lock
generated
20
Cargo.lock
generated
@@ -1355,6 +1355,25 @@ dependencies = [
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-contract-test-harness"
|
||||
version = "0.4.1"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"bs58",
|
||||
"darkfi",
|
||||
"darkfi-consensus-contract",
|
||||
"darkfi-dao-contract",
|
||||
"darkfi-deployooor-contract",
|
||||
"darkfi-money-contract",
|
||||
"darkfi-sdk",
|
||||
"darkfi-serial",
|
||||
"log",
|
||||
"rand",
|
||||
"simplelog",
|
||||
"sled",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "darkfi-dao-contract"
|
||||
version = "0.4.1"
|
||||
@@ -1413,6 +1432,7 @@ dependencies = [
|
||||
"bs58",
|
||||
"chacha20poly1305",
|
||||
"darkfi",
|
||||
"darkfi-contract-test-harness",
|
||||
"darkfi-sdk",
|
||||
"darkfi-serial",
|
||||
"getrandom",
|
||||
|
||||
Reference in New Issue
Block a user