Skip to content

Commit

Permalink
Remove expected to be violated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
brittcyr committed Nov 21, 2024
1 parent 2d04c83 commit 7cfd5f2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions programs/manifest/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,42 +60,18 @@
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_by_index_bid",
"expected_result": "Violated",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_by_index_ask",
"expected_result": "Verified",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_bid",
"expected_result": "Violated",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_ask",
"expected_result": "Verified",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_trader_integrity_bid",
"expected_result": "Violated",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_trader_integrity_ask",
"expected_result": "Violated",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_cancel_order_by_index_no_revert_bid",
"expected_result": "Verified",
Expand Down

0 comments on commit 7cfd5f2

Please sign in to comment.