core

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2025 License: AGPL-3.0 Imports: 20 Imported by: 0

Documentation

Overview

Package core contains code for the core subcommands

Index

Constants

This section is empty.

Variables

View Source
var CoreCmd = &cobra.Command{
	Use:   "core",
	Short: "core subcommand",
	Run: func(cmd *cobra.Command, args []string) {
		_ = cmd.Help()
	},
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL