Skip to content

Commit

Permalink
fix mcd proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru committed Dec 18, 2024
1 parent f1508c1 commit 8a1d67b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/specs/mcd-structured/end-pack-pass-rough-spec.k
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ module END-PACK-PASS-ROUGH-SPEC
<refund> _Vrefund => ?_ </refund>
<accessedAccounts> _ => ?_ </accessedAccounts>
<accessedStorage> _ => ?_ </accessedStorage>
<createdAccounts> _ => ?_ </createdAccounts>
</substate>
<gasPrice> _ </gasPrice>
<origin> ORIGIN_ID </origin>
Expand Down Expand Up @@ -293,6 +294,7 @@ module END-PACK-PASS-ROUGH-SPEC
<refund> _Vrefund => ?_ </refund>
<accessedAccounts> _ => ?_ </accessedAccounts>
<accessedStorage> _ => ?_ </accessedStorage>
<createdAccounts> _ => ?_ </createdAccounts>
</substate>
<gasPrice> _ </gasPrice>
<origin> ORIGIN_ID </origin>
Expand Down Expand Up @@ -395,6 +397,7 @@ module END-PACK-PASS-ROUGH-SPEC
<refund> _Vrefund => ?_ </refund>
<accessedAccounts> _ => ?_ </accessedAccounts>
<accessedStorage> _ => ?_ </accessedStorage>
<createdAccounts> _ => ?_ </createdAccounts>
</substate>
<gasPrice> _ </gasPrice>
<origin> ORIGIN_ID </origin>
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/specs/mcd-structured/flapper-yank-pass-rough-spec.k
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ module FLAPPER-YANK-PASS-ROUGH-SPEC
<refund> _Vrefund => ?_ </refund>
<accessedAccounts> _ => ?_ </accessedAccounts>
<accessedStorage> _ => ?_ </accessedStorage>
<createdAccounts> _ => ?_ </createdAccounts>
</substate>
<gasPrice> _ </gasPrice>
<origin> ORIGIN_ID </origin>
Expand Down
1 change: 1 addition & 0 deletions tests/specs/mcd-structured/vat-spec.json

Large diffs are not rendered by default.

0 comments on commit 8a1d67b

Please sign in to comment.