You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will need a Blockbook mock server which can operate similar to a regtest server for our QA/integration test suite. We had an insight spike at #28 which would be a good pattern to start with.
Mock should be able to:
create funds for any address
simulate new transactions found
simulate any number of new found blocks
respond with "reasonable outputs" for all endpoints (also considering simulated values)
The text was updated successfully, but these errors were encountered:
(👍) I would prefer that we had some live server rather than some mock software that risks becoming obsolete and using their integration tests might shed insight on using some mock which is closer to reality.
(👎) On the other hand, blockbook is under heavy development and we risk our test suite rotting if their library migrates and we do not move swiftly with it.
We will need a Blockbook mock server which can operate similar to a regtest server for our QA/integration test suite. We had an insight spike at #28 which would be a good pattern to start with.
Mock should be able to:
The text was updated successfully, but these errors were encountered: