Josh Rickmar
419ceb55c6
Implement Utxo notification handler to add to utxo store.
2013-09-04 09:54:06 -04:00
Josh Rickmar
a1d3800feb
Remove basic tx/utxo handlers as id routing handles this now.
2013-09-03 21:20:48 -04:00
Josh Rickmar
46077ac50a
Pass wallet pointer as receiver for requester funcs.
...
Each wallet needs its own handler running and listening to replies
from btcd, so that wallet can be synced to disk with the new tx or
utxo information. Another rounter to map from addresses to wallets
could have been written, but we'll use the JSON Id router message
router instead.
2013-09-03 19:05:59 -04:00
Josh Rickmar
3d6ad329d0
Set Jsonrpc string when manually creating json messages.
2013-09-03 16:35:54 -04:00
Josh Rickmar
9eae969230
Implement new wallet and chained address creation.
2013-09-03 00:10:32 -04:00
Josh Rickmar
cfde81a062
Remove shadowed variable.
2013-08-28 09:02:24 -04:00
Josh Rickmar
c86571be0c
I even did the go fmt this time but forgot to stage it.
2013-08-27 17:19:35 -04:00
Josh Rickmar
f5a151571d
Begin handling of newly connected blocks.
...
Utxo and Tx stores are not updated yet as they aren't being created at
the moment. Disconnected blocks are currently ignored.
2013-08-27 16:47:50 -04:00
Josh Rickmar
a56e4e89d2
Initial commit.
2013-08-21 10:37:30 -04:00