Skip to content

Commit

Permalink
Revert "feat: acs to cover program enactment bug"
Browse files Browse the repository at this point in the history
This reverts commit fae5a0e.
  • Loading branch information
cdummett committed Aug 19, 2024
1 parent fae5a0e commit 2e452bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
5 changes: 0 additions & 5 deletions protocol/0095-HVMR-high_volume_maker_rebate.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ Any APIs which report a party's rebate factor should adhere to this cap and retu
1. Given a rebate program with a window length greater than zero. If a party generated an equal amount of volume in the current epoch to a party who created volume in a previous epoch in the window, then they should both have a maker volume fraction of `0.5`. (<a name="0095-HVMR-019" href="#0095-HVMR-019">0095-HVMR-019</a>). For product spot (<a name="0095-HVMR-020" href="#0095-HVMR-020">0095-HVMR-020</a>).
1. Given a rebate program with a window length greater than zero. If a party generated an equal amount of volume in the current epoch to a party who created volume in a previous epoch which is no longer in the window, they the party should have a maker volume fraction of `1` (and the other party will have a fraction of `0`). (<a name="0095-HVMR-021" href="#0095-HVMR-021">0095-HVMR-021</a>). For product spot (<a name="0095-HVMR-022" href="#0095-HVMR-022">0095-HVMR-022</a>).

1. Given no program is currently active, if a program is enacted with a window length equal to one, volume from the last epoch should be considered and relevant parties should receive rebates in the next epoch. (<a name="0095-HVMR-040" href="#0095-HVMR-040">0095-HVMR-040</a>). For product spot (<a name="0095-HVMR-041" href="#0095-HVMR-041">0095-HVMR-041</a>).
1. Given no program is currently active, if a program is enacted with a window length equal to one, volume from epochs other than the last should not be considered and relevant parties should not receive rebates in the next epoch.(<a name="0095-HVMR-042" href="#0095-HVMR-042">0095-HVMR-042</a>). For product spot (<a name="0095-HVMR-043" href="#0095-HVMR-043">0095-HVMR-043</a>).
1. Given no program is currently active, if a program is enacted with a window length greater than one, volume from epochs within the window should be considered and relevant parties should receive rebates in the next epoch. (<a name="0095-HVMR-044" href="#0095-HVMR-044">0095-HVMR-044</a>). For product spot (<a name="0095-HVMR-045" href="#0095-HVMR-045">0095-HVMR-045</a>).
1. Given no program is currently active, if a program is enacted with a window length greater than one, volume from epochs outside the window should not be considered and relevant parties should not receive rebates in the next epoch.(<a name="0095-HVMR-046" href="#0095-HVMR-046">0095-HVMR-046</a>). For product spot (<a name="0095-HVMR-047" href="#0095-HVMR-047">0095-HVMR-047</a>).

#### Evaluating contributions across markets

1. Given two parties' making markets in two separate derivative markets using settlement assets with different quantum values, if the party's generated equal volume (e.g. 10,000 USD) then they should both have a maker volume fraction of `0.5`. (<a name="0095-HVMR-023" href="#0095-HVMR-023">0095-HVMR-023</a>).
Expand Down
11 changes: 2 additions & 9 deletions protocol/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,8 @@
"0095-HVMR-036",
"0095-HVMR-037",
"0095-HVMR-038",
"0095-HVMR-039",
"0095-HVMR-040",
"0095-HVMR-041",
"0095-HVMR-042",
"0095-HVMR-043",
"0095-HVMR-044",
"0095-HVMR-045",
"0095-HVMR-046",
"0095-HVMR-047"
"0095-HVMR-039"

]
},
"Unknown": {
Expand Down

0 comments on commit 2e452bf

Please sign in to comment.