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

Taproot: WIP send to taproot addresses (legacy) #1718

Closed
wants to merge 13 commits into from

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    bd0b7b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a2d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f540224 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    327bc21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6ee1e5 View commit details
    Browse the repository at this point in the history
  6. feat(common): add taproot field to coin definitions

    enable for Bitcoin Testnet and Bitcoin Regtest
    prusnak committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    0d49b8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faea862 View commit details
    Browse the repository at this point in the history
  8. fix(crypto): remove 3 BIP-173 test cases from segwit_addr

    because they encode segwit program > 0 and these should no longer
    be encoded with Bech32 but rather with Bech32m
    prusnak committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    8c8884d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    a245ec6 View commit details
    Browse the repository at this point in the history
  2. fix(core): remove 3 BIP-173 test cases from test_trezor.crypto.bech32

    because they encode segwit program > 0 and these should no longer
    be encoded with Bech32 but rather with Bech32m
    prusnak committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    79de682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7150997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45d31ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    898296d View commit details
    Browse the repository at this point in the history