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 committed Sep 16, 2024
1 parent 1470c97 commit 22d6cd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ name: "Quality checks"
- palazzo
- colosseo
- colosseo_II
- genbutemple
- suzukacastle

env:
Expand Down
11 changes: 9 additions & 2 deletions protocol/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -551,4 +558,4 @@
"milestone": "unknown",
"acs": []
}
}
}

0 comments on commit 22d6cd2

Please sign in to comment.