Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added proposal to change voting period (#15030)
* - 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]>
- Loading branch information