Documentation
¶
Overview ¶
Package core contains code for the core subcommands
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func RunBackfill ¶ added in v1.11.0
func RunBackfill(db *database.DatabaseService, relays []common.RelayEntry, initCursor uint64, minSlot int64) error
RunBackfill runs the data API backfill for all given relays
func RunCheckPayloadValue ¶ added in v1.11.0
func RunCheckPayloadValue(db *database.DatabaseService, client, client2 *ethclient.Client, opts CheckPayloadValueOpts) error
RunCheckPayloadValue checks payload values for delivered payloads
Types ¶
type CheckPayloadValueOpts ¶ added in v1.11.0
type CheckPayloadValueOpts struct {
Limit uint64
Slot uint64
SlotMax uint64
SlotMin uint64
NumThreads uint64
CheckIncorrectOnly bool
CheckMissedOnly bool
CheckTx bool
CheckAll bool
}
CheckPayloadValueOpts contains options for running the payload value check
Click to show internal directories.
Click to hide internal directories.