Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

protolambda/macula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macula

DEPRECATED. See https://github.com/ethereum-optimism/cannon/ for full EVM fraud proof.


Experimental python optimistic rollup fraud-proof generation tech by @protolambda.

Working on a python version for brevity and simplicity. See previous Go-experiment for incomplete but faster Go implementation. Inconvenient Merkle-Patricia-Trie access of ethereum state is the main drawback of python, maybe the Go version makes a comeback.

Q: Difference with Optimism OVM? A: pure 1:1 EVM, but interactive fraud proof.

Q: Difference with Arbitrum AVM? A: Also interactive fraud proof, but no AVM extras, no compiler, simplicity first. Maintain 1:1 EVM for tooling ease and hopeful for later L1 non-interactive replacement.

Q: Why is it named Macula? A: The Macula is the spot of the retina for color vision. No optimism without color, no proof without optical vision.

License

LGPL v3, see LICENSE file. The EVM design is based on the go-ethereum EVM.

About

Experimental python optimistic rollup fraud-proof generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages