lnd.xprv/uspv
Tadge Dryja 3b774ef361 move tx ingest to all db, fixes sync
Sync was non-deterministic because ingest was concurrent.
Now receiving tx messages is blocking, but that's OK, they really need
to be in the right order because the whole point of bitcoin is to put
txs in the right order.  SendTx still has a problem that the change address
may not be recognized by ingest.
2016-01-31 01:05:31 -08:00
..
eight333.go move tx ingest to all db, fixes sync 2016-01-31 01:05:31 -08:00
header.go incoming invs and tx signing 2016-01-22 16:04:27 -08:00
keyfileio.go pass network parameters as function arg 2016-01-20 21:27:58 -08:00
mblock.go incoming invs and tx signing 2016-01-22 16:04:27 -08:00
msghandler.go move tx ingest to all db, fixes sync 2016-01-31 01:05:31 -08:00
sortsignsend.go incoming invs and tx signing 2016-01-22 16:04:27 -08:00
txstore.go move tx ingest to all db, fixes sync 2016-01-31 01:05:31 -08:00
utxodb.go move tx ingest to all db, fixes sync 2016-01-31 01:05:31 -08:00