v0.9.0
This is a project restructuring and general polishing release.
The main changes are:
- Modularize bitcore and separate some functionality into other subprojects:
- https://github.com/bitpay/bitcore-ecies (Elliptic Curve Integrated Encryption Scheme)
- https://github.com/bitpay/bitcore-mnemonic (BIP39 Mnemonics)
- https://github.com/bitpay/bitcore-payment-protocol (BIP70 Payment Protocol support)
- https://github.com/bitpay/bitcore-p2p (Interface to the bitcoin P2P network)
- https://github.com/bitpay/bitcore-channel (Payment channels smart contract support)
- https://github.com/bitpay/bitcore-explorers (Blockchain APIs)
- Various Transaction and Block bugfixes
- Added
.toScriptHashOut()
to scripts - Improved test coverage
- Added zuul for cloud testing in many browsers