Skip to content

Releases: dan-da/hd-wallet-addrs

hd-wallet-addrs-v0.3.0

04 Jun 04:50
Compare
Choose a tag to compare

This release finally works with php8+

hd-wallet-addrs-v0.1.8

01 Aug 15:42
Compare
Choose a tag to compare

This release adds support for reading segwit ypub and zpub extended keys used by 3rd party wallets such as Electrum and Samourai. ypub keys generate backwards compatible p2sh style segwit addresses beginning with 3 while zpub keys generate bech32 encoded addresses beginning with bc1.

The Bitcoin-core manner of deriving segwit addresses from an xpub is not supported in this release.

hd-wallet-addrs-v0.1.5

23 May 18:22
Compare
Choose a tag to compare
  • Addresses issue #4. Fixes bitwasp dependency version problem with php7.

hd-wallet-addrs-v0.1.4

21 May 23:38
Compare
Choose a tag to compare
  • Adds support for btcd as an API provider for finding used wallet addresses.
    note: btcd does not provide received/sent/balance info for each address, so those fields are empty.
  • removes toshi from roundrobin list because toshi.io is no longer available.
  • now runs under php7 (as well as php5.5+)

hd-wallet-addrs-v0.1.3

08 Apr 20:39
Compare
Choose a tag to compare

Changes:

64c2549 bump version to hd-wallet-addrs-v0.1.3
7f22536 Add legacy Copay gap limit warning
7e35d87 update README with blockr.io info
3eec473 add a blockr test case
6c8e2e9 added support for blockr.io API
d43d7b8 document --api=roundrobin feature
141c8fc update README with latest usage

hd-wallet-addrs-v0.1.2

07 Feb 20:07
Compare
Choose a tag to compare

This release adds the following features:

  • added --api=roundrobin option which will cycle through blockchain providers one address at a time to improve privacy.
  • added --batch-size option for direct control over how large each address batch is.
  • added --gen-only option to generate addresses without checking the blockchain if they have been used.
  • added --type option to control which type of addresses are generated: receive, change, or both.

hd-wallet-addrs-v0.1.1

04 Feb 20:02
Compare
Choose a tag to compare

This release has minor changes:

  • Adds a summary of receive address count and change address count to text and addrlist reports.
  • Adds --version flag to print the program version.