Skip to content

Releases: dashpay/dashcore-lib

DashCore library 0.18.4 - bugfix release

10 Jun 17:22
aedcd45
Compare
Choose a tag to compare
  • Fix: transaction constructor typings

DashCore library 0.18.3

10 Jun 15:25
1471971
Compare
Choose a tag to compare
  • Added typings for the crypto namespace;
  • Fixed typings for SimplifiedMNListEntry

Dash Core library v0.18.2

10 Jun 12:00
1e83a74
Compare
Choose a tag to compare
chore: bump version to 0.18.2 (#150)

v0.18.1

15 May 16:54
b765677
Compare
Choose a tag to compare
chore: bump library version to 0.18.1 (#145)

v0.18.0: Hashsigner verify pubkey (#140)

26 Nov 13:42
06aa054
Compare
Choose a tag to compare
* Add method for signature verification with the pubkey to the signer

* Refactor HashSigner namespace

0.17.12: New funding output (#138)

22 Nov 09:10
54c105e
Compare
Choose a tag to compare
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)

25 Jul 13:17
c55b966
Compare
Choose a tag to compare
* Fix npm packages warning

* Bump patch version

v0.17.7: Fix for signers size of quorum commitment transaction (#132)

15 Jul 18:19
cad826f
Compare
Choose a tag to compare
* Fix commitment tx payload signers size serialization and adjusted tests

* Bump the version

v0.17.6: Feature/merkle block get transaction hashes (#130)

13 Jun 14:56
9a3202f
Compare
Choose a tag to compare
* Add `getTransactionHashes` method to `MerkleBlock`; Fixed `PartialMerkleTree` bug

* Bump package version

v0.17.2: update coinbase transaction for 0.14

16 Apr 12:56
Compare
Choose a tag to compare

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.