Improvements
-
Proposals API Documentation: Added comprehensive documentation for the Proposals API, including endpoint references for multi-signature proposals:
- Create Proposal - Initiate new proposals
- List Proposals - Query proposals by account
- Get Proposal - Retrieve proposal details
- Vote on Proposal - Approve, reject, or cancel
- Vote and Execute - Single-step approval and execution
- Passkey Create Account: Fixed outdated endpoint description and added accurate response examples showing passkey-based authentication data.
- Passkey Timing Constraints: Added documentation explaining the ~3 minute slot hash window for passkey challenges.
- Legacy Docs Navigation: Restored visibility of legacy API documentation for users migrating from older versions.
New Features
- Custom Account Creation Endpoint: New
/accounts/create:customendpoint allows creating accounts with custom policies directly. This enables advanced account configurations without requiring the standard account creation flow.
SDK Updates
- TypeScript SDK: Updated documentation to latest version with improved quickstart guide.
- React SDK: Promoted from experimental to latest stable version with full passkey authentication support.
- React Native SDK: Updated documentation with latest interfaces and quickstart improvements.
New Features
-
Passkeys API Reference: Complete API reference documentation for passkey-based authentication endpoints:
- Create Passkey - Register a new passkey
- Authorize Session - Start WebAuthn authentication
- Submit Session - Complete authentication flow
- Create Account - Create passkey + smart account atomically
- Find Account - Look up passkey accounts
- Get Account - Retrieve account details
- Get Session - Check session status
- See Passkeys Introduction and Integration Guide for implementation details.