mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(net): improve error propagation (#620)
* fix(net): improve error propagation * refactor: unify on closed session * add noop helpers * add noop helpers * test setup * test: add dropped connection test * rename mock --> test-utils
This commit is contained in:
@ -44,4 +44,4 @@ tokio = { version = "1", features = ["full"] }
|
||||
reth-tracing = { path = "../../tracing" }
|
||||
|
||||
[features]
|
||||
mock = ["rand"]
|
||||
test-utils = ["rand"]
|
||||
|
||||
Reference in New Issue
Block a user