Closed pshenmic closed 1 year ago
Resolved in https://github.com/dashpay/dash-network-deploy/pull/565
DAPI no longer runs on seed nodes. Tenderdash on seed nodes is tested like this: https://github.com/dashpay/dash-network-deploy/blob/v0.25-dev/test/smoke/tenderdash.js#L172
Expected Behavior
DAPI smoke tests should be working on the seed nodes
Current Behavior
They are not working, because because tenderdash is being run in
seed
mode, which disables Tenderdash RPC endpoint. Thus, dashmate is not able to gather necessary information for a proper smoke test executionPossible Solution
Look into tenderdash prometheus data if there is all necessary data for this task