You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Database (i.e., via the filesystem, through the aforementioned DatabaseProviderRO API)
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.
The text was updated successfully, but these errors were encountered:
Describe the feature you would like
Syncing a checkpoint directly from Reth. This comes in two flavours:
DatabaseProviderRO
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:
NodeBuilder
API),DatabaseProviderRO
API)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.The text was updated successfully, but these errors were encountered: