nimbus-eth1/nimbus
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
..
beacon Check invalid ancestor in engine-api and beacon-sync (#2192) 2024-05-17 08:38:46 +07:00
common Aristo resume off line syncing on pre loaded database (#2203) 2024-05-22 13:41:14 +00:00
core Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
db Aristo resume off line syncing on pre loaded database (#2203) 2024-05-22 13:41:14 +00:00
evm Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
graphql Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
rpc Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
sync Fix missing disabling of `eth` service (#2199) 2024-05-20 15:02:36 +00:00
transaction Remove intermediate RpcCallData 2024-04-16 19:52:07 +07:00
utils Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
common.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
config.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
constants.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
errors.nim Core db update providing additional results code interface (#1776) 2023-09-26 10:21:13 +01:00
launcher.nim Add check copyright year linter to CI 2023-11-01 10:41:20 +07:00
lightchain_shell.nim Some renames 2018-05-28 13:22:28 +03:00
makefile Snap sync fix trie interpolation fringe condition (#1457) 2023-02-01 18:56:06 +00:00
nim.cfg NAT port mapping 2019-04-17 03:56:28 +02:00
nimbus.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
nimbus_desc.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
rpc.nim Implement eth_feeHistory (#2130) 2024-04-16 08:02:42 +07:00
stateless_runner.nim Remove obsolete select_backend and fix simulators CI (#2007) 2024-02-04 21:28:20 +07:00
tracer.nim Culling legacy DB and accounts cache (#2197) 2024-05-20 10:17:51 +00:00
transaction.nim Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
version.nim dist: precompiled binaries and Docker images (#1015) 2022-03-27 13:21:15 +02:00
vm_compile_info.nim Providing eth68 stubs while setting eth67 as default (#2129) 2024-04-12 11:21:17 +00:00
vm_computation.nim EVM cleanup 2023-08-29 07:12:31 +07:00
vm_gas_costs.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
vm_internals.nim EVM cleanup 2023-08-29 07:12:31 +07:00
vm_precompiles.nim implement better hardfork management 2022-12-02 13:51:42 +07:00
vm_state.nim EIP-4844: Fix excessBlobGas handling (#1771) 2023-09-24 22:25:41 +07:00
vm_state_transactions.nim EIP-4788: Make it clear what is an EVM system call 2023-09-22 17:21:09 +07:00
vm_types.nim Reduce compiler warnings (#2030) 2024-02-16 16:08:07 +07:00