Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenCaplinDatabase ¶
func OpenCaplinDatabase(ctx context.Context, beaconConfig *clparams.BeaconChainConfig, ethClock eth_clock.EthereumClock, dbPath string, blobDir string, engine execution_client.ExecutionEngine, wipeout bool, blobPruneDistance uint64, ) (kv.RwDB, blob_storage.BlobStorage, error)
func RunCaplinService ¶
func RunCaplinService(ctx context.Context, engine execution_client.ExecutionEngine, config clparams.CaplinConfig, dirs datadir.Dirs, eth1Getter snapshot_format.ExecutionBlockReaderByNumber, snDownloader proto_downloader.DownloaderClient, creds credentials.TransportCredentials, snBuildSema *semaphore.Weighted) error
Types ¶
type CaplinOption ¶
type CaplinOption func(*option)
func WithBuilder ¶
func WithBuilder(mevRelayUrl string, beaconConfig *clparams.BeaconChainConfig) CaplinOption
Click to show internal directories.
Click to hide internal directories.