This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
Releases: dashevo/dapi
Releases · dashevo/dapi
v0.9.0-dev.8: feat: Platform rpc commands (#221)
* Add all platform commands to the rpc server
v0.3.3: bugfix
bugfix: revert to passing insightAPI object without optianal params when contructing command
Code cleanup
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
v0.3.1 Update dashd-rpc in order to bring `getUser` command back
v0.3.0
Fix getUser command
Fix getUser command (#154) * Fix getUser command * Bump the version
v0.2.2: paginated getUTXO & getTransactionsByAddress for multiple addresses
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
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
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
Initial 0.1.0 release