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,40 +5,48 @@ titleshort: "BitGo"
compat: "web desktop windows mac linux"
level: 3
platform:
desktop:
text: "walletbitgo"
link: "https://chrome.google.com/webstore/detail/bitgo/jlgeogaipkoajobchncghcojanffjfhl"
source: "https://github.com/BitGo/bitgo-chrome"
screenshot: "bitgo.png"
- desktop:
name: desktop
default: &DEFAULT
text: "walletbitgo"
link: "https://chrome.google.com/webstore/detail/bitgo/jlgeogaipkoajobchncghcojanffjfhl"
source: "https://github.com/BitGo/bitgo-chrome"
screenshot: "bitgo.png"
check:
control: "checkpasscontrolmulti"
validation: "checkfailvalidationcentralized"
transparency: "checkfailtransparencyremote"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"
fees: "checkpassfeecontroldynamic"
privacycheck:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosureaccount"
privacynetwork: "checkpassprivacynetworksupporttorproxy"
os:
- windows
- mac
- linux
check:
control: "checkpasscontrolmulti"
validation: "checkfailvalidationcentralized"
transparency: "checkfailtransparencyremote"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"
fees: "checkpassfeecontroldynamic"
privacycheck:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosureaccount"
privacynetwork: "checkpassprivacynetworksupporttorproxy"
web:
text: "walletbitgo"
link: "https://www.bitgo.com/"
screenshot: "bitgo.png"
- name: windows
<<: *DEFAULT
- name: mac
<<: *DEFAULT
- name: linux
<<: *DEFAULT
- web:
name: web
os:
check:
control: "checkpasscontrolmulti"
validation: "checkfailvalidationcentralized"
transparency: "checkfailtransparencyremote"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"
fees: "checkpassfeecontroldynamic"
privacycheck:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosureaccount"
privacynetwork: "checkpassprivacynetworksupporttorproxy"
- name: web
text: "walletbitgo"
link: "https://www.bitgo.com/"
screenshot: "bitgo.png"
os:
check:
control: "checkpasscontrolmulti"
validation: "checkfailvalidationcentralized"
transparency: "checkfailtransparencyremote"
environment: "checkpassenvironmenttwofactor"
privacy: "checkpassprivacybasic"
fees: "checkpassfeecontroldynamic"
privacycheck:
privacyaddressreuse: "checkpassprivacyaddressrotation"
privacydisclosure: "checkfailprivacydisclosureaccount"
privacynetwork: "checkpassprivacynetworksupporttorproxy"
---