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(wallets): restrict wallet creation with allow_registrations flag #2203

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Commits on Aug 28, 2024

  1. Restrict wallet creation with config flag

    KDF startup throws an error if the `allow_registrations` config value is false and the seed is unknown (no name provided) or if a name is provided and it has not been registered before.
    
    This is used to emulate the sign-in vs register behaviour a typical auth service would provide.
    CharlVS committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0e7b3eb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Update mm2src/mm2_main/src/lp_wallet.rs

    Co-authored-by: Samuel Onoja <[email protected]>
    CharlVS and borngraced authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f44f78b View commit details
    Browse the repository at this point in the history