v0.13.0
What's Changed
- Add Shape and Abstract chain support to all CLI commands. The
--networkflag now acceptsshapeandabstractin addition tobaseandmainnet. - Switch predicate gate and CLI auth from SIWE to EIP-3009.
predicateGatenow acceptsAuthorization: EIP-3009 <token>(preferred) andAuthorization: SIWE <token>(deprecated); EIP-3009 verification uses pureecrecoveron EIP-712 typed data with no RPC call. New exports:createEip3009AuthHeader,eip3009AuthenticatedFetch,Eip3009AuthenticatedFetchOptions. SIWE exports (createSiweMessage,createSiweAuthHeader,authenticatedFetch) are deprecated. - Add EIP-3009 zero-value authorization for usage tracking:
signZeroValueAuthorization,createEip3009UsageReporter, and anonInvocationcallback oncreateToolHandler.
Full Changelog: v0.12.0...v0.13.0