feat: add missing message handling (#200)

* feat: add missing message handling

* refactor: new block message handling

* feat: add events and commands for transaction handling

* more work in transactions

* chore: silence warnings
This commit is contained in:
Matthias Seitz
2022-11-15 10:34:28 +01:00
committed by GitHub
parent 92a7818512
commit b60ced1de1
16 changed files with 655 additions and 129 deletions

View File

@ -35,6 +35,7 @@ parking_lot = "0.12"
async-trait = "0.1"
bytes = "1.2"
either = "1.8"
linked_hash_set = "0.1"
secp256k1 = { version = "0.24", features = [
"global-context",