blockbook/db
Martin Boehm 296eee828f Change the way UTXO addresses are indexed - WIP
Columns before:
outputs: saddress+block height -> outpoints
inputs: txid+vout -> spending txid+vout

Columns after change:
addresses: address+block height -> input or output outpoints
unspenttxs: txid -> addresses+indexes
2018-04-17 23:50:01 +02:00
..
rocksdb.go Change the way UTXO addresses are indexed - WIP 2018-04-17 23:50:01 +02:00
sync.go Rework resyncIndex to handle eth rollbacks 2018-04-09 15:43:42 +02:00
txcache.go Fix computation of confirmations 2018-04-06 17:13:38 +02:00