Merge pull request #626 from filecoin-project/feat/chain-sync-manager
Implement chain sync manager
This commit is contained in:
+5
-1
@@ -253,7 +253,7 @@ type ReplayResults struct {
|
||||
Error string
|
||||
}
|
||||
|
||||
type SyncState struct {
|
||||
type ActiveSync struct {
|
||||
Base *types.TipSet
|
||||
Target *types.TipSet
|
||||
|
||||
@@ -261,6 +261,10 @@ type SyncState struct {
|
||||
Height uint64
|
||||
}
|
||||
|
||||
type SyncState struct {
|
||||
ActiveSyncs []ActiveSync
|
||||
}
|
||||
|
||||
type SyncStateStage int
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user