nimbus-eth1/nimbus/db/aristo/aristo_journal
Jordan Hrycaj 9cc6e5a3aa
Aristo resume off line syncing on pre loaded database (#2203)
* Update some docu & messages

* Remove cruft from the ledger modules

* Must not overwrite genesis data on an initialised database

why:
  This will overwrite the global state of the Aristo single state DB.
  Otherwise resuming at the last synced state becomes impossible.

* Provide latest block number from journal

why:
  This relates the global state of the DB directly to the corresponding
  block number.

* Implemented unit test providing DB pre-load and resume
2024-05-22 13:41:14 +00:00
..
filter_merge.nim Core db+aristo fixes and tx handling updates (#2164) 2024-05-03 17:38:17 +00:00
filter_reverse.nim Core db+aristo fixes and tx handling updates (#2164) 2024-05-03 17:38:17 +00:00
filter_siblings.nim Core db+aristo fixes and tx handling updates (#2164) 2024-05-03 17:38:17 +00:00
filter_state_root.nim Core db+aristo fixes and tx handling updates (#2164) 2024-05-03 17:38:17 +00:00
journal_get.nim Aristo resume off line syncing on pre loaded database (#2203) 2024-05-22 13:41:14 +00:00
journal_ops.nim Core db+aristo fixes and tx handling updates (#2164) 2024-05-03 17:38:17 +00:00
journal_scheduler.nim Aristo resume off line syncing on pre loaded database (#2203) 2024-05-22 13:41:14 +00:00