dashevo / js-dapi-client

DEPRECATED JavaScript client library used to access Dash DAPI endpoints
https://dashevo.github.io/platform/DAPI-Client/
MIT License
10 stars 9 forks source link

feat: DAPI addresses white list #288

Closed shumkov closed 3 years ago

shumkov commented 3 years ago

Issue being fixed or feature implemented

Since we don't have PoSe atm, 3rd party masternodes sometimes provide wrong data that breaks test suite and application logic. The temporary solution is to hardcode reliable DCG testnet masternodes to connect. Should be removed when PoSe is introduced.

What was done?

How Has This Been Tested?

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only