Skip to content

chainSyncOp

Source (upstream pre-purge) Current
File eth/sync.go sync_pow.go
Symbol chainSyncOp chainSyncOp
Ref f4d53133f~1 etc/v1.17.3-full-node

3-way merge — purge → getc ← upstream

pre-purge
// chainSyncOp is a scheduled sync operation.
type chainSyncOp struct {
mode downloader.SyncMode
peer *eth.Peer
td *big.Int
head common.Hash
}
core-geth validation — **Identical** ✅ | | | |---|---| | File | [`sync.go`](https://github.com/etclabscore/core-geth/blob/v1.12.20/eth/sync.go) | | Symbol | `chainSyncOp` | | Ref | `v1.12.20` |

← Sync & Downloader