bisgardo / concordium-docker

A collection of scripts and configuration files to build and deploy a containerized node for the Concordium blockchain.
The Unlicense
5 stars 2 forks source link

Compose: Migrate to new OOB catchup mode #61

Closed bisgardo closed 1 year ago

bisgardo commented 1 year ago

The node no longer requires a file to be downloaded in advance in order to use OOB catchup. It now accepts a URL from which it can figure out what chunks it needs and will download them by itself.

The old mode is still available, but the exported file is no longer being updated. There is therefore little reason to keep supporting it.