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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
blockchain:import and blockchain:export should pack all the necessary on-chain information.
- blockchain.db
- state.db
compress/decompress are already done in the existing command, so it should follow the same way
Motivation
All on-chain information must be able to backup and restore with the command
Additional Information
Currently, export is compressing the blockchain.db from data path and outputs tar ball and import is decompressing the tar ball and outputting to the data path.
The text was updated successfully, but these errors were encountered:
Description
blockchain:import and blockchain:export should pack all the necessary on-chain information.
Motivation
All on-chain information must be able to backup and restore with the command
Additional Information
Currently, export is compressing the
blockchain.db
from data path and outputs tar ball and import is decompressing the tar ball and outputting to the data path.The text was updated successfully, but these errors were encountered: