Right now, we optimistically upload aggregated signatures the onlyswaps router contract, where they get verified. This led to a bug where we were using the wrong threshold and didn't notice, leading to difficult-to-diagnose contract errors.
Verifiying before upload adds a tiny bit of latency, but probably worth it for bug catching
Right now, we optimistically upload aggregated signatures the onlyswaps router contract, where they get verified. This led to a bug where we were using the wrong threshold and didn't notice, leading to difficult-to-diagnose contract errors.
Verifiying before upload adds a tiny bit of latency, but probably worth it for bug catching