nimbus-eth1/nimbus
Jordan Hrycaj 3c6400673d
Coredb fix kvt save only fringe condition (#2592)
* Cosmetics, spelling, etc.

* Aristo: make sure that a save cycle always commits even when empty

why:
  If `Kvt` is tied to the `Aristo` DB save cycle, then this save cycle
  must also be committed if there is no data to save for `Aristo`.

  Otherwise this will lead to excessive core memory use with some fringe
  condition where Eth headers (or blocks) are downloaded while syncing
  and not really stored on disk.

* CoreDb: Correct persistent save mode

why:
  Saving `Kvt` first is seen as a harbinger (or canary) for `Aristo` as
  both run in sync. If `Kvt` succeeds saving first, so must be `Aristo`
  next. Other than this is a defect.
2024-09-04 13:48:38 +00:00
..
beacon Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
common Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
core Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
db Coredb fix kvt save only fringe condition (#2592) 2024-09-04 13:48:38 +00:00
evm create per-fork opcode dispatcher (#2579) 2024-08-28 10:20:36 +02:00
graphql Use simpler schema when writing transactions, receipts, and withdrawals (#2420) 2024-06-29 12:43:17 +07:00
rpc Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
stateless Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
sync Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
transaction avoid exceptions, tx copy (#2569) 2024-08-19 09:42:07 +02:00
utils avoid digest when loading era block (#2572) 2024-08-20 15:23:14 +02:00
common.nim
compile_info.nim Small updates and fixes for rlpx suite (#2571) 2024-08-19 14:00:10 +00:00
config.nim Coredb and sync maintenance update (#2583) 2024-08-30 11:18:36 +00:00
constants.nim Convert GasInt to uint64, bump nim-eth and nimbus-eth2 (#2461) 2024-07-07 06:52:11 +00:00
errors.nim Remove EVM indirect imports and unused EVM errors (#2370) 2024-06-17 09:56:39 +02:00
launcher.nim
makefile
nim.cfg import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
nimbus.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
nimbus_desc.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
nimbus_import.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
rpc.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
tracer.nim Don't write slot hashes on import (#2564) 2024-08-16 08:22:51 +02:00
transaction.nim avoid exceptions, tx copy (#2569) 2024-08-19 09:42:07 +02:00
version.nim Add startup banner (#2354) 2024-06-14 10:08:44 +02:00