Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Releases: dashevo/js-dapi-client

v0.6.7

12 Sep 18:24
Compare
Choose a tag to compare
Bump lib version

Add bundle to the npm package

11 Sep 15:34
Compare
Choose a tag to compare

Now bundled version of the lib is published to the npm

v0.6.5

15 Jul 07:36
Compare
Choose a tag to compare
Bump version to `0.6.5` (#79)

v0.6.1

14 Jun 07:26
Compare
Choose a tag to compare
Remove quorums lib from

v0.4.3: `getBlockHeaders` with optional verbose param

23 Apr 02:00
03c078a
Compare
Choose a tag to compare

Enhance getBlockHeaders endpoint with optional verbose param (#61)

  • add optional verbose param

  • bump version

  • update package lock

  • set limit default to 1

  • update jdoc

  • bump version

  • update package lock

v0.4.2: Bugfix: fix getting ip in MNList filtering

08 Apr 16:23
7a1ef7e
Compare
Choose a tag to compare

fixes some problems with excludedIps and MNList filtering

v0.3.3: optionally exclude nodes from MN list (#47)

26 Mar 00:51
b177df1
Compare
Choose a tag to compare

This release introduces an optional parameter to the makeRequestToRandomDAPINode function which let's the caller exclude masternodes from being selected by passing an array of their IP addresses.

v0.3.2: Merge pull request #51 from dashevo/feture/update_dashcore-lib

21 Mar 11:38
c046652
Compare
Choose a tag to compare
Update dashcore lib to the most recent version

v0.3.0: change params passing in fetchDapContract and fetchDapObjects (#48)

18 Mar 16:32
20a3e81
Compare
Choose a tag to compare
* change params passing in fetchDapContract and fetchDapObjects

* fix in src/index.js

* version 0.3.0

v0.2.2: getTransactionsByAddress for multiple addresses

11 Mar 11:05
41e1c92
Compare
Choose a tag to compare

for getTransactionsByAddress endpoint:

  • allowed array of multiple addresses to be passed
  • added additional parameters from, to, fromHeight, toHeight