nimbus-eth1/nimbus/sync
Jordan Hrycaj bf53226c2c
Minor updates for testing and cosmetics (#1476)
* Fix locked database file annoyance with unit tests on Windows

why:
  Need to clean up old files first from previous session as files remain
  locked despite closing of database.

* Fix initialisation order

detail:
  Apparently this has no real effect as the ticker is only initialised
  here but started later.

  This possible bug has been in all for a while and was running with the
  previous compiler and libraries.

* Better naming of data fields for sync descriptors

details:
* BuddyRef[S,W]: buddy.data -> buddy.only
* CtxRef[S]: ctx.data -> ctx.pool
2023-02-23 13:13:02 +00:00
..
full Minor updates for testing and cosmetics (#1476) 2023-02-23 13:13:02 +00:00
handlers Time based forking (#1465) 2023-02-16 12:40:07 +01:00
misc Silence some compiler gossip -- part 8, sync (#1467) 2023-02-14 23:38:33 +00:00
protocol Snap sync extractor and sub range proofs cont1 (#1468) 2023-02-15 10:14:40 +00:00
snap Minor updates for testing and cosmetics (#1476) 2023-02-23 13:13:02 +00:00
full.nim Minor updates for testing and cosmetics (#1476) 2023-02-23 13:13:02 +00:00
handlers.nim Snap sync extractor and sub range proofs cont1 (#1468) 2023-02-15 10:14:40 +00:00
legacy.nim Silence some compiler gossip -- part 8, sync (#1467) 2023-02-14 23:38:33 +00:00
peers.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
protocol.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00
skeleton.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
snap.nim Minor updates for testing and cosmetics (#1476) 2023-02-23 13:13:02 +00:00
sync_desc.nim Minor updates for testing and cosmetics (#1476) 2023-02-23 13:13:02 +00:00
sync_sched.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
types.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00