nimbus-eth1/nimbus/sync
Jordan Hrycaj e093fa452d
Declutter snap sync unit tests (#1444)
* Extracted RocksDB timing unit tests into separate file

why:
  make space for more in main module :)

* Extracted `inspectionRunner()` unit tests into separate file

why:
  make space for more in main module :)

* Extracted `storagesRunner()` unit tests into separate file

why:
  make space for more in main module :)

* Extracted pivot checkpoint store/retrieval unit tests into separate file

why:
  make space for more in main module :)

* Extract helper functions into separate source file

* Extracted account import unit tests into separate file

why:
  make space for more in main module :)

* Rename `test_decompose()` => `test_NodeRangeDecompose()`

why:
  There will be more functions with `test_NodeRange` prefix.
2023-01-23 16:09:12 +00:00
..
full Full sync peer negotiation control (#1390) 2022-12-18 16:06:43 +00:00
handlers Add snap protocol service stub (#1438) 2023-01-20 15:01:29 +00:00
misc Fetch-reject-reconnect loop protection (#1432) 2023-01-16 14:51:32 +00:00
protocol Add snap protocol service stub (#1438) 2023-01-20 15:01:29 +00:00
snap Declutter snap sync unit tests (#1444) 2023-01-23 16:09:12 +00:00
full.nim Full sync peer negotiation control (#1390) 2022-12-18 16:06:43 +00:00
handlers.nim Reorganise eth handlers (#1436) 2023-01-18 15:00:14 +00:00
legacy.nim Add snap protocol service stub (#1438) 2023-01-20 15:01:29 +00:00
peers.nim saner source code grouping 2022-12-02 13:51:42 +07: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 Add snap protocol service stub (#1438) 2023-01-20 15:01:29 +00:00
sync_desc.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
sync_sched.nim External beacon stream tracker (#1433) 2023-01-17 09:28:14 +00:00
types.nim initial wire protocol transformation 2022-10-15 19:48:21 +07:00