blockbook/bchain
Sotiris Blad ae4cf6b029 Add MonetaryUnit (MUE) Support (#166)
* MUE

* mue parser

* mue rpc

* mue

* mue tests

* mue ports

* update

* update

* Create monetaryunitparser_test.go

* Update monetaryunitparser_test.go

* update

* Update monetaryunitparser_test.go

* Update monetaryunitparser_test.go

* compiling

* Update monetaryunitparser_test.go

* update hex

* test

* mue test

* Update monetaryunitparser.go

* Update monetaryunitparser.go

* getblock add

* update sum

* removed testnet
2019-04-30 16:03:36 +02:00
..
coins Add MonetaryUnit (MUE) Support (#166) 2019-04-30 16:03:36 +02:00
basechain.go Extract mempool interface from blockchain 2019-03-25 16:43:57 +01:00
basemempool.go Fix synchronization issue in mempool 2019-04-11 14:58:22 +02:00
baseparser.go Merge branch 'xpub' 2019-03-01 11:12:40 +01:00
baseparser_test.go Add ERC20 transfer information to ethereum transactions 2018-11-28 14:27:02 +01:00
mempool_bitcoin_type.go Modify bitcoin type mempool resync to preserve first seen time order 2019-04-05 16:04:26 +02:00
mempool_ethereum_type.go Make ethereum type mempool parameters configurable 2019-04-08 14:39:29 +02: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 Pass correct blockchain object to mempool 2019-04-03 22:08:32 +02:00