mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 20:07:17 +00:00
95c528f0bc
* lint * add requests * add all new stuff * comment * preston's review * initial commit * reorder sync so it isn't required to wait until start * checkpoint * fix * improved handler API * Set up prechain start values * improved handler API * ooops * successful peer handshakes * successful peer handshakes * successful peer handshakes * checkpoint * chpkt * handle init after chain start * emit state initialized feed if existing db state * merge error * Done * Test * Fixed test * emit state initialized * force fork choice update * wait for genesis time * sync to current slot * Use saved head in DB * gaz * fix tests * lint * lint * lint * lint * Revert "Use saved head in DB" This reverts commit c5f3404fdf333c8aac20bce8c349b1978494616b. * remove db * lint * remove unused interfaces from composite * resolve comments
8 lines
116 B
Go
8 lines
116 B
Go
package initialsync
|
|
|
|
import (
|
|
"github.com/sirupsen/logrus"
|
|
)
|
|
|
|
var log = logrus.WithField("prefix", "initial-sync")
|