-
Notifications
You must be signed in to change notification settings - Fork 170
Integrate commission and overrides to fee tier calculation #3117
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
Changes from all commits
77ed5fb
4c9699f
bbae86d
9bae32b
8b80727
7073817
28bb87c
4a2ebdf
81f688c
408f5e9
e4dfd24
744d7d5
f7e0aab
5245444
cd3221a
5cf37e9
701b510
d96fdb7
4042905
d7e5e79
a6c004a
012808b
07ce2bd
d2253f7
074d340
bb7f1a4
4fa566b
7357c0c
90f2ed9
9d34cb1
6596c86
68ef15b
af7514c
57d5dc8
547e64c
8d576b4
531bff2
57bf755
f9fb181
1f37d35
9a9379f
3a165f1
f545555
1ee5e45
618291d
328f128
3a5db29
014ac1c
4b3519e
9a89c10
b78932b
6f9f260
5df14a4
5ed3071
7024853
3b81503
b65e77d
11e6245
ef0ff25
9785716
3681f56
0494e40
be68a94
51a544b
7477b7c
cf2b247
5921bac
fd45abe
66bc1d3
b4f6af2
c133bef
af41372
c5d4338
e6d7a8a
a26e191
cc2df04
5397dfa
e702ce9
1b412e2
572da05
7e0ef0e
312a4fd
0fae476
c91c03a
66e9cc0
f571f50
755c7b9
fd9439d
a0496a0
92f8a9f
349bd5a
b98a121
c8255c1
10eb146
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,8 +68,11 @@ message UserStats { | |
| // Maker USDC in quantums | ||
| uint64 maker_notional = 2; | ||
|
|
||
| // Affiliate revenue generated in quantums | ||
| uint64 affiliate_revenue_generated_quantums = 3; | ||
| // Affiliate revenue generated in quantums with this user being a referee | ||
| uint64 affiliate_30d_revenue_generated_quantums = 3; | ||
|
|
||
| // Referred volume in quote quantums with this user being an affiliate | ||
| uint64 affiliate_30d_referred_volume_quote_quantums = 4; | ||
|
Comment on lines
+71
to
+75
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Preserve the existing field name to unblock protobuf CI. Renaming field 3 from 🧰 Tools🪛 GitHub Actions: Protobuf[error] 72-72: Field '3' with name 'affiliate_30d_revenue_generated_quantums' changed json_name from 'affiliateRevenueGeneratedQuantums' to 'affiliate30dRevenueGeneratedQuantums'. [error] 72-72: Field '3' on message 'UserStats' changed name from 'affiliate_revenue_generated_quantums' to 'affiliate_30d_revenue_generated_quantums'. 🤖 Prompt for AI Agents |
||
| } | ||
|
|
||
| // CachedStakeAmount stores the last calculated total staked amount for address | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.