Equibit / wallet-ui

0 stars 1 forks source link

E2E: add a setup script that mines a block. #1132

Closed kvagajack closed 6 years ago

kvagajack commented 6 years ago

Two purposes

TODO The script should be run for e2e on Travis (.travis.yml) during before_install, right after it starts wallet-api. The script should check the current size of the mempool and generate a block sending the reward to the qa user which we use to send funds to test users (think whether this user should be stored among the seed data inc keys, etc).

APIs to use

Cases

Related