1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

defs: add consensus_branch_id to bitcoin-like (#305)

This commit is contained in:
Szymon Lesisz 2019-04-02 15:12:45 +02:00 committed by Pavol Rusnak
parent 5ccebed9d3
commit 550281adf1
60 changed files with 135 additions and 60 deletions

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -43,5 +43,6 @@
"https://bch4.trezor.io",
"https://bch5.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -43,5 +43,6 @@
"https://btg4.trezor.io",
"https://btg5.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"max_address_length": 53,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -43,5 +43,6 @@
"https://btc4.trezor.io",
"https://btc5.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"https://tbtc1.trezor.io",
"https://tbtc2.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://insight.bitcore.cc"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://explorer.btcprivate.org"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -40,5 +40,6 @@
"https://blockbook1.bitcoinrh.org",
"https://blockbook2.bitcoinrh.org"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -42,5 +42,6 @@
"https://blockbook3.capricoin.org",
"https://blockbook4.capricoin.org"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -40,5 +40,6 @@
"https://dash4.trezor.io",
"https://dash5.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://mainnet.decred.org"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://testnet.decred.org"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -40,5 +40,6 @@
"https://dgb1.trezor.io",
"https://dgb2.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -40,5 +40,6 @@
"https://doge4.trezor.io",
"https://doge5.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://bitcore.feathercoin.com"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://explorer.flashcoin.io"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://livenet.flocha.in"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -39,5 +39,6 @@
"blockbook": [
"https://explorer.fujicoin.org"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"blockbook": [
"https://blockbook.gamecredits.network"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"blockbook": [
"https://blockbook.gincoin.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -39,5 +39,6 @@
"blockbook": [
"https://blockbook.groestlcoin.org"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -38,5 +38,6 @@
"blockbook": [
"https://blockbook-test.groestlcoin.org"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,11 @@
"https://api.kmd.dev"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": {
"1": 0,
"2": 0,
"3": 1537743641,
"4": 1991772603
}
}

View File

@ -36,5 +36,6 @@
"https://insight.kotocoin.info"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -40,5 +40,6 @@
"https://ltc4.trezor.io",
"https://ltc5.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://testnet.litecore.io"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -39,5 +39,6 @@
"blockbook": [
"https://blockbook.electrum-mona.org"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"https://nmc1.trezor.io",
"https://nmc2.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 34,
"bitcore": ["https://blockchain.nixplatform.io"],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://live.pesetacoin.info"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"blockbook": [
"https://blockbook.pivx.link"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"blockbook": [
"https://blockbook-testnet.pivx.link"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -34,5 +34,6 @@
"max_address_length": 35,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"max_address_length": 34,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://ravencoin.network"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -39,5 +39,6 @@
"https://insight.smartcash.cc"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"max_address_length": 35,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"max_address_length": 47,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://insight.terracoin.io"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -40,5 +40,6 @@
"https://vtc4.trezor.io",
"https://vtc5.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -39,5 +39,6 @@
"https://explorer.viacoin.org"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -40,5 +40,11 @@
"https://zec4.trezor.io",
"https://zec5.trezor.io"
],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": {
"1": 0,
"2": 0,
"3": 1537743641,
"4": 1991772603
}
}

View File

@ -36,5 +36,11 @@
"https://explorer.testnet.z.cash"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": {
"1": 0,
"2": 0,
"3": 1537743641,
"4": 1991772603
}
}

View File

@ -36,5 +36,6 @@
"https://explorer.zcl.zeltrez.io"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -39,5 +39,6 @@
"https://insight.zcoin.io"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -37,5 +37,6 @@
"max_address_length": 35,
"bitcore": [],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}

View File

@ -36,5 +36,6 @@
"https://explorer.zensystem.io"
],
"blockbook": [],
"cooldown": 100
"cooldown": 100,
"consensus_branch_id": null
}