Skip to content

Commit

Permalink
Merge pull request #227 from LedgerHQ/client-address-verification
Browse files Browse the repository at this point in the history
Client address verification in Python library
  • Loading branch information
bigspider authored Feb 15, 2024
2 parents 34ba07a + aa89c63 commit 1b83e00
Show file tree
Hide file tree
Showing 49 changed files with 6,227 additions and 3,904 deletions.
2 changes: 1 addition & 1 deletion bitcoin_client/ledger_bitcoin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from .wallet import AddressType, WalletPolicy, MultisigWallet, WalletType

__version__ = '0.2.2'
__version__ = '0.3.0'

__all__ = [
"Client",
Expand Down
4 changes: 0 additions & 4 deletions bitcoin_client/ledger_bitcoin/bip380/README

This file was deleted.

1 change: 0 additions & 1 deletion bitcoin_client/ledger_bitcoin/bip380/__init__.py

This file was deleted.

220 changes: 0 additions & 220 deletions bitcoin_client/ledger_bitcoin/bip380/descriptors/__init__.py

This file was deleted.

71 changes: 0 additions & 71 deletions bitcoin_client/ledger_bitcoin/bip380/descriptors/checksum.py

This file was deleted.

5 changes: 0 additions & 5 deletions bitcoin_client/ledger_bitcoin/bip380/descriptors/errors.py

This file was deleted.

56 changes: 0 additions & 56 deletions bitcoin_client/ledger_bitcoin/bip380/descriptors/parsing.py

This file was deleted.

21 changes: 0 additions & 21 deletions bitcoin_client/ledger_bitcoin/bip380/descriptors/utils.py

This file was deleted.

Loading

0 comments on commit 1b83e00

Please sign in to comment.