nimbus-eth1/nimbus/core/tx_pool/tx_tasks
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
..
tx_add.nim Remove txpool sender locality (#2525) 2024-07-25 22:36:08 +07:00
tx_bucket.nim TxPool: Merge tx_chain and tx_packer to reduce complexity (#2549) 2024-08-07 22:35:17 +07:00
tx_classify.nim TxPool: Merge tx_chain and tx_packer to reduce complexity (#2549) 2024-08-07 22:35:17 +07:00
tx_dispose.nim TxPool: Merge tx_chain and tx_packer to reduce complexity (#2549) 2024-08-07 22:35:17 +07:00
tx_head.nim Wiring ForkedChainRef to other components (#2423) 2024-09-04 09:54:54 +00:00
tx_recover.nim Introduce wrapper type for EIP-4844 transactions (#2177) 2024-05-15 10:07:59 +07:00