Closed noot closed 1 year ago
Patch coverage: 73.16
% and project coverage change: +0.51
:tada:
Comparison is base (
b3dcb96
) 57.94% compared to head (628fd29
) 58.45%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
claimRelayer
to instead accept a signature from the claimer, signing the relayer's address, fee, and the current SwapCreator address, along with their usual swap struct.relayer
package respectivelyRelaySwap
structure needs to contain the relayer payout address to prevent front-running. because of this, I had to add arelayerquery
protocol to the network that sends the relayer's address to a querier so that it can be signed. (note that this is not used for counterparty-relays as we already know the counterparty's eth address)