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

Update to support looking up mnemonic by just the first 4 letters of each word #16704

Merged
merged 14 commits into from
Nov 1, 2023

Commits on Oct 27, 2023

  1. Update to support looking up by just the first 4 letters of each word…

    … when adding a key by mnemonic
    cmmarslender committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c47d769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b979bcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c413364 View commit details
    Browse the repository at this point in the history
  4. Run linters

    cmmarslender committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7429f56 View commit details
    Browse the repository at this point in the history
  5. Fix isort

    cmmarslender committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    88773a9 View commit details
    Browse the repository at this point in the history
  6. Remove second check for valid mnemonic length, since it is checked in…

    … the from short words function, which is always called prior to the old check
    cmmarslender committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0e7b7ee View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Update chia/util/keychain.py

    Co-authored-by: Kyle Altendorf <[email protected]>
    cmmarslender and altendky authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d3b596e View commit details
    Browse the repository at this point in the history
  2. Update chia/util/keychain.py

    Co-authored-by: Kyle Altendorf <[email protected]>
    cmmarslender and altendky authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9f23681 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Kyle Altendorf <[email protected]>
    cmmarslender and altendky authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7bc47d1 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Kyle Altendorf <[email protected]>
    cmmarslender and altendky authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bd2e4ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e29d833 View commit details
    Browse the repository at this point in the history
  6. Update chia/util/keychain.py

    Co-authored-by: Kyle Altendorf <[email protected]>
    cmmarslender and altendky authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9ae3f77 View commit details
    Browse the repository at this point in the history
  7. Fix isort

    cmmarslender committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    dec804e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    665dbdf View commit details
    Browse the repository at this point in the history