-
Notifications
You must be signed in to change notification settings - Fork 93
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
JIT orders surplus support for cow amm #2682
Conversation
f390c90
to
c3dccc5
Compare
b961373
to
20b575a
Compare
6f3225f
to
da53807
Compare
The tests can be found in another PR: #2699 |
da53807
to
a7097a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really sure where the miscommunication happened but it was pointed out multiple times (slack, GH issues) that the change should be about counting the order surplus towards the solution score and NOT about applying protocol fees to JIT orders.
a7097a9
to
fb91bfd
Compare
7d62114
to
4d53879
Compare
da424a1
to
0d67d6c
Compare
ef56f59
to
0bbb938
Compare
20df656
to
cc2d7e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good IMO. Just a few nits remaining.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see anything suspicious.
I'll capture the work needed to achieve the same with full colocated drivers (I don't think it should be part of this PR).
cc2d7e6
to
b39093c
Compare
Description
JIT orders surplus support for cow amm
Changes
How to test
Tests are in another PR: #2699
Fixes #2635