drk: refactor to support SMT

Additionaly, some cleanup was done, minor bugz fixed and updated DAO Propose call with the new setup and added its fee call.
This commit is contained in:
skoupidi
2024-05-25 18:29:40 +03:00
parent 3e0ddde295
commit 96a8068ec3
21 changed files with 892 additions and 552 deletions

View File

@@ -22,6 +22,7 @@ blake3 = "1.5.0"
bs58 = "0.5.0"
lazy_static = "1.4.0"
log = "0.4.21"
num-bigint = "0.4.4"
prettytable-rs = "0.10.0"
rand = "0.8.5"
rodio = {version = "0.17.3", default-features = false, features = ["minimp3"]}