Skip to content

Releases: Consensys/eth2.0-dafny

First release of the formal verification of Eth2.0 specs

04 Aug 05:56
Compare
Choose a tag to compare

This release contains the Dafny verified code for a large subset of the Eth2.0 specs' functions.

This project was started by ConsenSys R&D and was also supported by the Ethereum Foundation under grant FY20-285, Q4-2020.

See the README in the master branch for more details.

Experimental branch with GasperFFG proofs.

03 Aug 21:47
Compare
Choose a tag to compare

This branch of the project aims to provide a proof that the computed justified (resp. finalised) check points are indeed justified (resp. finalised).

This branch has diverged from master and is not intended to be merged into master.

This project was started by ConsenSys R&D and was also supported by the Ethereum Foundation under grant FY20-285, Q4-2020.

See the README in this branch for more details.