Skip to content

v0.0.10, ic-use-siwe-identity

Compare
Choose a tag to compare
@kristoferlund kristoferlund released this 18 Mar 20:56
· 45 commits to main since this release

Changed

  • The login function now returns a Promise that resolves to the Identity of the logged in user. New signature: login: () => Promise<DelegationIdentity | undefined>.
  • Upgraded wagmi to v2.5.7.
    • This introduces TanStack Query as an additional dependency.
    • Also, this means the signture for signMessageStatus has changed slightly to signMessageStatus: "error" | "idle" | "pending" | "success".
  • Upgraded viem to v2.8.4