sigp / lighthouse

Ethereum consensus client in Rust
https://lighthouse.sigmaprime.io/
Apache License 2.0
2.94k stars 748 forks source link

MVP impl of `import-blobs` #6570

Open michaelsproul opened 2 weeks ago

michaelsproul commented 2 weeks ago

Issue Addressed

Closes:

This is just a quick interim solution to allow blobs to be imported from an existing Lighthouse DB. We will continue working on a more general solution.

Proposed Changes

New commands:

michaelsproul commented 2 weeks ago

Recommended usage:

./lighthouse db import-blobs --datadir ./datadir/ --source-db ./blobs_to_import --debug-level debug

Running as the user with the correct permissions for both ./datadir and ./blobs_to_import