Documentation ¶
Index ¶
- Variables
- func Reset(ctx context.Context, db kv.RwDB, stagesList ...stages.SyncStage) error
- func ResetBlocks(tx kv.RwTx, db kv.RoDB, agg *state.AggregatorV3, br services.FullBlockReader, ...) error
- func ResetBorHeimdall(ctx context.Context, tx kv.RwTx) error
- func ResetExec(ctx context.Context, db kv.RwDB, chain string, tmpDir string) (err error)
- func ResetSenders(ctx context.Context, db kv.RwDB, tx kv.RwTx) error
- func ResetState(db kv.RwDB, ctx context.Context, chain string, tmpDir string) error
- func ResetTxLookup(tx kv.RwTx) error
- func Warmup(ctx context.Context, db kv.RwDB, lvl log.Lvl, stList ...stages.SyncStage) error
- func WarmupExec(ctx context.Context, db kv.RwDB) (err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Tables = map[stages.SyncStage][]string{ stages.HashState: {kv.HashedAccounts, kv.HashedStorage, kv.ContractCode}, stages.IntermediateHashes: {kv.TrieOfAccounts, kv.TrieOfStorage}, stages.CallTraces: {kv.CallFromIndex, kv.CallToIndex}, stages.LogIndex: {kv.LogAddressIndex, kv.LogTopicIndex}, stages.AccountHistoryIndex: {kv.E2AccountsHistory}, stages.StorageHistoryIndex: {kv.E2StorageHistory}, stages.Finish: {}, }
Functions ¶
func ResetBlocks ¶
func ResetState ¶
func ResetTxLookup ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.