mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user