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 API to Account for mnemonic seed phrases #87

Merged
merged 23 commits into from
Mar 20, 2020

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    b0d4509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f659bb2 View commit details
    Browse the repository at this point in the history
  3. feat: Allow passphrase

    fubuloubu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    7db579c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4759544 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfb8286 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15f7335 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    685ea08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ecd5126 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99b7165 View commit details
    Browse the repository at this point in the history
  10. refactor: Changed how API works for generating mnemonic

    expose number of words (related to mnemonic strength) instead of using
    entropy directly
    fubuloubu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    67478b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    780a7cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bad34b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    acd6f5f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    042635c View commit details
    Browse the repository at this point in the history
  15. refactor: Disable new API unless opted in

    Note: opt-in via Account.use_unaudited_hdwallet_features()
    fubuloubu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    aa20674 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    65afded View commit details
    Browse the repository at this point in the history
  17. refactor: Remove generate list of accounts

    also made eth_account.hdaccount functions take no defaults
    (except passphrase)
    
    test: Fuzz HD path with new API
    fubuloubu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8bff4bc View commit details
    Browse the repository at this point in the history
  18. test: Added more tests for poor use of API

    - Incorrect number of words
    - Bad account path
    - Unknown language
    - Bad passphrase
    fubuloubu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    1d1bb68 View commit details
    Browse the repository at this point in the history
  19. review: Add type hints

    fubuloubu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    113414f View commit details
    Browse the repository at this point in the history
  20. review: Use Permalinks

    fubuloubu committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    fdd657b View commit details
    Browse the repository at this point in the history
  21. review: Typo

    Co-Authored-By: Marc Garreau <marcdgarreau@gmail.com>
    fubuloubu and wolovim committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    626f18c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    46958ce View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    94257b5 View commit details
    Browse the repository at this point in the history