nimbus-eth1/nimbus/sync/protocol
Jordan Hrycaj 0308dfac4f
Aristo db address sup trie items properly (#1600)
* Fix include

why:
  Eth67 not default yet so that got missed

* Rename `LeafKey` => `LeafTie`

why:
  Name is a pen picture of what this object is for. Also, it avoids the
  ubiquitous term `key`.

* Provided `getOrVoid()` wrapper for `getOrDefault()`

also:
  Provide `isValid()` syntactic sugar for `.isNil.not`, `!= 0` etc.
  Reorg descriptor source, split into sub-sources

* Bundled `NodeKey` objects with root ID and called it `HashLabel`

why:
  `NodeKey` (aka repurposed Hash265) objects are unique only within a
  particular sub-trie (e.g. storage slots) which are kept separated
  (i.e non-interleaved) by design. This is not applied to the backend
  as the map VertexID->NodeKey labelling the nodes needs not be injective.

  For the in-memory database (transaction) layers, the injective map
  VertexID->(VertexID,NodeKey) is used where the first field of the image
  tuple is the root ID of the sub-trie the `NodeKey` object is valid. So
  identical storage tries for different accounts can be represented.
2023-06-12 14:48:47 +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 Aristo db address sup trie items properly (#1600) 2023-06-12 14:48:47 +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