blockbook/bchain
Martin Boehm 1e68493371 Litecoin: Change serialization of tx in cache, #770
It is necessary to remove all transactions from the cache DB column
using command like
`/opt/coins/blockbook/litecoin/bin/ldb --db=/opt/coins/data/litecoin/blockbook/db --hex --column_family=transactions deleterange 0x00 0xffffffffffffffffffff`
or do full db resync. The old data in the transaction cache are not compatible.
2022-05-22 17:08:40 +02:00
..
coins Litecoin: Change serialization of tx in cache, #770 2022-05-22 17:08:40 +02:00
basechain.go Add get raw block API request #736 2022-03-04 17:26:13 +01:00
basemempool.go Send websocket notification on new tx for input addresses 2020-05-24 17:58:29 +02:00
baseparser_test.go Fix linting issues 2021-11-28 21:27:16 +01:00
baseparser.go Parse xpub descriptors 2021-11-10 00:32:11 +01: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 Add get raw block API request #736 2022-03-04 17:26:13 +01:00