feat: add reth db snapshot transactions | receipts commands (#5007)

Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
This commit is contained in:
joshieDo
2023-10-26 13:01:29 +01:00
committed by GitHub
parent c1a6e42d19
commit 0116b80414
23 changed files with 924 additions and 179 deletions

2
Cargo.lock generated
View File

@ -5833,6 +5833,7 @@ dependencies = [
"futures",
"heapless",
"iai",
"itertools 0.11.0",
"metrics",
"modular-bitfield",
"page_size",
@ -5844,6 +5845,7 @@ dependencies = [
"proptest",
"proptest-derive",
"rand 0.8.5",
"rayon",
"reth-codecs",
"reth-interfaces",
"reth-libmdbx",