nimbus-eth1/nimbus/sync
Jordan Hrycaj f20f20f962
Prepare snap server client test scenario (#1483)
* Enable `snap/1` accounts range service

* Allow to change the garbage collector to `boehm` as a Makefile option.

why:
  There is still an unsolved memory corruption problem that might be
  related to the standard `gc`. It seemingly goes away if the `gc` is
  changed to `boehm`.

  Specifying another `gc` on the make level simplifies debugging and
  development.

* Code cosmetics

details:
* updated exception annotations
* extracted `worker_desc.nim` from `full/worker.nim`
* etc.

* Implement option to state a sync modifier file

why:
  This allows to specify extra sync type specific options which might
  change over time. This file is regularly checked for updates.

* Implement a threshold when to suspend full syncing

why:
  For a test scenario, a full sync beep may work as a local snap server.
  There is no need to download the full block chain.

details:
  The file containing the pivot specs is specified by the
  `--sync-ctrl-file` option. It is regularly parsed for updates.
2023-03-02 09:57:58 +00:00
..
full Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
handlers Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
misc Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
protocol Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
snap Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
full.nim Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +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 Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
sync_desc.nim Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
sync_sched.nim Prepare snap server client test scenario (#1483) 2023-03-02 09:57:58 +00:00
types.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00