consensus-shipyard / consensuslab

The go-to place for scalable decentralised consensus research
66 stars 3 forks source link

🎯 | G2-M2: MVP of parallel execution in FEVM #202

Closed jsoares closed 1 year ago

jsoares commented 1 year ago

The prototype of parallel execution in F(E)VM is further developed into an MVP suitable for integrating into nodes to be deployed in a test network. The implementation is basically tested and well documented. Implemented conformance tests can detect correctness violations in case concurrent execution disregards dependencies.

Steps:

  1. Implement mechanisms and conformance tests to detect correctness violations
  2. Implement further basic tests and fix identified bugs
  3. Streamline code and add missing in-code documentation
  4. Prepare documentation and a write-up

ETA: 2023-07-31