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 has been archived by the owner on Oct 11, 2024. It is now read-only.
I had a bug in my code that caused signatureUtils.ecSignOrderAsyncto reject/throw here. It was difficult to track down what was going on because AFAICT the error is just being swallowed up without being logged.
There might be an easier way to reproduce this, but here's more or less what I did:
I had a bug in my code that caused
signatureUtils.ecSignOrderAsync
to reject/throw here. It was difficult to track down what was going on because AFAICT the error is just being swallowed up without being logged.There might be an easier way to reproduce this, but here's more or less what I did:
getOrderWithTakerAndFeeConfigFromRelayer
to include an invalid field. I had accidentally setmakerFeeAssetData
to0x0
instead of0x
.The text was updated successfully, but these errors were encountered: