Releases: dashpay/dashcore-lib
Releases · dashpay/dashcore-lib
DashCore library 0.18.4 - bugfix release
- Fix: transaction constructor typings
DashCore library 0.18.3
- Added typings for the
crypto
namespace; - Fixed typings for
SimplifiedMNListEntry
Dash Core library v0.18.2
chore: bump version to 0.18.2 (#150)
v0.18.1
v0.18.0: Hashsigner verify pubkey (#140)
* Add method for signature verification with the pubkey to the signer * Refactor HashSigner namespace
0.17.12: New funding output (#138)
Add `addBurnOutput` method to the transaction and two utility methods to get outpoint buffer and to parse it
v0.17.9: Fix npm packages warning (#133)
* Fix npm packages warning * Bump patch version
v0.17.7: Fix for signers size of quorum commitment transaction (#132)
* Fix commitment tx payload signers size serialization and adjusted tests * Bump the version
v0.17.6: Feature/merkle block get transaction hashes (#130)
* Add `getTransactionHashes` method to `MerkleBlock`; Fixed `PartialMerkleTree` bug * Bump package version
v0.17.2: update coinbase transaction for 0.14
For the 0.14 release of the DashD daemon the coinbase transaction has been updated with a new field that contains the merkleroot of the quorum commitments. This release of dashcore-lib updates the payload of the coinbase transaction to remain compatible with this change.