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

Fix derivation from xpubs #29

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fix derivation from xpubs #29

wants to merge 6 commits into from

Commits on Oct 8, 2021

  1. Fix derivation from xpubs

    This small patch fixes a check in order to allow arbitrary xpubs to be
    derived from without the need for root xpub/xprvs.
    alecov committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    b8ce968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01aa683 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Add support for DeSo

    - New entries in cryptocurrencies.py;
    - New {public,private}_key_base58check fields.
    alecov committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    30330b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    aa0c4a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Updates

    - Introduce `DEFAULT_SEMANTIC` to cryptocurrency description;
    - Introduce `"base58check"` semantic (for DeSo);
    - Introduce `address()` in `HDWallet`;
    - Fix xpub/xprv address prefixes for DESOTEST.
    
    The default semantic for Bitcoin is "p2wpkh".
    alecov committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    075f739 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    166f7ae View commit details
    Browse the repository at this point in the history