-
Notifications
You must be signed in to change notification settings - Fork 86
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
Propagate the surplus capturing JIT-order owners to the solvers #2759
Propagate the surplus capturing JIT-order owners to the solvers #2759
Conversation
receiver: Option<eth::H160>, | ||
owner: eth::H160, |
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.
Removed the H160
import and make it all as eth::H160
to keep consistency
9b155a9
to
6690e5f
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.
Also solvers-dto crate needs to be updated
fff1c72
to
cae7a0a
Compare
cae7a0a
to
0b3b110
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.
You probably know, but this will also require a change in https://github.com/gnosis/solvers/blob/ca55c3cca15630891f653bca077a8a0c6b364c39/Cargo.toml#L49
@fleupold yup, the PR is ready, I just need to merge this first and then push the tag. |
Description
The solvers would need to know the JIT-order surplus capturing addresses (see e.g. #2715 (comment)). For that the owner addresses are propagated to the solvers in the auction json.
Changes
Propagate the list of surplus capturing JIT-order owners to the solvers in the auction json.
How to test