blockbook/bchain
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
..
coins Added Zcoin support (#106) 2019-01-17 20:31:15 +01:00
basechain.go Add estimateFee method to websocket interface 2018-12-18 09:52:46 +01:00
baseparser_test.go Add ERC20 transfer information to ethereum transactions 2018-11-28 14:27:02 +01:00
baseparser.go Handle error tx not found #94 2019-01-10 16:39:36 +01:00
mempool_bitcoin_type.go Notify on mempool erc20 transfer transaction 2018-12-19 10:06:25 +01:00
mempool_ethereum_type.go Notify on mempool erc20 transfer transaction 2018-12-19 10:06:25 +01:00
mq.go Use context to limit shutdown time of bchain/mq 2018-05-30 14:44:59 +02:00
tx.pb.go Fix protobuf serialization of transactions 2018-12-05 22:29:27 +01:00
tx.proto Fix protobuf serialization of transactions 2018-12-05 22:29:27 +01:00
types.go Handle error tx not found #94 2019-01-10 16:39:36 +01:00