blockbook/bchain
nhaus12 7847f7c2ad
feat: Dogecoin testnet support (#650)
* feat: Dogecoin testnet address/script parsing

* test: Dogecoin testnet address/script parsing

* test: Dogecoin testnet transaction packing/unpacking

* test: Dogecoin testnet block parsing

* chore: Dogecoin testnet config file

* test: Dogecoin testnet integration rpc (initial)

* fix: run backend as REST

* fix: Dogecoin testnet in BlockChainFactories

* test: Dogecoin testnet integration sync

* docs: Dogecoin testnet port numbers
2021-08-12 22:22:05 +02:00
..
coins feat: Dogecoin testnet support (#650) 2021-08-12 22:22:05 +02:00
basechain.go Extract mempool interface from blockchain 2019-03-25 16:43:57 +01:00
basemempool.go Send websocket notification on new tx for input addresses 2020-05-24 17:58:29 +02:00
baseparser_test.go Use common.JSONNumber instead of json.Number 2020-05-10 00:14:14 +02:00
baseparser.go Use common.JSONNumber instead of json.Number 2020-05-10 00:14:14 +02:00
mempool_bitcoin_type.go Send websocket notification on new tx for input addresses 2020-05-24 17:58:29 +02:00
mempool_ethereum_type.go Send websocket notification on new tx for input addresses 2020-05-24 17:58:29 +02:00
mq.go Fix ineffassign errors 2020-11-12 15:41:51 +01: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 [Zcash] Expose zcash consensus info (#508) 2020-11-12 19:56:41 +01:00