mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-09 20:06:52 +00:00
9cc6e5a3aa
* 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
272 B
272 B
- Re-implement getOldestJournalBlockNumber() and
getLatestJournalBlockNumber() (from the
core_apps
module) via the CoreDb base api. Currently this api is bypassed (via the backend() directive). The functionality is directly provided by theAristo
backend.