nimbus-eth1/nimbus/sync/protocol
Jordan Hrycaj f40a066cc6
Update snap sync ready to succeed at lab test (#1556)
* Extract RocksDB timing tests from snap unit tests as separate module

why:
  Declutter, make space for more snap related unit tests.

* Renamed `undumpNextGroup()` => `undumpBlocks()`

why:
  Source file name is called `undump_blocks.nim` which should be sort
  of in sync with the method name(s).

* Implement snap/1 server method `getByteCodes()`

* Implement snap/1 client method `getByteCodes()`

* Implement faculty for handling contract code fetching via snap/1

* Provide persistent storage for contract code records

* Implement contract code snap sync fetch & store

* Code massage, cosmetics

* Unit tests for verifying snap sync snapshot dump

details:
  Use `undump_kvp.dumpAllDb()` to dump any database.
2023-04-21 22:11:04 +01:00
..
eth Remove local block body rlp fix (#1555) 2023-04-21 20:08:18 +01:00
les Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
snap Update snap sync ready to succeed at lab test (#1556) 2023-04-21 22:11:04 +01:00
eth66.nim Remove local block body rlp fix (#1555) 2023-04-21 20:08:18 +01:00
eth67.nim Remove local block body rlp fix (#1555) 2023-04-21 20:08:18 +01:00
les_protocol.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
snap1.nim Update snap sync ready to succeed at lab test (#1556) 2023-04-21 22:11:04 +01:00
trace_config.nim Prep for full sync after snap make 3 (#1270) 2022-10-19 11:04:06 +01:00
wire_protocol.md add local copy of ethereum wire protocol spec 2022-09-17 09:08:55 +07:00