Module import_receipts

Source
Expand description

Command that imports OP mainnet receipts from Bedrock datadir, exported via https://github.com/testinprod-io/op-geth/pull/1.

Structs§

ImportReceiptsOpCommand
Initializes the database with the genesis block.
ImportReceiptsResult
Result of importing receipts in chunks.

Functions§

import_receipts_from_file
Imports receipts to static files from file in chunks. See import_receipts_from_reader.
import_receipts_from_reader
Imports receipts to static files. Takes a filter callback as parameter, that returns the total number of filtered out receipts.