dashpay / js-dp-services-ctl

Control Dash Platform services using JavaScript and Docker
MIT License
5 stars 6 forks source link

feat: update code to work with DAPI Client v0.14 #127

Closed shuplenkov closed 4 years ago

shuplenkov commented 4 years ago

Issue being fixed or feature implemented

The DPI client instance creation needed to be updated to work with the new version of DAPI client.

What was done?

Updated DAPI client options that were used to create an instance.

How Has This Been Tested?

Functional tests in DAPI, to test all the chain of components.

Breaking Changes

Works only with DAPI client v0.14

Checklist:

For repository code-owners and collaborators only