This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
Releases: dashevo/js-dapi-client
Releases · dashevo/js-dapi-client
v0.6.7
Add bundle to the npm package
Now bundled version of the lib is published to the npm
v0.6.5
v0.6.1
v0.4.3: `getBlockHeaders` with optional verbose param
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
fixes some problems with excludedIps and MNList filtering
v0.3.3: optionally exclude nodes from MN list (#47)
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
Update dashcore lib to the most recent version
v0.3.0: change params passing in fetchDapContract and fetchDapObjects (#48)
* change params passing in fetchDapContract and fetchDapObjects * fix in src/index.js * version 0.3.0
v0.2.2: getTransactionsByAddress for multiple addresses
for getTransactionsByAddress endpoint:
- allowed array of multiple addresses to be passed
- added additional parameters from, to, fromHeight, toHeight