Skip to content

Feat: Sync directly from Reth and/or its database #239

@jmcph4

Description

@jmcph4

Describe the feature you would like

Syncing a checkpoint directly from Reth. This comes in two flavours:

Motivation

The overarching motivation here is that, assuming that one has access to a working Reth node, we already have the necessary information to both populate and synchronise any pools that we need -- we should not have to reserialise nor incur the performance penalties associated with communication via the network stack.

As above, there are two cases:

Additional context

Currently, all of the checkpoint syncing APIs accept an Alloy Provider, which can only abstract over HTTP, Websocket, or IPC (a la Unix sockets) transports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions