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
|
ab623ec9e0
|
Read and write tx fee from SendTxs
|
2013-08-27 12:39:45 -04:00 |
|
Josh Rickmar
|
d89cdaca08
|
go fmt
|
2013-08-26 13:35:29 -04:00 |
|
Josh Rickmar
|
7716ad7e38
|
Tests for RecvTx, SendTx, and TxStore
|
2013-08-26 13:34:18 -04:00 |
|
Josh Rickmar
|
a080d13f1c
|
go fmt
|
2013-08-26 10:52:57 -04:00 |
|
Josh Rickmar
|
347b15ba3a
|
Add ReadFrom and WriteTo tests for Utxo and UtxoStore
|
2013-08-26 10:48:42 -04:00 |
|
Josh Rickmar
|
e80d089a15
|
Implement io.ReaderFrom and io.WriterTo tx/utxo types.
These are currently untested.
|
2013-08-23 14:28:07 -04:00 |
|
Josh Rickmar
|
50b69f44b7
|
Add missing licenses to files
|
2013-08-22 12:30:38 -04:00 |
|
Josh Rickmar
|
39259bee37
|
Notify frontends when wallet is locked or unlocked.
|
2013-08-22 12:00:37 -04:00 |
|
Josh Rickmar
|
eec4c64ac6
|
And another one.
|
2013-08-21 15:28:15 -04:00 |
|
Josh Rickmar
|
4f4807a003
|
Fix logic error: err != nil -> err == nil
|
2013-08-21 15:26:00 -04:00 |
|
Josh Rickmar
|
cc13f2eed5
|
Implement JSON extension walletislocked
|
2013-08-21 14:46:20 -04:00 |
|
Josh Rickmar
|
b0f6a70d40
|
Use ReplySuccess() to send successful JSON replies
|
2013-08-21 13:43:05 -04:00 |
|
Josh Rickmar
|
8f38a43964
|
Send JSON reply after successfully decrypting wallet
|
2013-08-21 13:29:36 -04:00 |
|
Josh Rickmar
|
92a79baeff
|
Implement (*Wallet).Lock() and reply with correct JSON
|
2013-08-21 13:25:22 -04:00 |
|
Josh Rickmar
|
1aa324684d
|
Send error replies for walletpassphrase
|
2013-08-21 12:07:57 -04:00 |
|
Josh Rickmar
|
af4df4a3d5
|
Implement standard RPC errors.
|
2013-08-21 12:06:34 -04:00 |
|
Josh Rickmar
|
a56e4e89d2
|
Initial commit.
|
2013-08-21 10:37:30 -04:00 |
|