nimbus-eth1/nimbus
andri lim 329a8f05bb
Add Cancun timestamp to MainNet preset (#2342)
* Add Cancun timestamp to MainNet preset

* Fix forkid test: add Cancun forkid
2024-06-14 05:29:09 +00:00
..
beacon Avoid recomputing hashes when persisting data (#2350) 2024-06-14 07:10:00 +02:00
common Add Cancun timestamp to MainNet preset (#2342) 2024-06-14 05:29:09 +00:00
core Avoid recomputing hashes when persisting data (#2350) 2024-06-14 07:10:00 +02:00
db Avoid recomputing hashes when persisting data (#2350) 2024-06-14 07:10:00 +02:00
evm avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
graphql Avoid recomputing hashes when persisting data (#2350) 2024-06-14 07:10:00 +02:00
rpc Avoid recomputing hashes when persisting data (#2350) 2024-06-14 07:10:00 +02:00
stateless Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
sync avoid initTable (#2328) 2024-06-10 11:05:30 +02:00
transaction Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
utils Avoid recomputing hashes when persisting data (#2350) 2024-06-14 07:10:00 +02:00
common.nim
config.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
constants.nim
errors.nim
launcher.nim
makefile
nim.cfg import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
nimbus.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
nimbus_desc.nim rm full sync (#2324) 2024-06-08 07:41:44 +07:00
nimbus_import.nim Avoid recomputing hashes when persisting data (#2350) 2024-06-14 07:10:00 +02:00
rpc.nim Implement eth_feeHistory (#2130) 2024-04-16 08:02:42 +07:00
tracer.nim Consolidate block type for block processing (#2325) 2024-06-09 16:32:20 +02:00
transaction.nim Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00
version.nim Implement engine_getClientVersionV1 (#2233) 2024-05-29 09:20:50 +02:00
vm_compile_info.nim Cleanup unused raises in evm/state and other obsolete informations (#2243) 2024-05-30 09:03:54 +00:00
vm_computation.nim use --styleCheck:error (#2242) 2024-05-30 09:01:07 +00:00
vm_gas_costs.nim
vm_internals.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
vm_precompiles.nim Remove exceptions from EVM (#2314) 2024-06-07 15:24:32 +07:00
vm_state.nim Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
vm_state_transactions.nim Attempt to roll back stateless mode implementation in a single PR (#2209) 2024-05-22 21:01:19 +00:00
vm_types.nim