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
Add a reth import <path> command that can import one or more RLP-encoded blocks from a file.
The file is a stand-in for syncing over the network, i.e. the file import replaces the online stages (headers and bodies). The blocks should be run through the rest of the sync pipeline, which will also validate them.
The tool makes it possible to test all of the offline stages from a file.
This is mostly a debugging/testing tool for our own CI and Hive (#851).
The text was updated successfully, but these errors were encountered:
Add a
reth import <path>
command that can import one or more RLP-encoded blocks from a file.The file is a stand-in for syncing over the network, i.e. the file import replaces the online stages (headers and bodies). The blocks should be run through the rest of the sync pipeline, which will also validate them.
The tool makes it possible to test all of the offline stages from a file.
This is mostly a debugging/testing tool for our own CI and Hive (#851).
The text was updated successfully, but these errors were encountered: