From 22d6cd23977ce7d651d3b90413ce0c131cac2c94 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, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality_check.yml b/.github/workflows/quality_check.yml index ad39f8a6d..c383ed008 100644 --- a/.github/workflows/quality_check.yml +++ b/.github/workflows/quality_check.yml @@ -11,7 +11,6 @@ name: "Quality checks" - palazzo - colosseo - colosseo_II - - genbutemple - suzukacastle env: diff --git a/protocol/features.json b/protocol/features.json index 1919df01e..8c73cedec 100644 --- a/protocol/features.json +++ b/protocol/features.json @@ -476,7 +476,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": [ @@ -551,4 +558,4 @@ "milestone": "unknown", "acs": [] } -} +} \ No newline at end of file