Skip to content

Wallet API Testing

David Vorick requested to merge releasing into master

I cleaned up the documentation and server tester.

I switched from verifying batches of 50 blocks to verifying batches of 10 blocks because the database is slow and it causes problems to do it in batches of 50.

/wallet/seed PUT was changed to /wallet/address POST

Some of the api documentation was cleaned up.

The server tester object got functions for doing POST requests.

Merge request reports