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?
Introduced dapiAddressesWhiteList option. Can be used only with network and seeds options.
How Has This Been Tested?
Unit tests
Breaking Changes
None
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[x] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[x] I have assigned this pull request to a milestone
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?
dapiAddressesWhiteList
option. Can be used only withnetwork
andseeds
options.How Has This Been Tested?
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only