nimbus-eth1/nimbus/core/clique
Jordan Hrycaj 0d73637f14
Core db simplify new api storage modes (#2075)
* Aristo+Kvt: Fix backend `dup()` function in api setup

why:
  Backend object is subject to an inheritance cascade which was not
  taken care of, before. Only the base object was duplicated.

* Kvt: Simplify DB clone/peers management

* Aristo: Simplify DB clone/peers management

* Aristo: Adjust unit test for working with memory DB only

why:
  This currently causes some memory corruption persumably in the
  `libc` background layer.

* CoredDb+Kvt: Simplify API for KVT

why:
  Simplified storage models (was over engineered) for better performance
  and code maintenance.

* CoredDb+Aristo: Simplify API for `Aristo`

why:
  Only single database state needed here. Accessing a similar state will
  be implemented from outside this module using a context layer. This
  gives better performance and improves code maintenance.

* Fix Copyright headers

* CoreDb: Turn off API tracking

why:
  CI would ot go through. Was accidentally turned on.
2024-03-14 22:17:43 +00:00
..
snapshot Core db simplify new api storage modes (#2075) 2024-03-14 22:17:43 +00:00
clique_cfg.nim Change EthTime from std.Time to distinct uint64 (#1820) 2023-10-18 09:16:11 +07:00
clique_defs.nim Change EthTime from std.Time to distinct uint64 (#1820) 2023-10-18 09:16:11 +07:00
clique_desc.nim Unified database frontend integration (#1670) 2023-08-04 12:10:09 +01:00
clique_genvote.nim Fix styles (#2046) 2024-02-21 23:04:59 +07:00
clique_helpers.nim Silence compiler gossip after nim upgrade (#1454) 2023-01-30 22:10:23 +00:00
clique_sealer.nim Bump nim-web3: remove rpc types duplicates 2023-12-13 07:58:12 +07:00
clique_snapshot.nim Prepare source code for nim v2 CI (#2028) 2024-02-15 09:57:05 +07:00
clique_verify.nim Prepare source code for nim v2 CI (#2028) 2024-02-15 09:57:05 +07:00