-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(customization): update custom dashboard for scroll (#2647)
* feat(customization): update custom dashboard for scroll * feat(customization): add button background color * feat(customization): properly configure on chain button * feat(customization): minor changes * 2614 scroll endpoints (#2624) * Added an endpoint to check eligibility for minting a badge. * Added a function to check badge eligibility using the Gitcoin Passport Decoder contract. * Revert "Added a function to check badge eligibility using the Gitcoin Passport Decoder contract." This reverts commit dd476c42a0f09d736e07ee0e738be69bb5435072. * Moved the `verifyAttestation` function to a separate `eas.ts` file and updated the `verifyCoinbaseAttestation` function to use the new function. * feat: claim endpoint * feat: upgradeing eas & ethers lib, continue work on the API * chore(iam): globally upgrade to ethers v6 * fix: remaining tests * Update node version in ci.yml * fix: failing test, have upgrdated typescript target to es2020 * fix: linter complaints * Update node version in job check-provider-bitmap in ci.yml * feat: upgrading node version acorss all workflow files * fix: linter issues in app * fix: remove logs in iam * fix: remaining build isues with ethers upgrade * feat: parse score from eas scan * fix: pass passport attester to endpoint and error handling * chore: fix serialization * chore: mock getattestations --------- Co-authored-by: Gerald Iakobinyi-Pich <nutrina9@gmail.com> * feat: adding debug statements for review (#2643) * Revert ethers scroll updates (#2651) * Revert "feat: adding debug statements for review (#2643)" This reverts commit dbf7b72. * Revert "2614 scroll endpoints (#2624)" This reverts commit 5451968. * feat(customization): wip fix tests * feat(customization): fix tests * feat(customization): modify button action type * feat(customization): add type for button action type --------- Co-authored-by: Tim <6887938+digitalmnt@users.noreply.github.com> Co-authored-by: Gerald Iakobinyi-Pich <nutrina9@gmail.com>
- Loading branch information
1 parent
8a37840
commit 9c0ed7d
Showing
6 changed files
with
80 additions
and
5 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
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 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 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 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 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