blockbook/bchain/coins
Putta Khunchalee 8e82b3da0f Added Zcoin support (#106)
* Add zcoin configuration

* Update ports registry

* Change verification_type to gpg-sha256

* Fix incorrect zcoin configurations

* Change backend verification type to sha256 due to no public key for gpg-sha256

* Initializes Zcoin factory

* Add zcoin parser

* Finish BlockChain implementation for XZC

* Implement EstimateFee for XZC

* Add RPC integration tests for XZC

* Add unittest for parser && fix wrong network params

* Fix incorrect RPC marshaler for XZC

* Add sync integration test for zcoin

* Add zcoin block parser

* Add more testdata for sync integration test

* Remove EstimateSmartFee test for XZC due to it not supported

* Refactor and cleanup XZC parser

* Fix zerocoin spend vin error

* Fix display zerocoin mint and spend

* Support script parser for spend

* Fix build errors and bugs after rebase
2019-01-17 20:31:15 +01:00
..
bch Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
btc Added Zcoin support (#106) 2019-01-17 20:31:15 +01:00
btg Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
dash Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
digibyte Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
dogecoin Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
eth Avoid showing already confirmed txs as mempool txs 2019-01-13 23:32:28 +01:00
fujicoin Merge Fujicoin into indexv4 branch #104 2019-01-16 23:19:08 +01:00
gamecredits Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
grs Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 14:05:51 +01:00
liquid Handle error tx not found #94 2019-01-10 16:39:36 +01:00
litecoin Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
monacoin Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
myriad Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
namecoin Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
pivx Add support for PIVX 2019-01-11 21:31:49 +01:00
utils Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
vertcoin Update references to forked btcd, btcutil and bchutil libraries 2019-01-04 13:47:28 +01:00
xzc Added Zcoin support (#106) 2019-01-17 20:31:15 +01:00
zec Fix hanling of missing tx in Zcash block 0 2019-01-14 14:49:21 +01:00
blockchain.go Added Zcoin support (#106) 2019-01-17 20:31:15 +01:00