Skip to content

Commit

Permalink
feat(common): add taproot field to coin definitions
Browse files Browse the repository at this point in the history
enable for Bitcoin Testnet and Bitcoin Regtest
  • Loading branch information
prusnak committed Jul 21, 2021
1 parent f4b28ac commit f9aa547
Show file tree
Hide file tree
Showing 67 changed files with 130 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/defs/bitcoin/actinium.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 228,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/axe.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 4242,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bcash.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": "bitcoincash",
"slip44": 145,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": 0,
"force_bip143": true,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bcash_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": "bchtest",
"slip44": 1,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": 0,
"force_bip143": true,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bellcoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 25252,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bgold.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 156,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": 79,
"force_bip143": true,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bgold_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": 79,
"force_bip143": true,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bitcoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 0,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bitcoin_regtest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": true,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bitcoin_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": true,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bitcore.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 160,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bitzeny.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 123,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/bprivate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 183,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": 42,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/brhodium.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 10291,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/cpuchain.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 363,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/crown.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 72,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/dash.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 5,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/dash_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/decred.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 42,
"segwit": false,
"taproot": false,
"decred": true,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/decred_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": false,
"taproot": false,
"decred": true,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/digibyte.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 20,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/dogecoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 3,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/feathercoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 8,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/firo.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 136,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/firo_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/florincoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 216,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/fujicoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 75,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/gamecredits.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 101,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/groestlcoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 17,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/groestlcoin_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/komodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 141,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/koto.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 510,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/litecoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 2,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/litecoin_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/monacoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 22,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/monetaryunit.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 31,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/namecoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 7,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/nix.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 400,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/particl.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 44,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/particl_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/peercoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 6,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/peercoin_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/polis.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1997,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/primecoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 24,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/qtum.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 2301,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/qtum_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": true,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/ravencoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 175,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/ravencoin_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 1,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down
1 change: 1 addition & 0 deletions common/defs/bitcoin/ritocoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"cashaddr_prefix": null,
"slip44": 19169,
"segwit": false,
"taproot": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
Expand Down

0 comments on commit f9aa547

Please sign in to comment.