nimbus-eth1/nimbus
andri lim db8b68a28c
ForkedChainRef.forkchoice: Skip newBase calculation and skip chain finalization if finalizedHash is zero (#2654)
* ForkedChainRef.forkchoice: Skip newBase calculation and skip chain finalization if finalizedHash is zero

* Fix ForkedChainRef.forkChoice: do nothing if headHash is the same with cursorHash

* Fix stupid bug in engine API FCU when calling ForkedChainRef.forkChoice

* Wire RPC server API to nimbus RPC manager

* Add test case

* Use default(Hash256) in ForkedChainRef
2024-09-27 07:53:27 +07:00
..
beacon ForkedChainRef.forkchoice: Skip newBase calculation and skip chain finalization if finalizedHash is zero (#2654) 2024-09-27 07:53:27 +07:00
common init style for Hash256 (#2661) 2024-09-26 13:24:36 +02:00
core ForkedChainRef.forkchoice: Skip newBase calculation and skip chain finalization if finalizedHash is zero (#2654) 2024-09-27 07:53:27 +07:00
db init style for Hash256 (#2661) 2024-09-26 13:24:36 +02:00
evm init style for Hash256 (#2661) 2024-09-26 13:24:36 +02:00
graphql Use simpler schema when writing transactions, receipts, and withdrawals (#2420) 2024-06-29 12:43:17 +07:00
rpc ForkedChainRef.forkchoice: Skip newBase calculation and skip chain finalization if finalizedHash is zero (#2654) 2024-09-27 07:53:27 +07:00
stateless Cleanup stateless and block witness code. (#2295) 2024-06-08 15:05:00 +07:00
sync init style for Hash256 (#2661) 2024-09-26 13:24:36 +02:00
transaction Implement EIP-7002 and EIP-7251 (#2616) 2024-09-12 16:09:46 +07:00
utils Prague types conversion 2024-09-12 16:09:42 +07:00
common.nim
compile_info.nim Small updates and fixes for rlpx suite (#2571) 2024-08-19 14:00:10 +00:00
config.nim rm exp_ RPC API infrastructure; had no actual RPC endpoints (#2635) 2024-09-18 08:53:26 +00:00
constants.nim init style for Hash256 (#2661) 2024-09-26 13:24:36 +02:00
errors.nim Remove EVM indirect imports and unused EVM errors (#2370) 2024-06-17 09:56:39 +02:00
launcher.nim
makefile
nim.cfg import: read from era files (#2254) 2024-05-31 09:13:56 +02:00
nimbus.nim Block header download beacon to era1 (#2601) 2024-09-09 09:12:56 +00:00
nimbus_desc.nim Block header download beacon to era1 (#2601) 2024-09-09 09:12:56 +00:00
nimbus_import.nim Fix import stuck with era history behind (#2629) 2024-09-21 08:38:38 +02:00
rpc.nim ForkedChainRef.forkchoice: Skip newBase calculation and skip chain finalization if finalizedHash is zero (#2654) 2024-09-27 07:53:27 +07:00
tracer.nim small cleanups (#2598) 2024-09-10 05:24:45 +00:00
transaction.nim Bump nim-eth and nim-web3 (#2625) 2024-09-13 15:48:27 +02:00
version.nim Add startup banner (#2354) 2024-06-14 10:08:44 +02:00