Refactor out external parts to generics

Also creates a dedicated file for the message log.
This commit is contained in:
Luke Parker
2022-10-16 03:29:55 -04:00
parent 1237c41c53
commit a5f1ddaf1b
5 changed files with 243 additions and 158 deletions

7
Cargo.lock generated
View File

@@ -8853,6 +8853,13 @@ dependencies = [
"winapi",
]
[[package]]
name = "tendermint-machine"
version = "0.1.0"
dependencies = [
"tokio",
]
[[package]]
name = "term"
version = "0.7.0"