Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark epoch sync as implemented in our doc #12881

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/architecture/how/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ As headers are quite small, we try to request multiple of them in a single call

![image](https://user-images.githubusercontent.com/1711539/195892312-2fbd8241-87ce-4241-a44d-ff3056b12bab.png)

### Step 1a: Epoch Sync [normal node*] // not implemented yet
### Step 1a: Epoch Sync [normal node*]

While currently normal nodes are using Header sync, we could actually allow them
to do something faster - “light client sync” a.k.a “epoch sync”.
Expand All @@ -52,7 +52,7 @@ epoch - that has to contain additional information about validators.
This way it would drastically reduce both the time needed for the sync and the
db resources.

Implementation target date is TBD.
Implementation is complete with [2.4 release](https://github.com/near/nearcore/releases/tag/2.4.0).

![image](https://user-images.githubusercontent.com/1711539/195892336-cc117c08-d3ad-43f7-9304-3233b25e8bb1.png)

Expand Down
Loading