blockbook/bchain/coins/btc
Jakub Matys ae8058f269 Fixed different behaviour between transaction parsing from wire or JSON
JSON version sometimes returned nil Address field in ScriptPubKey (if
it was omitted in input JSON) but wire version always returned allocated
empty slice.
2018-06-20 19:45:41 +02:00
..
bitcoinparser_test.go Tests are classified by tags 2018-06-14 17:27:03 +02:00
bitcoinparser.go Fixed different behaviour between transaction parsing from wire or JSON 2018-06-20 19:45:41 +02:00
bitcoinrpc_test.go Added mempool RPC/resync tests 2018-06-20 19:09:47 +02:00
bitcoinrpc.go Add dogecoin blockbook implementation 2018-06-14 23:12:19 +02:00
btc.md Changed ports of blockbook and backend nodes 2018-05-23 11:00:13 +02:00
btctestnet.md Changed ports of blockbook and backend nodes 2018-05-23 11:00:13 +02:00
codec.go Fix - some parameters aren't structs but slices 2018-06-13 10:15:27 +02:00