Documentation ¶
Index ¶
- Variables
- func E3EfFiles(ctx context.Context, chainDB kv.RwDB, agg *state.Aggregator, failFast bool, ...) error
- func E3HistoryNoSystemTxs(ctx context.Context, chainDB kv.RwDB, blockReader services.FullBlockReader, ...) error
- func NoGapsInBorEvents(ctx context.Context, db kv.RoDB, blockReader services.FullBlockReader, ...) (err error)
- func NoGapsInCanonicalHeaders(tx kv.Tx, ctx context.Context, br services.FullBlockReader)
- func SnapBlocksRead(ctx context.Context, db kv.RoDB, blockReader services.FullBlockReader, ...) error
- type Check
Constants ¶
This section is empty.
Variables ¶
View Source
var AllChecks = []Check{ Blocks, BlocksTxnID, InvertedIndex, HistoryNoSystemTxs, NoBorEventGaps, }
Functions ¶
func E3HistoryNoSystemTxs ¶
func E3HistoryNoSystemTxs(ctx context.Context, chainDB kv.RwDB, blockReader services.FullBlockReader, agg *state.Aggregator) error
E3 History - usually don't have anything attributed to 1-st system txs (except genesis)
func NoGapsInBorEvents ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.