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: core/types/state_expiry.go
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ type StateExpiryConfig struct {
23
23
StateEpoch2Blockuint64
24
24
StateEpochPerioduint64
25
25
EnableLocalRevivebool
26
-
EnableRemoteModebool`rlp:"optional"`// when enable remoteDB mode, it will register specific RPC for partial proof and keep sync behind for safety proof
26
+
EnableRemoteModebool`rlp:"optional"`// when enable remoteDB mode, it will register specific RPC for partial proof and keep sync behind for safety proof
27
+
AllowedPeerList []string`rlp:"optional"`// when enable remoteDB mode, it will only delay its sync for the peers in the list
27
28
}
28
29
29
30
// EnableExpiry when enable remote mode, it just check param
0 commit comments