Refactoring wallets data format to make it easier to process

This commit is contained in:
Igor Kuzmenko 2017-07-18 17:30:34 +02:00
parent d206471809
commit 2fb9b4d136
26 changed files with 822 additions and 915 deletions

View file

@ -5,24 +5,29 @@ titleshort: "Bitcoin<br>Core"
compat: "desktop windows mac linux"
level: 1
platform:
desktop:
text: "walletbitcoinqt"
link: "bitcoincore"
source: "https://github.com/bitcoin/bitcoin"
screenshot: "bitcoincore.png"
- desktop:
name: desktop
default: &DEFAULT
text: "walletbitcoincore"
link: "bitcoincore"
source: "https://github.com/bitcoin/bitcoin"
screenshot: "bitcoincore.png"
check:
control: "checkgoodcontrolfull"
validation: "checkgoodvalidationfullnode"
transparency: "checkgoodtransparencydeterministic"
environment: "checkfailenvironmentdesktop"
privacy: "checkgoodprivacyimproved"
fees: "checkgoodfeecontrolfull"
privacycheck:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkpassprivacydisclosurefullnode"
privacynetwork: "checkpassprivacynetworksupporttorproxy"
os:
- windows
- mac
- linux
check:
control: "checkgoodcontrolfull"
validation: "checkgoodvalidationfullnode"
transparency: "checkgoodtransparencydeterministic"
environment: "checkfailenvironmentdesktop"
privacy: "checkgoodprivacyimproved"
fees: "checkgoodfeecontrolfull"
privacycheck:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkpassprivacydisclosurefullnode"
privacynetwork: "checkpassprivacynetworksupporttorproxy"
- name: windows
<<: *DEFAULT
- name: mac
<<: *DEFAULT
- name: linux
<<: *DEFAULT
---