Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@cpacia cpacia released this 09 Sep 17:36
· 58 commits to master since this release

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