filecoin-project / filecoin-chain-archiver

Filecoin snapshot / chain export software
Other
5 stars 3 forks source link

use ChainExportRangeInternal to write snapshots directly to disk #67

Open ognots opened 1 year ago

ognots commented 1 year ago

we expect this to be perform much better, than using the ChainExport method and streaming it through the API.

this commit only guarantees that filecoin-chain-archiver binary builds. writing some tests and doing manual testing is still required.