You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, now I try to do cbc casper formal verification by using Isabelle (see: https://github.com/LayerXcom/cbc-casper-proof).
I noticed that the signature of Later_From in definition 4.5 seems wrong.
Later and From_Sender are defined as follows.
Later: M * P(M) -> P(M)
From_Sender: V * P(M) -> P(M)
So I think Later_From should be defined as:
Later_From: M * V * P(M) -> P(M)
How do you think?
The text was updated successfully, but these errors were encountered:
Hi, now I try to do cbc casper formal verification by using Isabelle (see: https://github.com/LayerXcom/cbc-casper-proof).
I noticed that the signature of
Later_From
in definition 4.5 seems wrong.Later
andFrom_Sender
are defined as follows.So I think
Later_From
should be defined as:How do you think?
The text was updated successfully, but these errors were encountered: