Skip to content
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: set & persist explicit account created from the implicit flow as the selected one #7923

Merged
merged 121 commits into from
Feb 6, 2024

Conversation

evavirseda
Copy link
Collaborator

@evavirseda evavirseda commented Jan 23, 2024

Summary

Closes #7845

...

Changelog

- Please write a list of changes

Testing

Platforms

Please select any platforms where your changes have been tested.

  • Desktop
    • MacOS
    • Linux
    • Windows

Instructions

Please describe the specific instructions, configurations, and/or test cases necessary to test and verify that your changes work as intended.

...

Checklist

Please tick the following boxes that are relevant to your changes.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or modified tests that prove my changes work as intended
  • I have verified that new and existing unit tests pass locally with my changes
  • I have verified that my latest changes pass CI workflows for testing and linting
  • I have made corresponding changes to the documentation

marc2332 and others added 30 commits December 21, 2023 17:17
…are-ui-step1

packages/desktop/views/account/multi-step/ShowOneTimeAddress.svelte
packages/desktop/views/implicit-account-creation/views/activate/MainView.svelte
…t-account-creation-view

packages/desktop/views/implicit-account-creation/ImplicitAccountCreationRouterView.svelte
Copy link
Member

@cpl121 cpl121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amazing job! 🥇
2 more comments

  1. I think it would be a good idea in ImplicitAccountCreationView to check if ($selectedWallet?.hasImplicitAccountCreationTransactionInProgress && $selectedWallet?.isTransferring) to redirect to step 3. This way, when we receive more extra funds from the faucet, it is not sent to step 2 again
  2. The wallet deposit address does not update properly when the account output is received, and looks empty
    Captura de pantalla de 2024-01-30 12-31-42

Copy link
Member

@cpl121 cpl121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so close!! 🤏🏼

Copy link
Member

@cpl121 cpl121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

Copy link
Member

@cpl121 cpl121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect!

@cpl121 cpl121 merged commit fdff814 into develop-iota2.0 Feb 6, 2024
3 of 4 checks passed
@cpl121 cpl121 deleted the feat/set-and-persist-explicit-account branch February 6, 2024 10:33
@begonaalvarezd begonaalvarezd linked an issue Feb 6, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants