Prioritisation network manager + transactions manager + eth request handler (#6590)

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
This commit is contained in:
Emilia Hane
2024-03-06 14:43:21 +01:00
committed by GitHub
parent e42fb32c7f
commit 422b8f8e75
8 changed files with 345 additions and 236 deletions

View File

@ -37,6 +37,7 @@ pin-project.workspace = true
tokio = { workspace = true, features = ["io-util", "net", "macros", "rt-multi-thread", "time"] }
tokio-stream.workspace = true
tokio-util = { workspace = true, features = ["codec"] }
futures-test = "0.3.30"
# io
serde = { workspace = true, optional = true }