Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Releases: dashevo/dapi

v0.9.0-dev.8: feat: Platform rpc commands (#221)

09 Jan 09:51
a78b638
Compare
Choose a tag to compare
* Add all platform commands to the rpc server

v0.3.3: bugfix

26 Mar 14:24
302e7e9
Compare
Choose a tag to compare

bugfix: revert to passing insightAPI object without optianal params when contructing command

Code cleanup

21 Mar 14:24
97889ee
Compare
Choose a tag to compare
Cleanup (#156)

* Refactor quorum service

* Refactor user index
 service

* Renamed main file in the rpc server from index to server; Removed index file from dashcore; removed quorums dir from services

* Rename api folder to externalApis for clarity - it may be confused with the api provided by dapi; rename fixtures to mocks in tests, as they are mocks, not fixtures

* Moved all unit test to unit dir; Removed object-hash package and added cbor

* Bump version

* Add more verbose log messages to DAPI bootstrap

* Fix eslint warnings

* Remove username indexer spam to logs

* Add safeUpdateUsernameIndex function to username index

* Bump minor version

* Bump patch version

* Improve error handling

* Fix error handler tests

* Add dash rpc error handling to the error handler

Fix `getUser` command

21 Mar 11:36
Compare
Choose a tag to compare
v0.3.1

Update dashd-rpc in order to bring `getUser` command back

v0.3.0

18 Mar 16:32
c4021db
Compare
Choose a tag to compare
[DP-1858] change params passing in fetchDapContract and fetchDapObjec…

Fix getUser command

18 Mar 02:14
53a9fa9
Compare
Choose a tag to compare
Fix getUser command (#154)

* Fix getUser command

* Bump the version

v0.2.2: paginated getUTXO & getTransactionsByAddress for multiple addresses

11 Mar 11:03
4f34b34
Compare
Choose a tag to compare

added pagination for the getUTXO endpoint
for both getUTXO and getTransactionsByAddress endpoints:

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

Updated Drive interface to version 0.2.0

23 Feb 14:35
Compare
Choose a tag to compare
Update to Drive 0.2.0

* Update `addStPacket` to match the Drive interface

* Refactored sendRawTransition method

* Fix DashDrive adapter

* Fix `sendRawTransition` tests

* Rename params

* Bump version

Fix generate command for DAPI running in the devnet mode

04 Dec 15:38
Compare
Choose a tag to compare

Changelist:

  • Fixed behavior of generate command if DAPI node is running in devnet mode - this command wasn't working;
  • Fixed behavior of getBlocks command: when blockDate is passed as an argument, now it returns a correct result instead of an error;

Initial DAPI release

28 Nov 13:44
25a25d7
Compare
Choose a tag to compare

Initial 0.1.0 release