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

Add support for BIP39 (Mnemonic Seed Phrases) #89

Merged
merged 32 commits into from
Mar 4, 2020

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    6193d0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    505842d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5260be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f9087b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    9385951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e558108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7849a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04b2c7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23b7c7a View commit details
    Browse the repository at this point in the history
  6. refactor: Remove mutation

    fubuloubu committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    cb228d5 View commit details
    Browse the repository at this point in the history
  7. refactor: Use pathlib

    fubuloubu committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    495abb3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9a5ab4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03a5f91 View commit details
    Browse the repository at this point in the history
  10. test: Ensure that the expected mnemonic also produces the same seed

    Noted because of need to normalize the unicode artifacts
    fubuloubu committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    02a0a7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52d25c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c5d2b06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec7faa7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9579c41 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    08570c8 View commit details
    Browse the repository at this point in the history
  16. refactor: Cached wordlists

    fubuloubu committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d66f6e5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13c1d87 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    85182e9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b447891 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a22929b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1a96426 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    186435e View commit details
    Browse the repository at this point in the history
  23. refactor: Used a more straightforward and faster algorithm for mnemonics

    Also moved several functions to _utils
    fubuloubu committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    e2dc859 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3bc3861 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b7b077a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ab5ff8a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1191955 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a75fb65 View commit details
    Browse the repository at this point in the history