You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sync/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ State sync code is structured as follows:
28
28
-`CodeRequestHandler`: handles requests for contract code
29
29
-`BlockRequestHandler`: handles requests for blocks
30
30
-_Note: There are response size and time limits in place so peers joining the network do not overload peers providing data. Additionally, the engine tracks the CPU usage of each peer for such messsages and throttles inbound requests accordingly._
31
-
-`sync/client`: Validates reponses from peers and provides support for syncing tries.
31
+
-`sync/client`: Validates responses from peers and provides support for syncing tries.
32
32
-`sync/statesync`: Uses `sync/client` to sync EVM related state: Accounts, storage tries, and contract code.
33
33
-`plugin/evm/atomicSyncer`: Uses `sync/client` to sync the atomic trie.
34
34
-`plugin/evm/`: The engine expects the VM to implement `StateSyncableVM` interface,
@@ -127,4 +127,4 @@ While state sync is faster than normal bootstrapping, the process may take sever
127
127
|`state-sync-skip-resume`|`bool`| set to true to avoid resuming an ongoing sync |`false`|
128
128
|`state-sync-min-blocks`|`uint64`| Minimum number of blocks the chain must be ahead of local state to prefer state sync over bootstrapping |`300,000`|
129
129
|`state-sync-server-trie-cache`|`int`| Size of trie cache to serve state sync data in MB. Should be set to multiples of `64`. |`64`|
130
-
|`state-sync-ids`|`string`| a comma seperated list of `NodeID-` prefixed node IDs to sync data from. If not provided, peers are randomly selected. ||
130
+
|`state-sync-ids`|`string`| a comma seperated list of `NodeID-` prefixed node IDs to sync data from. If not provided, peers are randomly selected. ||
0 commit comments