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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# @opensea/tool-sdk
2
2
3
+
## 0.16.1
4
+
5
+
### Patch Changes
6
+
7
+
- 8812960: Require `validBefore` in predicate-gate authorizations. `verifyXPaymentAuth` previously left `validBefore` optional: a caller could sign a `TransferWithAuthorization` with `validBefore=0` and omit the field, so the expiry check was skipped and the gate accepted an unbounded, non-expiring proof. The field is now required in both the X-Payment and EIP-3009 auth paths, with the now-dead `validBefore !== undefined` guards and the `?? "0"` recovery fallback removed. Thanks @Nexory (ProjectOpenSea/tool-sdk#10).
0 commit comments