Skip to content

Commit

Permalink
update network vs subjective head description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesha Upadhyaya authored and Ganesha Upadhyaya committed Oct 11, 2023
1 parent 8f7e5e1 commit 4bc23ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sync/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Syncer implements efficient synchronization for headers.
There are two main processes running in Syncer:
* Main syncing loop(`syncLoop`)
* Performs syncing from the latest stored header up to the latest known Subjective Head
* Subjective head: the latest known local valid header and a sync target.
* Network head: the latest valid network-wide header. Becomes subjective once applied locally.
* Syncs by requesting missing headers from Exchange or
* By accessing cache of pending headers
* Receives every new Network Head from PubSub gossip subnetwork (`incomingNetworkHead`)
Expand Down

0 comments on commit 4bc23ab

Please sign in to comment.