Pavol Rusnak
d6a3725955
common: remove coins with no trezor compatible wallets
2019-12-15 18:19:36 +00:00
Szymon Lesisz
21b6ab3e98
common: update zcash consensus branch_id (Blossom fork) ( #745 )
2019-12-11 16:27:28 +01:00
Pavol Rusnak
7646b97dca
common: divisibility -> decimals
2019-12-09 17:43:47 +01:00
Pavol Rusnak
3d50bb5ed8
common: add Peercoin, regenerate coins
2019-12-05 09:43:32 +00:00
Pavol Rusnak
5301c03607
common: add coin.divisibility attribute
...
legacy: remove has_address_type/has_address_type_p2sh
2019-12-05 04:30:51 +01:00
Pavol Rusnak
0040b916d2
common/defs: remove inactive coins
2019-11-03 10:44:22 +00:00
apollo
18c926a34b
common/defs: fix zcore signing ( #669 )
2019-11-01 00:18:03 +01:00
Pavol Rusnak
178d58c763
common/defs: remove BTDX as it has no Trezor compatible wallet
2019-10-21 09:48:19 +00:00
Pavol Rusnak
4e5b60ec2b
common/defs: remove BITC per maintainer request
2019-10-20 17:11:43 +00:00
Pavol Rusnak
3ebc79f9b2
common/defs: remove MEC per maintainer request
2019-10-19 17:14:32 +00:00
Pavol Rusnak
9b7a2095b3
common/defs: update coins info
2019-10-18 10:14:33 +00:00
Emma Hsueh
ac201fa92b
common/defs: add ETP
2019-10-17 17:24:22 +02:00
sidhujag
de4c7bb855
common/defs: add SYS
2019-10-17 06:45:47 +00:00
Pavol Rusnak
d17ced9305
common/defs: remove ZCL as per maintainer request
2019-10-16 20:50:45 +00:00
Pavol Rusnak
d28bc3c3a6
common/defs: remove BSD - website does not exist, maintainer not reachable
2019-10-16 10:18:33 +00:00
Pavol Rusnak
3e20c51dbf
common/defs: remove MTNS - maintainer not reachable
...
website does not exist, backends don't work
2019-10-16 10:15:19 +00:00
apollo
74bcc05e2e
common/defs: add ZCR ( #611 )
2019-10-11 21:01:11 +02:00
Sirak Ghazaryan
8317774e06
common/defs: enable CRW ( #600 )
2019-10-07 14:39:37 +02:00
Pavol Rusnak
df7094eb01
common/defs: regenerate support
2019-09-19 18:07:18 +02:00
hatchpay
d96c2e0dae
common/defs: add HATCH ( #543 )
2019-09-19 18:00:48 +02:00
Min Khang Aung
f252edfc7e
common: add blockbook link to cpuchain ( #477 )
2019-09-01 18:23:01 +02:00
TheCreator
64034c6d7d
common: enable UNO ( #472 )
2019-09-01 09:47:58 +02:00
Ryxor
2c709ee162
common/defs: add Umbru ( #433 )
2019-08-23 11:59:30 +02:00
omtns
1bb77b81c0
common/defs: enable MTNS ( #415 )
2019-08-16 17:29:50 +02:00
Roman Zeyde
7210a2f56d
common/defs: add 'confidential_assets' section to coin definitions ( #399 )
...
Enable 'confidential_assets' for Elements (following #66 and #317 ) to allow
deriving confidential addresses and signing confidential transactions.
The following Python helper script was used to update the JSON files:
```
import json
import sys
for f in sys.argv[1:]:
d = json.load(open(f))
d["confidential_assets"] = None
with open(f, "w") as o:
json.dump(d, o, indent=2)
o.write("\n")
```
Set it to `{'address_prefix': 4, 'blech32_prefix': 'el'}` for Elements.
`coins.json` and `coininfo.py` were re-generated using:
```
$ pipenv run make gen gen_check
```
2019-08-12 12:52:20 +02:00
Pavol Rusnak
e23bb10ec4
core+legacy: fix KMD signing (introduce negative_fee coin field)
2019-08-09 16:47:24 +02:00
Zdeněk Zippy Slezák
e344eea2b3
Update capricoin.json
2019-07-19 12:40:19 +02:00
Tomas Zorvan
9e65c8c2ea
common/defs: update minimal fee for Namecoin ( #340 )
2019-07-16 15:14:35 +02:00
zakurai
4fe5cb1af8
common/defs: add BITG ( #329 )
2019-07-12 19:14:26 +02:00
Kewde
87e6cb1089
common/defs: add Particl ( #316 )
2019-07-11 14:24:39 +02:00
Min Khang Aung
21bf62562a
common/defs: add CPUchain ( #311 )
2019-07-08 19:13:03 +02:00
Cabecinha84
8a94aef1b0
common/defs: add ZelCash ( #251 )
2019-06-18 12:01:49 +02:00
Ashot Khachatryan
b7d1404803
common/defs: add Bitcore backends to CRW ( #234 )
2019-06-08 23:01:39 +02:00
Ashot Khachatryan
6ff644c304
common/defs: new prefixes for CROWN ( #222 )
2019-06-05 13:42:26 +02:00
Roman Zeyde
0219c9cef8
common/defs: add Elements regtest support ( #213 )
2019-06-02 19:39:20 +02:00
Scotty0448
a2f16ebb87
common/defs: update sign message headers for RITO and RVN
2019-06-01 08:52:01 +02:00
Scotty0448
a2370e0384
common/defs: add Ritocoin blockbook host ( #198 )
2019-05-30 17:29:01 +02:00
Pavol Rusnak
f7053d96fe
all: remove extraneous whitespace
2019-05-26 22:20:14 +02:00
Pavol Rusnak
9e05517872
common/defs: fix bech32 hrp for myriad
2019-05-24 10:27:20 +02:00
Pavol Rusnak
5939e9af71
common/defs: remove FLASH support
...
They use 10 decimals instead of 8.
2019-05-23 20:09:22 +02:00
Scotty0448
e5e0b4a2b7
common/defs: add Ritocoin ( #169 )
2019-05-23 20:03:21 +02:00
ahmedbodi
af0e6162e8
common/defs: update Myriadcoin Github link ( #170 )
2019-05-23 20:00:49 +02:00
y-chan
94de0aa9cb
common/defs: add BitZeny ( #155 )
2019-05-19 15:33:50 +02:00
y-chan
a48f14b609
common/defs: add vipstarcoin ( #157 )
2019-05-19 11:19:27 +02:00
PowerVANO
be0d292841
common/defs: fix invalid value in horizen.json
2019-05-14 17:08:14 +02:00
PowerVANO
abe6c433d6
common/defs: update zencash.json ( #147 )
2019-05-14 17:05:09 +02:00
Sotiris Blad
6a3d6b15a9
common/defs: add MUE blockbook ( #127 )
2019-05-01 16:38:57 +02:00
ilmango
b865ee7656
common/defs: Add Bellcoin ( #124 )
2019-05-01 11:33:19 +02:00
Sotiris Blad
4672993393
common/defs: update MUE vals ( #120 )
2019-04-30 12:34:17 +02:00
kuchtak
2b1f591cb7
common/defs: add BST ( #110 )
2019-04-26 15:40:52 +02:00