chore: add and fix more lints, improve docs (#4765)

This commit is contained in:
DaniPopes
2023-09-25 17:46:46 +02:00
committed by GitHub
parent b701cbc9a3
commit 8f9d2908ca
134 changed files with 709 additions and 625 deletions

View File

@ -22,7 +22,6 @@ reth-network.workspace = true
reth-transaction-pool.workspace = true
reth-tasks.workspace = true
eyre = "0.6.8"
futures.workspace = true
async-trait.workspace = true

View File

@ -11,4 +11,4 @@ reth-transaction-pool.workspace = true
clap = { version = "4", features = ["derive"] }
jsonrpsee = { workspace = true, features = ["server", "macros"] }
eyre = "0.6"
eyre = "0.6"