-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: polish FrameValidationData (#60)
- Loading branch information
Showing
11 changed files
with
177 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@coinbase/onchainkit': minor | ||
--- | ||
|
||
- **feat**: deprecated `getFrameAccountAddress` as now `getFrameMessage` returns also the Account Address. #60 | ||
- **feat**: integrated with Neynars api to get validated messages + additional context like recast/follow/etc. By @robpolak #59 | ||
- **fix**: removed farcaster references as they were generating build errors and compatibility issues. By @robpolak #59 | ||
|
||
BREAKING CHANGES | ||
|
||
I will write the breaking changes in the next PR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
// 🌲 | ||
const version = '0.3.1'; | ||
|
||
export { version }; | ||
// 🌲☀️🌲 | ||
export { version } from './version'; | ||
export { getFrameHtmlResponse } from './core/getFrameHtmlResponse'; | ||
export { getFrameAccountAddress } from './core/getFrameAccountAddress'; | ||
export { getFrameMetadata } from './core/getFrameMetadata'; | ||
export { getFrameMessage } from './core/getFrameMessage'; | ||
export type { FrameRequest, FrameData } from './core/farcasterTypes'; | ||
export type { FrameRequest, FrameValidationData } from './core/farcasterTypes'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.