Skip to content

Commit

Permalink
feat: update suzuka (#2326)
Browse files Browse the repository at this point in the history
* Revert "Merge pull request #2315 from vegaprotocol/feat/maker_rebate_update"

This reverts commit 09dd85a, reversing
changes made to 44ecde7.

* Revert "feat: separate fee discount components (#2293)"

This reverts commit 0e9ab96.

* chore: trigger checks

* feat: separate fee discount components (#2293)

* feat: Adding separate discount factor components

* feat: Adding separate discount factor components

* feat: Add ACs

* feat: Fix AC code

* feat: Fix AC code

* feat: Review comments

* feat: Adding high volume maker rebate

* feat: Fix up eqs

* feat: Remove duplicative naming

* chore: Fix up markdown

* refactor: add default value

---------

Co-authored-by: Witold <gawlikowicz@gmail.com>

* Merge pull request #2315 from vegaprotocol/feat/maker_rebate_update

feat: calculate fraction of cumulative taker volume across window

---------

Co-authored-by: Tom <tom@vegaprotocol.io>
Co-authored-by: Witold <gawlikowicz@gmail.com>
Co-authored-by: Jiajia-Cui <92106936+Jiajia-Cui@users.noreply.github.com>
  • Loading branch information
4 people authored Jul 31, 2024
1 parent e97ab90 commit 221c380
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: "Quality checks"
- palazzo
- colosseo
- colosseo_II
- suzukacastle

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
11 changes: 9 additions & 2 deletions protocol/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,14 @@
"0028-GOVE-191"
]
},

"Volume Discount Factor Customisation": {
"milestone": "colosseo_II",
"acs": [
"0084-VDPR-015",
"0029-FEES-034",
"0029-FEES-035"
]
},
"Perpetual funding rates": {
"milestone": "historic_distillery",
"acs": [
Expand Down Expand Up @@ -850,4 +857,4 @@
"milestone": "unknown",
"acs": []
}
}
}

0 comments on commit 221c380

Please sign in to comment.