Commit graph

  • 5f52df997c Add support for signmessage and verifymessage Owain G. Ainsworth 2014-02-12 02:14:07 +0000
  • f509173275 Prepare for release 0.3.0. Josh Rickmar 2014-02-10 12:13:15 -0500
  • 7489fd5889 Remove erroneous comment. Josh Rickmar 2014-02-05 13:54:56 -0500
  • 114bb581f7 Fix hang related to account file writes. Josh Rickmar 2014-02-04 15:48:20 -0500
  • db576ba636 Close account files before renaming, instead of deferring. Josh Rickmar 2014-02-05 11:21:35 -0500
  • e685d0279f Implement SendToAddress. Owain G. Ainsworth 2014-02-04 16:33:29 +0000
  • 243acf5491 Fix issue calculating eligible inputs. Josh Rickmar 2014-02-04 11:50:33 -0500
  • b978c7e059 Impelment the gettransaction rpc command. Owain G. Ainsworth 2014-02-03 18:29:25 +0000
  • 9aa27517eb Buffer the disk syncer flush channel. Josh Rickmar 2014-02-04 11:01:21 -0500
  • 5edd01e8a5 Unmark addresses as requiring private keys next unlock. Josh Rickmar 2014-02-04 10:37:28 -0500
  • 8dac5080ac Change AccountManager to not wait for disk flushes. Josh Rickmar 2014-02-03 18:15:36 -0500
  • 03ffa0ccd8 Do not serialize/deserialize armory unique ID. Josh Rickmar 2014-02-03 15:11:17 -0500
  • a0e94501cf Add 'stop' to the RPC handlers map. Josh Rickmar 2014-02-03 15:01:25 -0500
  • d7a4e5e816 Implement getreceivedbyaccount. Josh Rickmar 2014-02-03 13:00:28 -0500
  • 72d7dda583 Remove unused function. Josh Rickmar 2014-02-03 13:01:17 -0500
  • 45e0a3fcb9 Move websocket endpoint to /ws. Josh Rickmar 2014-02-03 11:50:11 -0500
  • b90e7aae82 Implement getrawchangeaddress. Josh Rickmar 2014-02-03 10:52:02 -0500
  • b3bb0481b0 Add wallet func to return a change address. Josh Rickmar 2014-02-03 10:21:47 -0500
  • 6a08c7de07 Redo account locking and RPC request processing. Josh Rickmar 2014-01-30 10:14:02 -0500
  • 20e8201125 Remove some printf debugging that slipped in. Josh Rickmar 2014-01-29 17:57:14 -0500
  • 430db140ee Synchronize all account file writes. Josh Rickmar 2014-01-28 23:04:10 -0500
  • 0b371b09e8 Implement getinfo command Owain G. Ainsworth 2014-01-29 17:14:24 +0000
  • d0b942d414 Smarter locking for recording mined txs. Josh Rickmar 2014-01-28 16:52:47 -0500
  • 3ab33bafd7 Fix typo. Josh Rickmar 2014-01-28 16:21:53 -0500
  • 47906dc46c Don't use extra goroutine to rollback account data. Josh Rickmar 2014-01-28 16:11:59 -0500
  • c1c40975ab Mutex fixes for writing an exported wallet. Josh Rickmar 2014-01-28 15:03:07 -0500
  • f4c5cc1b7e Additional mutex fixes. Josh Rickmar 2014-01-28 14:43:55 -0500
  • dd3d7467c3 Fixes for writeDirtyToDisk. Josh Rickmar 2014-01-28 14:09:19 -0500
  • 0d903a5a29 Invert allowfree option. Josh Rickmar 2014-01-28 12:55:42 -0500
  • df51a478f4 fix merge conflict, remove duplicate map entry Owain G. Ainsworth 2014-01-27 23:29:49 +0000
  • 34b683b4aa Implement listsinceblock command Owain G. Ainsworth 2014-01-27 17:53:32 +0000
  • 845d54da55 Add allowfree configuration option. Josh Rickmar 2014-01-27 16:58:49 -0500
  • 57df957687 Set sendfrom txid from sendrawtransaction result. Josh Rickmar 2014-01-27 16:26:58 -0500
  • b09e4f5200 Lock/unlock all account wallets. Josh Rickmar 2014-01-27 15:48:12 -0500
  • e2bf9a03da Add getinfo to unhandled RPC handler map. Josh Rickmar 2014-01-27 15:05:31 -0500
  • 6ad3f8786e Implement walletpassphrasechange RPC call. Josh Rickmar 2014-01-27 09:30:42 -0500
  • 3f6133e44b Add func to return passphrase of an unlocked wallet. Josh Rickmar 2014-01-24 12:31:08 -0500
  • 3778ddd024 Update for btcws API change. Josh Rickmar 2014-01-24 11:17:19 -0500
  • 13d310f8d4 Fix tests for previous TxStore change. Josh Rickmar 2014-01-24 09:03:25 -0500
  • b4373dc070 Open all account files at startup. Josh Rickmar 2014-01-23 17:12:55 -0500
  • 830829a79f Add dirty wallets to disc sync schedule. Josh Rickmar 2014-01-23 12:34:41 -0500
  • bd89f076cd Implement exporting a watching-only wallet. Josh Rickmar 2014-01-21 14:45:28 -0500
  • 8b65e651cd Mark new wallet addresses as belonging to account. Josh Rickmar 2014-01-23 09:51:31 -0500
  • ce2decb275 make TxStore use generic interface Owain G. Ainsworth 2014-01-23 00:00:10 +0000
  • f1577a1718 add keypoolrefill command. Owain G. Ainsworth 2014-01-22 17:28:09 +0000
  • e8c8823bfe Fix a bookkeeping error on watching wallet exports. Josh Rickmar 2014-01-21 17:05:54 -0500
  • 04b51ee426 Add func to get next n active addresses. Josh Rickmar 2014-01-21 11:19:08 -0500
  • effd810e54 Add function+tests for exporting a watching wallet. Josh Rickmar 2014-01-20 12:56:27 -0500
  • 8952fc5acf Remove unnecessary string copy. Josh Rickmar 2014-01-17 18:05:34 -0500
  • 11ea5e31b4 Receive btcd messages as websocket.TextFrame. Josh Rickmar 2014-01-17 18:03:56 -0500
  • f87aab49df Explicitly request block notifications. Josh Rickmar 2014-01-17 16:45:40 -0500
  • a309196ea2 Create missing directories before writing certpair. Josh Rickmar 2014-01-17 12:17:51 -0500
  • 80b16790bc Remove unused (and commented-out) function. Josh Rickmar 2014-01-17 10:33:29 -0500
  • 54355f16e7 Return meaningful errors for locked wallets. Josh Rickmar 2014-01-17 10:29:44 -0500
  • 97e1442e8d Remove exported Version func from wallet package. Josh Rickmar 2014-01-17 09:43:23 -0500
  • 82f2067ac4 Remove unnecessary mutex around wallet secret. Josh Rickmar 2014-01-17 09:35:52 -0500
  • 311d6176a8 Generate new addresses from pubkeys if keypool is depleted. Josh Rickmar 2014-01-16 19:28:34 -0500
  • be4c549682 Tests build again. Josh Rickmar 2014-01-16 12:04:47 -0500
  • ea54b638f3 Add ChainedPubKey function and tests. Josh Rickmar 2014-01-16 11:50:08 -0500
  • 3dc9b175d0 Use correct hash algorithm for chained addresses. Josh Rickmar 2014-01-15 18:25:19 -0500
  • 21afda2506 Fix tests for new NewWallet func signature. Josh Rickmar 2014-01-15 18:23:02 -0500
  • f0c649b7ac Make maximum keypool size a config option. Josh Rickmar 2014-01-15 17:29:01 -0500
  • 87b6335cc2 Fix a couple typos in the README. Josh Rickmar 2014-01-15 15:32:18 -0500
  • 4c97bd3c5c Add dummy handlers for getblocktemplate and getwork. Josh Rickmar 2014-01-15 14:53:09 -0500
  • 80606d7344 Mark new wallet tx/utxo stores as dirty. Josh Rickmar 2014-01-15 14:25:37 -0500
  • 7866fd8931 Do not import privkeys resulting in duplicate addresses. Josh Rickmar 2014-01-15 14:07:08 -0500
  • 30aff3a468 Explicitly call wallet function for Wallet var. Josh Rickmar 2014-01-15 12:33:32 -0500
  • 55882173a2 Spawn goroutine to rescan on imported privkeys. Josh Rickmar 2014-01-15 12:26:55 -0500
  • 74f671b09a Fix typo. Josh Rickmar 2014-01-15 11:42:00 -0500
  • f82ca754ca Prepare for release 0.2.1. Josh Rickmar 2014-01-15 11:35:16 -0500
  • 6f022e23cc Remove unused variable. Josh Rickmar 2014-01-15 11:13:47 -0500
  • 7dd7cffbe9 Stop using unix time for temp files. Josh Rickmar 2014-01-15 10:55:09 -0500
  • cec819a887 Release account reader lock before rescaning. Josh Rickmar 2014-01-15 09:50:14 -0500
  • d2d278a9ee fix typo David Hill 2014-01-15 08:51:20 -0500
  • 3b9d84b1e2 Release reader lock before syncing to disk. Josh Rickmar 2014-01-14 20:21:27 -0500
  • d811f38309 Prepare for release 0.2.0. Josh Rickmar 2014-01-14 19:25:31 -0500
  • 8f4add7032 Update sample configuration with all options. Josh Rickmar 2014-01-14 19:20:08 -0500
  • 86cf8e7005 Write RPC cert and key to correct files. Josh Rickmar 2014-01-14 11:13:27 -0500
  • ba92c234b3 Add another TODO to the README. Josh Rickmar 2014-01-11 03:07:24 -0500
  • 76f3657ad3 Update README with recent changes and additional details. Josh Rickmar 2014-01-11 03:02:37 -0500
  • ecc959677c Do not print help usage twice with -h. Josh Rickmar 2014-01-10 17:18:42 -0500
  • 467d976f0a Switch to btcutil for certificate generation. Josh Rickmar 2014-01-10 15:51:54 -0500
  • eca8914254 Write dirty tx and utxo files when rescans finish. Josh Rickmar 2014-01-10 14:53:32 -0500
  • ebcaa95b35 Use smarter btcd cert path logic. Josh Rickmar 2014-01-10 11:34:06 -0500
  • 3e2f67fda7 Short circuit handshake if default account does not exist. Josh Rickmar 2014-01-09 19:20:11 -0500
  • a6e0f3bc2a Update copyright years on remaining files. Josh Rickmar 2014-01-09 14:12:20 -0500
  • 15ffc674a9 Rework the btcd RPC connection. Josh Rickmar 2014-01-03 13:34:37 -0500
  • 42055d5b7c Fix sample listen address in config. Josh Rickmar 2014-01-09 10:51:33 -0500
  • 15c85b5c75 Fix same issue as before, but for getaccountaddress. Josh Rickmar 2014-01-06 16:39:32 -0500
  • bdf2198215 Reply to getnewaddress with the encoded address. Josh Rickmar 2014-01-06 16:33:07 -0500
  • 40675d1bef Fix tx file serialization and tests. Josh Rickmar 2014-01-06 13:35:07 -0500
  • e8265eca41 Switch to new btcutil Address encoding/decoding API. Josh Rickmar 2014-01-06 12:24:29 -0500
  • ac79a59c90 Implement the getaccountaddress RPC command. Josh Rickmar 2013-12-31 13:11:47 -0500
  • fa699ef4a5 Add getaccount RPC command. Josh Rickmar 2013-12-30 16:31:33 -0500
  • 920ff10155 Add getunconfirmedbalance websocket RPC extension. Josh Rickmar 2013-12-30 15:11:41 -0500
  • 8be51e37cf Add handlers to unimplemented RPC requests. Josh Rickmar 2013-12-30 12:44:51 -0500
  • 00dbc71bb8 Remove comment. Josh Rickmar 2013-12-30 11:46:18 -0500
  • 5bf8f89e4b Add listaddresstransactions extension. Josh Rickmar 2013-12-30 11:10:06 -0500
  • 614ed93a1d Support mempool transaction notifications. Josh Rickmar 2013-12-17 13:18:09 -0500
  • 399f91bba2 Error if writing a wallet fails during privkey import. Josh Rickmar 2013-12-16 09:12:25 -0500