mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: introduce StaticFileSegment::BlockMeta (#13226)
This commit is contained in:
1
book/cli/reth/db/clear/static-file.md
vendored
1
book/cli/reth/db/clear/static-file.md
vendored
@ -14,6 +14,7 @@ Arguments:
|
||||
- headers: Static File segment responsible for the `CanonicalHeaders`, `Headers`, `HeaderTerminalDifficulties` tables
|
||||
- transactions: Static File segment responsible for the `Transactions` table
|
||||
- receipts: Static File segment responsible for the `Receipts` table
|
||||
- block-meta: Static File segment responsible for the `BlockBodyIndices`, `BlockOmmers`, `BlockWithdrawals` tables
|
||||
|
||||
Options:
|
||||
--instance <INSTANCE>
|
||||
|
||||
1
book/cli/reth/db/get/static-file.md
vendored
1
book/cli/reth/db/get/static-file.md
vendored
@ -14,6 +14,7 @@ Arguments:
|
||||
- headers: Static File segment responsible for the `CanonicalHeaders`, `Headers`, `HeaderTerminalDifficulties` tables
|
||||
- transactions: Static File segment responsible for the `Transactions` table
|
||||
- receipts: Static File segment responsible for the `Receipts` table
|
||||
- block-meta: Static File segment responsible for the `BlockBodyIndices`, `BlockOmmers`, `BlockWithdrawals` tables
|
||||
|
||||
<KEY>
|
||||
The key to get content for
|
||||
|
||||
Reference in New Issue
Block a user