Add a TributaryState struct with higher-level DB logic

This commit is contained in:
Luke Parker
2023-10-24 03:00:37 -04:00
parent 7c10873cd5
commit 0198d4cc46
5 changed files with 142 additions and 97 deletions

View File

@@ -42,6 +42,7 @@ tributary = { package = "tributary-chain", path = "./tributary" }
serai-client = { path = "../substrate/client", features = ["serai"] }
hex = "0.4"
bincode = "1"
serde_json = { version = "1", default-features = false }
log = "0.4"