Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update referral program for new requirements #1914

Merged
merged 7 commits into from
Aug 29, 2023

Conversation

cdummett
Copy link
Collaborator

PR updates specs touched by the referral program as per the additional requirements specified in #1912.

@cdummett cdummett self-assigned this Aug 24, 2023
@cdummett cdummett marked this pull request as ready for review August 24, 2023 10:53
@barnabee barnabee self-requested a review August 29, 2023 09:46
@ValentinTrinque
Copy link
Contributor

ValentinTrinque commented Aug 29, 2023

This computation is wrong:

party_epoch_notional_taker_volume = 
   party_epoch_notional_taker_volume + 
-   (trade_price * trade_size * settlement_asset_quantum)
+   (trade_price * trade_size / settlement_asset_quantum)

@cdummett cdummett merged commit d1b65c2 into cosmicelevator Aug 29, 2023
4 checks passed
@cdummett cdummett deleted the feat/referral_updates branch August 29, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants