blockbook/bchain
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
..
coins Fixed different behaviour between transaction parsing from wire or JSON 2018-06-20 19:45:41 +02:00
tests/rpc Added mempool RPC/resync tests 2018-06-20 19:09:47 +02:00
baseparser.go RPC integration test was generalized for all coins 2018-06-18 13:00:54 +02:00
mempool_nonutxo.go Store mempool size in internal state 2018-06-01 13:22:56 +02:00
mempool_utxo.go Store mempool size in internal state 2018-06-01 13:22:56 +02:00
mq.go Use context to limit shutdown time of bchain/mq 2018-05-30 14:44:59 +02:00
tx.pb.go Store transactions using protobuf in default baseparser implemention 2018-04-09 10:42:58 +02:00
tx.proto Store transactions using protobuf in default baseparser implemention 2018-04-09 10:42:58 +02:00
types.go RPC integration test was generalized for all coins 2018-06-18 13:00:54 +02:00