Skip to content

Smart Wallets

Pre-release
Pre-release
Compare
Choose a tag to compare
@adam-maj adam-maj released this 29 Sep 19:32
· 569 commits to main since this release
1d9790f

Whats New

Support for smart wallets:

  • Deploy a smart wallet account factory
  • Deploy accounts from an account factory for your users
  • Control permissions and sessions on smart accounts
  • Send user operations from a smart account controlled by your backend wallet

Breaking Changes

  • All contract deployment endpoints moved from /deployer to /deploy
  • All endpoints at /network moved to /chain
    -x-wallet-address header renamed to x-backend-wallet-address
    -/wallet endpoints renamed to /backend-wallet
  • All endpoints moved from camelCase to hyphen-case
  • All write endpoints use result.queueId to return the queued transaction id instead of previous mix of queueId and queuedId inside result, or using result directly.

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2