Skip to content

Commit

Permalink
Bring back a formal verification rule for cancel (#314)
Browse files Browse the repository at this point in the history
* Bring back some rules

* Remove swap
  • Loading branch information
brittcyr authored Dec 7, 2024
1 parent b1f8d09 commit 7255c73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions programs/manifest/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_bid",
"expected_result": "Verified",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_ask",
"expected_result": "Verified",
Expand Down

0 comments on commit 7255c73

Please sign in to comment.