Add a DB to Tributary

Adds support for reloading most of the blockchain.
This commit is contained in:
Luke Parker
2023-04-14 14:11:19 -04:00
parent 6f6c9f7cdf
commit 63318cb728
6 changed files with 130 additions and 40 deletions

1
Cargo.lock generated
View File

@@ -10697,6 +10697,7 @@ dependencies = [
"rand_chacha 0.3.1",
"rand_core 0.6.4",
"schnorr-signatures",
"serai-db",
"subtle",
"tendermint-machine",
"thiserror",