farcasterxyz / hub-monorepo

Implementation of the Farcaster Hub specification and supporting libraries for building applications on Farcaster
https://www.thehubble.xyz
MIT License
700 stars 392 forks source link

feat: smart contract wallet verifications #1437

Closed horsefacts closed 6 months ago

horsefacts commented 1 year ago

What is the feature you would like to implement? Extend verifications to support EIP-1271 signatures from smart contract wallets. See also: https://github.com/farcasterxyz/protocol/discussions/109

Why is this feature important? Support linking smart contract wallets and other non-EOA accounts to Farcaster identities.

Will the protocol spec need to be updated?? Yes: Section 1.5 — Verifications

sds commented 6 months ago

Implemented in #1449.