v0.10.0
Minor release with various bug fixes, code optimizations, and a new module
- New
bitcore-message
module for bitcoin message signing and verification. Check it out: https://github.com/bitpay/bitcore-message. Transaction
:- Add locktime handling methods like
getLockTime
,lockUntilBlockHeight
andlockUntilDate
. - Add
removeInput
method. - Several bug fixes on serialization/deserialization to JSON.
- OP_RETURN is no longer considered dust.
- Fix inspect method so it doesn't fail on incomplete TX.
- Better error message on unsupported input types.
- Fix bug in change and fee calculation.
- Add locktime handling methods like
- Significant performance improvement on bn.js usage.
- Expose
lodash
dependency to optimize submodule sizes for browser bundles. - Add fromBuffer and toBuffer to PrivateKey, HDPrivateKey and HDPublicKey.
- Add Signature subclass for Transaction Signatures.
- Fix HD path parsing for some edge cases.
- Improve docs.