mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-12 20:16:27 +00:00
5 lines
272 B
Markdown
5 lines
272 B
Markdown
|
* 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 the `Aristo` backend.
|