Skip to content

v0.17.0

Choose a tag to compare

@ryanio ryanio released this 11 Jun 15:19
· 22 commits to main since this release

What's Changed

Minor Changes

  • Sync the manifest schema with the canonical ERC-8257 spec: featuredImage is now an optional field in the manifest Zod schema, so manifests declaring it pass validation. (#419)

Patch Changes

  • Remove the broken --auth eip3009 path from the pay CLI command (along with its --manifest and --chain options). The flag bypassed the unified x402 flow (probe → 402 → sign X-Payment → retry) and caused 500 errors. pay now always uses the probe-then-sign path. (#421)
  • Update example READMEs to remove --auth eip3009 usage. (#422)

Full Changelog: ProjectOpenSea/opensea-devtools@tool-sdk-v0.16.1...tool-sdk-v0.17.0