dapphub / k-dss

formal verification of multicollateral dai in the K framework
GNU Affero General Public License v3.0
45 stars 25 forks source link

Formal professional services #44

Closed rainbreak closed 5 years ago

rainbreak commented 5 years ago

previous latest run from https://github.com/dapphub/k-dss/pull/39: https://dapp.ci/k-dss/4296d527e38631f8b756/

796/812 accepted proofs.

Remaining problem areas:

MrChico commented 5 years ago

I have corrected the mul lemma me and @livnev found a problem with yesterday:

444c444
< rule A *Int #unsigned(B) => #unsigned(A *Int B)
---
> rule A *Word #unsigned(B) => #unsigned(A *Int B)

but since it is in lemmas.k.md this will trigger rerun (and we haven't tested whether this causes problems)

mhhf commented 5 years ago

@rainbreak something we changed yesterday let us make progress with cat bite, however - the constraints seems to be codependent :(

livnev commented 5 years ago

@rainbreak @MrChico can this be merged?

MrChico commented 5 years ago

Fine by me

gbalabasquer commented 5 years ago

Guys can this be merged, please?

gbalabasquer commented 5 years ago

Thanks!