v0.16.0
What's Changed
- feat:
paidPredicateGate(#409): a combined gate that resolves identity verification (predicate) and x402 payment in a single 402 round trip. Tools using it need only 2 requests (a 402 advertising the real payment amount, then a 200) instead of 3. The caller'sX-Paymentsignature proves identity, via the recoveredfromaddress, and authorizes the transfer in one step. The onchain predicate is checked before the facilitator settles payment, so denied access returns a 403 and moves no funds. New exports:paidPredicateGateandPaidPredicateGateConfig. - docs: predicate gate docs updated for the unified 402 + X-Payment flow (#408).
- fix: the
token-nft-overlap-toolexample passesoperatorAddressin its Vercel entry (#407).
Full Changelog: ProjectOpenSea/opensea-devtools@tool-sdk-v0.15.0...tool-sdk-v0.16.0