Skip to content

Releases: cpacia/BitcoinCash-Wallet

v0.3.0

09 Sep 17:36
Compare
Choose a tag to compare

This release contains some pretty heavy refactoring to make it easier to develop going forward. Specifically:

  • Previously it was using a fork of btcd for Bitcoin Cash. Instead I've created a separate bchutil repo which contains only the bare minimum Bitcoin Cash code changes. This allows us to use stock btcd and avoid having to maintain a fork.

  • The wallet interface has been refactor to make it easy to plug the library into OpenBazaar

  • It's using the new network magic which means it will only connect to ABC 0.15 nodes. This could create spotty network coverage until more nodes update (though I haven't personally experienced this).

  • btc --> bch

  • A couple bug and stability fixes

v0.2.0

05 Aug 06:07
v0.2.0
Compare
Choose a tag to compare

This release includes some bugs and stability fixes as well as a new import key feature. BIP38 keys not yet supported.

v0.1.0-alpha

03 Aug 15:26
Compare
Choose a tag to compare

Alpha release. Very lightly tested and may lose coins. Be sure to start small.