Wallets: validate wallet YAML file using JSON Schema

This commit is contained in:
David A. Harding 2017-05-14 05:53:15 -04:00
parent 0354fe0399
commit ab641d7300
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
7 changed files with 361 additions and 3 deletions

View file

@ -156,3 +156,9 @@ servers and be compatible with Tor.
To get a passing score, the wallet must avoid address reuse by using a new
change address for each transaction.
### Schema validation
Wallet entries are validated against the schema in
`quality-assurance/schemas/wallets.yaml` and you will find a
description of every available option in that file.