Merge branch 'v0.0.7' of github.com:trezor/blockbook into v0.0.7

This commit is contained in:
Martin Boehm 2018-09-26 11:28:14 +02:00
commit 79a22b2185
2 changed files with 8 additions and 8 deletions

View File

@ -23,9 +23,9 @@
"package_revision": "satoshilabs-1", "package_revision": "satoshilabs-1",
"system_user": "dash", "system_user": "dash",
"version": "0.12.3", "version": "0.12.3",
"binary_url": "https://github.com/dashpay/dash/releases/download/v0.12.3.2/dashcore-0.12.3.2-x86_64-linux-gnu.tar.gz", "binary_url": "https://github.com/dashpay/dash/releases/download/v0.12.3.3/dashcore-0.12.3.3-x86_64-linux-gnu.tar.gz",
"verification_type": "gpg-sha256", "verification_type": "gpg-sha256",
"verification_source": "https://github.com/dashpay/dash/releases/download/v0.12.3.2/SHA256SUMS.asc", "verification_source": "https://github.com/dashpay/dash/releases/download/v0.12.3.3/SHA256SUMS.asc",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [ "exclude_files": [
"bin/dash-qt" "bin/dash-qt"
@ -47,11 +47,11 @@
"system_user": "blockbook-dash", "system_user": "blockbook-dash",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}", "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "https://dash-explorer.trezor.io", "explorer_url": "",
"additional_params": "", "additional_params": "",
"block_chain": { "block_chain": {
"parse": true, "parse": true,
"subversion": "/Dash Core:0.12.3.2/", "subversion": "/Dash Core:0.12.3.3/",
"mempool_workers": 8, "mempool_workers": 8,
"mempool_sub_workers": 2, "mempool_sub_workers": 2,
"block_addresses_to_keep": 300, "block_addresses_to_keep": 300,

View File

@ -23,9 +23,9 @@
"package_revision": "satoshilabs-1", "package_revision": "satoshilabs-1",
"system_user": "dash", "system_user": "dash",
"version": "0.12.3", "version": "0.12.3",
"binary_url": "https://github.com/dashpay/dash/releases/download/v0.12.3.2/dashcore-0.12.3.2-x86_64-linux-gnu.tar.gz", "binary_url": "https://github.com/dashpay/dash/releases/download/v0.12.3.3/dashcore-0.12.3.3-x86_64-linux-gnu.tar.gz",
"verification_type": "gpg-sha256", "verification_type": "gpg-sha256",
"verification_source": "https://github.com/dashpay/dash/releases/download/v0.12.3.2/SHA256SUMS.asc", "verification_source": "https://github.com/dashpay/dash/releases/download/v0.12.3.3/SHA256SUMS.asc",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [ "exclude_files": [
"bin/dash-qt" "bin/dash-qt"
@ -47,11 +47,11 @@
"system_user": "blockbook-dash", "system_user": "blockbook-dash",
"internal_binding_template": ":{{.Ports.BlockbookInternal}}", "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "https://dash-explorer.trezor.io", "explorer_url": "",
"additional_params": "", "additional_params": "",
"block_chain": { "block_chain": {
"parse": true, "parse": true,
"subversion": "/Dash Core:0.12.3.2/", "subversion": "/Dash Core:0.12.3.3/",
"mempool_workers": 8, "mempool_workers": 8,
"mempool_sub_workers": 2, "mempool_sub_workers": 2,
"block_addresses_to_keep": 300, "block_addresses_to_keep": 300,