nimbus-eth1/nimbus/db/aristo/aristo_part
Jordan Hrycaj 7becf4e389
Remove vertex ID recycle function (#2558)
why:
  It is not safe in general to recycle vertex IDs while the `RocksDb`
  cache has `VertexID` rather than `RootedVertexID` where the former
  type seems preferable.

  In some fringe cases one might remove a vertex with key `(root1,vid)`
  and insert another vertex with key `(root2,vid)` while re-using the
  vertex ID `vid`. Without knowledge of `root1` and `root2`, the LRU
  cache will return the same vertex for `(root2,vid)` also for
  `(root1,vid)`.
2024-08-12 20:56:15 +00:00
..
part_chain_rlp.nim Added portal proof nodes generation functionality (#2539) 2024-08-06 11:29:26 +00:00
part_ctx.nim Remove vertex ID recycle function (#2558) 2024-08-12 20:56:15 +00:00
part_debug.nim Revive json tracer unit tests (#2538) 2024-08-01 10:41:20 +00:00
part_desc.nim Added portal proof nodes generation functionality (#2539) 2024-08-06 11:29:26 +00:00
part_helpers.nim Added portal proof nodes generation functionality (#2539) 2024-08-06 11:29:26 +00:00