Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hypothetical situations that would benefit from component composition:

  • Isolatable execution engine
    • EVM and state are needed and not the Consensus. Ex: Rollups, Hedera Hashgraph, EVM testing tools
  • Transaction pool and block gossip needed. Mev searchers. 
    • Possibly EVM needed to for gas use analysis.
  • Use case specific builds
    • All-in-one mainnet client that provides ethereum proof-of-stake as its only consensus mechanism.
  • State Synch Testbed, rapid prototyping for data stores which can be populated with state changes from a moving chain.

...