nimbus-eth1
nimbus-eth1 copied to clipboard
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
I think let's work on this in a branch until hive and/or other disabled testing works again
in hive we have 5 test suites: rpc, graphql, engine-api, consensus, and pyspec.
rpc suite and graphql are not completely related to ForkedChain. They have their own domain of problem. Only engine-api suite and pyspec have direct dependancy to ForkedChain. Consensus test suite although using the same test vectors as test_blockchain_json, It can be fixed separately from this branch because it's entry point is from rlp block import.