This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Test case for blockchain export followed by import #1803
Open
Description
Blockchain export->import functionality already broke for a few times (the last one being #1794 ). I think it is a clear indication that we want to add a test for this workflow.
However, it is not easy to setup such a test case because synced blockchain is required for chain export.
We can try to sync some test chain or maybe generate some blocks in solo. This sounds problematic for CI context though. Another option would be maintaining a snapshot of a blockchain somewhere, updating it periodically, which might be a bit of a burden.