nimbus-eth1/nimbus/db/aristo/aristo_init
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
..
rocks_db Remove vertex ID recycle function (#2558) 2024-08-12 20:56:15 +00:00
init_common.nim Triggered write event for kvt (#2351) 2024-06-13 18:15:11 +00:00
memory_db.nim Remove txpool sender locality (#2525) 2024-07-25 22:36:08 +07:00
memory_only.nim Added portal proof nodes generation functionality (#2539) 2024-08-06 11:29:26 +00:00
persistent.nim Aristo and kvt balancer management update (#2504) 2024-07-18 21:32:32 +00:00
rocks_db.nim storage: store root id together with vid, for better locality of refe… (#2449) 2024-07-04 15:46:52 +02:00