0.0.11-alpha: allow cache loading from zip

Signed-off-by: T-Hax <>
This commit is contained in:
T-Hax 2023-05-13 19:30:21 +00:00
parent 30f6f2186a
commit d1d23f252a
46 changed files with 228 additions and 394 deletions

View file

@ -110,7 +110,7 @@ async function sync() {
await core.syncDeposits(instance)
// Now export it as an archive!
await core.exportAsArchive('Deposits1ETH0.1')
await core.exportCacheZip('Deposits1ETH0.1')
}
sync()
@ -146,7 +146,7 @@ async function sync() {
)
// Export as archive again!
await core.exportAsArchive('Deposits1ETH0.1')
await core.exportCacheZip('Deposits1ETH0.1')
}
sync()