You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
A preparation to implement
#2998 which will require
sending multiple settle requests to drivers, and waiting for multiple
settlement transactions.
In order to match settle requests with settlement transactions, we need
`solver` that created the settlement transaction.
# Changes
<!-- List of detailed changes (how the change is accomplished) -->
- [ ] Fetch solver from settlement event and use it to make sure it's
the same as the driver reported solver address.
## How to test
Existing e2e tests.
Problem
With multiple winners per Auction, autopilot needs to support sending multiple /settle requests to solvers and waiting for transactions to be mined.
Note
Also address some code review comments from Martin #2976 (comment)
Done ☝️
The text was updated successfully, but these errors were encountered: