freespek / ssf-mc

EF project Exploring Automatic Model-Checking of the Ethereum specification
Apache License 2.0
4 stars 0 forks source link

Synchronous specification #48

Closed Kukovec closed 1 month ago

Kukovec commented 2 months ago

Alternate version of the specification, where voting is slot-restricted. For any n, once current_slot > n we will never see a vote targeting a checkpoint with slot n, so we know that any checkpoint with slot < current_slot is either already justified, or it will never become justified. This allows justified_checkpoints to be computed incrementally.

Changes:

konnov commented 1 month ago

Since we have a lot of other specifications and experiments, we have decided to abandon this branch of research.