v0.17.0
What's Changed
Minor Changes
- Sync the manifest schema with the canonical ERC-8257 spec:
featuredImageis now an optional field in the manifest Zod schema, so manifests declaring it pass validation. (#419)
Patch Changes
- Remove the broken
--auth eip3009path from thepayCLI command (along with its--manifestand--chainoptions). The flag bypassed the unified x402 flow (probe → 402 → sign X-Payment → retry) and caused 500 errors.paynow always uses the probe-then-sign path. (#421) - Update example READMEs to remove
--auth eip3009usage. (#422)
Full Changelog: ProjectOpenSea/opensea-devtools@tool-sdk-v0.16.1...tool-sdk-v0.17.0