drk: moved contracts sql stuff from their client to drk directly

Also prefixed table name with their corresponding contract idfff
This commit is contained in:
skoupidi
2024-01-30 15:34:12 +02:00
parent 42a6b92ec6
commit 6b74cebdd0
11 changed files with 215 additions and 195 deletions

View File

@@ -19,6 +19,7 @@ darkfi-serial = {path = "../../src/serial"}
# Misc
blake3 = "1.5.0"
bs58 = "0.5.0"
lazy_static = "1.4.0"
log = "0.4.20"
prettytable-rs = "0.10.0"
rand = "0.8.5"