doc/fast-sync.md
Read this in other languages: Español, Korean, 简体中文.
In Grin, we call "sync" the process of synchronizing a new node or a node that hasn't been keeping up with the chain for a while, and bringing it up to the latest known most-worked block. Initial Block Download (or IBD) is often used by other blockchains, but this is problematic for Grin as it typically does not download full blocks.
In short, a fast-sync in Grin does the following:
In the rest of this section, we will elaborate on each of those steps.