From 221c3808f28392c86ff4708f3d676a264b6dd12e Mon Sep 17 00:00:00 2001 From: Charlie <99198652+cdummett@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:14:31 +0100 Subject: [PATCH] feat: update suzuka (#2326) * Revert "Merge pull request #2315 from vegaprotocol/feat/maker_rebate_update" This reverts commit 09dd85abd3086f77a9de5d568576c54426a1d881, reversing changes made to 44ecde7531b3cbce5b695f37cfd70a9f453ed982. * Revert "feat: separate fee discount components (#2293)" This reverts commit 0e9ab96b3c6ef567aa4b2d784b9edec41ad6c173. * 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 * Merge pull request #2315 from vegaprotocol/feat/maker_rebate_update feat: calculate fraction of cumulative taker volume across window --------- Co-authored-by: Tom Co-authored-by: Witold Co-authored-by: Jiajia-Cui <92106936+Jiajia-Cui@users.noreply.github.com> --- .github/workflows/quality_check.yml | 1 + protocol/features.json | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality_check.yml b/.github/workflows/quality_check.yml index 0082c4434..c383ed008 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -11,6 +11,7 @@ name: "Quality checks" - palazzo - colosseo - colosseo_II + - suzukacastle env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/protocol/features.json b/protocol/features.json index 330642ede..e3597fcf5 100644 --- a/protocol/features.json +++ b/protocol/features.json @@ -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": [ @@ -850,4 +857,4 @@ "milestone": "unknown", "acs": [] } -} +} \ No newline at end of file