-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(locksmith): API for eventcaster is now async #15039
Merged
Merged
Conversation
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
julien51
changed the title
Async eventcaster
feat(locksmith): API for eventcaster is now async
Nov 8, 2024
clemsos
added a commit
that referenced
this pull request
Nov 13, 2024
* - Added proposal to lower change duration - Modified command in README.md to test proposals locally on fork of base instead of mainnet * refactor and clean up * feat(ui): adding another method to advance tabs (#15035) adding another method to advance * feature(unlock-app): Migrate Unlock accounts (#15033) * legacy auth wrapper * migration page * migration layout * update privy config * legacy hooks and providers * update dashboard header * legacy auth context * add migration compoenents * update SignInAccount * update EnterCode component * update EnterCode component * update providers * clean up * trigger upon successful email verification * add connectingwaas component * update SignInAccount * add legacy hooks * clean up * linting * some cleanup * more cleanup * more cleanup * more work * better syntax * update ConnectViaEmail component * adding another method to advance * fix accountType * dedicated page for google sign in * update password signin component * update popup component * update google signin component * adding migration with code * update MigrateUserContent component * removed extra file * once more * update google auth flow and usage * styling * fixed styling * update import usage * updated title * use privy callback * add link to direct to dashboard settings * cleanup --------- Co-authored-by: Julien Genestoux <[email protected]> * feat(smart-contracts): add lock upgrade test (#15034) lock upgrade test * feat(smart-contracts): emit `PaymentReceipt` event (#14832) * refactor legacy purcahse function * basic testing * update main helper to use logic * fix lock helper * add docstrings to interface * pay referrers * lint fixes * fix lint * fix erc20 keys helper * emit `PurchaseReceipt` event * add events * fire event in extend + add some tests * test for tip * rename to `PaymentReceipt` * fix receipts * feature(unlock-app): Prompt user to sign out before account migration (#15036) * update modal component * add sign out prompt component * update user migration content * feature(locksmith): re-enable captcha for staging (#15037) re-enable captcha * fix(unlock-app): actually showing the captcha component (#15038) actually showing the captcha component * feature(unlock-app): Improve wallet migration with responsiveness, auth, and feedback (#15040) * responsiveness * fully authenticate after import & comprehensive user feedback * fix(unlock-app): using captcha in both places (#15041) using captcha in both places * feat(unlock-app): waiting on migration * feat(unlock-app): creating a waas wallet for debugging purposes * fix(unlock-app): Fix UI conflict with sign-out prompt during account migration (#15043) * update migration feedback component * set and apply migration status * fix(unlock-app): Fix Google OAuth flow for account migration and add error logging (#15044) * update waas utility function * update google sign in component * update component for google oauth * fix(unlock-app): Better oauth state handling (#15045) better popup oauth state handling * fix(unlock-app): refactor waas util and clean up sessions (#15046) * refactor keyUtil * improve google sign in component * sign out nextauth session upon successful privy login * cleanup * feat(locksmith): API for eventcaster is now async (#15039) * wip * adding file * refactor * more * setting value from 1password * wip * adding async jobs * cleaned up * cleanup --------- Co-authored-by: Julien Genestoux <[email protected]> Co-authored-by: txbì <[email protected]> Co-authored-by: Clément Renaud <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Issues
Fixes #
Refs #
Checklist:
Release Note Draft Snippet