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
{{ message }}
This repository was archived by the owner on Jul 20, 2026. It is now read-only.
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