Releases: standard-crypto/farcaster-js
Releases · standard-crypto/farcaster-js
Add optional signer object to all hub-rest write methods
Features
- Adds an optional Signer object (from @farcaster/core) to all write methods where a private key hex string would be taken.
Fix Installation issues
Features
- update of makeVerificationEthAddressClaim to makeVerificationAddressClaim based on change: farcasterxyz/hub-monorepo#1667
Bug Fixes
- upgrade t0 @farcaster/core@0.14.8 to fix install issue
- update api spec to accept Solana addresses
Add support for casting into channels
Features
- farcaster-js-hub-rest: Adds the param
parentUrl
to thesubmitCast
method to allow casting into a channel
Bug Fixes
- farcaster-js-hub-rest: Updates the openAPI spec to fix the
Embed
object to support urls and casts
Add basic support for Frames
- Updates the openAPI spec to add types for Frames and the
/validateMessage
endpoint - Implements validate message logic
v6.0.1
Removes bindings to deprecated Warpcast API, which has been replaced with clients for both the hubs' REST APIs and the Neynar APIs