nimbus-eth1/tests/test_beacon
andri lim 4d9e288340
Wiring ForkedChainRef to other components (#2423)
* Wiring ForkedChainRef to other components

- Disable majority of hive simulators
- Only enable pyspec_sim for the moment
- The pyspec_sim is using a smaller RPC service wired to ForkedChainRef
- The RPC service will gradually grow

* Addressing PR review

* Fix test_beacon/setup_env

* Enable consensus_sim (#2441)

* Enable consensus_sim

* Remove isFile check

* Enable Engine API jwt auth tests and exchange cap tests

* Enable engine api in build_sim.sh

* Wire ForkedChainRef to Engine API newPayload

* Wire Engine API getBodies to ForkedChainRef

* Wire Engine API api_forkchoice to ForkedChainRef

* Wire more RPC methods to ForkedChainRef

* Implement eth_syncing

* Implement eth_call and eth_getlogs

* TxPool: simplify smartHead

* Fix smartHead usage

* Fix txpool headDiff

* Remove hasBlockHeader and use headerExists

* Addressing review
2024-09-04 09:54:54 +00:00
..
setup_env.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
test_1_initsync.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_2_extend.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_3_sethead_genesis.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_4_fill_canonical.nim Refactor beacon skeleton (#1761) 2023-09-19 11:52:28 +07:00
test_5_canonical_past_genesis.nim Consolidate block type for block processing (#2325) 2024-06-09 16:32:20 +02:00
test_6_abort_filling.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
test_7_abort_and_backstep.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00
test_8_pos_too_early.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
test_skeleton.nim Bump nim-eth, nim-web3, nimbus-eth2 (#2344) 2024-06-14 14:31:08 +07:00