feat(bin, snapshot): SnapshotSegment, headers segment & refactors (#4979)

This commit is contained in:
Alexey Shekhirin
2023-10-12 21:51:57 +03:00
committed by GitHub
parent d3794f2c4d
commit e86b80a019
17 changed files with 396 additions and 205 deletions

3
Cargo.lock generated
View File

@ -6038,6 +6038,7 @@ dependencies = [
"byteorder",
"bytes",
"c-kzg",
"clap",
"crc",
"criterion",
"derive_more",
@ -6321,8 +6322,10 @@ name = "reth-snapshot"
version = "0.1.0-alpha.10"
dependencies = [
"assert_matches",
"clap",
"reth-db",
"reth-interfaces",
"reth-nippy-jar",
"reth-primitives",
"reth-provider",
"reth-stages",