nimbus-eth1 icon indicating copy to clipboard operation
nimbus-eth1 copied to clipboard

Wiring ForkedChainRef to other components

Open jangko opened this issue 1 year ago • 2 comments

  • 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

jangko avatar Jun 27 '24 15:06 jangko

I think let's work on this in a branch until hive and/or other disabled testing works again

arnetheduck avatar Jun 30 '24 06:06 arnetheduck

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.

jangko avatar Jun 30 '24 07:06 jangko