bitcoin-s/testkit/src
Torkel Rogstad f5591f3c0f Replace addUtxo with processTransaction
In this commit we replace addUtxo with
processTransaction in the wallet API. addUtxo
is kept around, but only as an internal
implementation detail.

The new flow looks like this:
1) The wallet gets notified about a new TX
    through a processTransaction call
2) It then searches through our already
    processed incoming TXs:
        if found, updates the confirmation
            status
        else, inserts it into the DB
3) We then call addUtxo, if the previous
    step resulted in a new TX in our
    DB
2019-06-27 15:28:08 +02:00
..
main/scala/org/bitcoins Replace addUtxo with processTransaction 2019-06-27 15:28:08 +02:00
test/scala/org/bitcoins/testkit/db Multi module configuration (#494) 2019-06-05 10:48:15 -05:00