feat(engine): invalid block hooks crate (#10629)

Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
Alexey Shekhirin
2024-09-03 16:02:18 +01:00
committed by GitHub
parent 6b509ddb1c
commit 9d46b06420
12 changed files with 137 additions and 31 deletions

View File

@ -66,17 +66,18 @@ exclude_crates=(
reth-stages
reth-storage-errors
# The following are not supposed to be working
reth # all of the crates below
reth # all of the crates below
reth-db # mdbx
reth-invalid-block-hooks # reth-provider
reth-libmdbx # mdbx
reth-mdbx-sys # mdbx
reth-nippy-jar # sucds
reth-provider # reth-db, reth-nippy-jar
reth-prune # reth-db
reth-stages-api # reth-provider, reth-prune
reth-static-file # reth-nippy-jar
reth-static-file # reth-nippy-jar
reth-transaction-pool # c-kzg
reth-trie-db # reth-db
reth-trie-db # reth-db
reth-trie-parallel # reth-db
)