Francis Lam
07c403efd0
Added commands to support notifyallnewtxs
...
Sending NotifyAllNewTXsCmd will register websocket client to receive
notifications on all new transactions.
Once registered the client will receive either AllTxNtfn or
AllVerboseTxNtfn based on the required verbose field in the
NotifyAllNewTXsCmd.
2014-02-08 17:03:22 -05:00
Josh Rickmar
3cba42282e
Fill in missing comment; found by golint.
2014-02-04 17:04:05 -05:00
Josh Rickmar
50a1c37317
Remove parameters for createencryptedwallet.
...
The createencryptedwallet extension RPC request should not be used to
create wallets for additional accounts. Instead, all btcwallet
accounts should use the same passphrase as the default account's
wallet. This change removes the account name and description
parameters from createencryptedwallet, as it will only be used to
create the default account.
2014-01-24 11:16:59 -05:00
Josh Rickmar
0f7f080f19
Move help texts into their own const group.
2014-01-24 10:55:36 -05:00
Josh Rickmar
413e028702
Add RecoverAddressesCmd.
2014-01-23 10:56:20 -05:00
Dave Collins
14dc8cee83
Add new authenticate command.
2014-01-22 14:12:08 -06:00
Owain G. Ainsworth
7e1c44369c
Adapt to btcjson api changes.
...
Add placeholder help text for all the json types that btcws adds. Jrick will
fill them in when he adds documentation.
2014-01-22 16:19:39 +00:00
Josh Rickmar
e745fffb83
Fix slice index for parameter.
2014-01-22 10:13:34 -05:00
Josh Rickmar
e321b6bdc7
Rename exportwatchingwallet zip option to download.
2014-01-22 10:08:09 -05:00
Josh Rickmar
8fb5c9f0e6
Return the actual id value, not func.
2014-01-21 15:10:12 -05:00
Josh Rickmar
f471d2b336
Add ExportWatchingWalletCmd.
2014-01-21 14:23:36 -05:00
Josh Rickmar
b90c6c61ba
Fix previous.
2014-01-17 18:38:26 -05:00
Josh Rickmar
ed8812f340
Add NotifyBlocksCmd.
2014-01-17 16:44:58 -05:00
Josh Rickmar
15f2ce4abd
Fix a couple incorrect comments.
2014-01-13 17:16:58 -05:00
Josh Rickmar
05a0ba18b4
Kill GetBalancesCmd.
2014-01-09 13:14:53 -05:00
Josh Rickmar
c06d4007fe
Fix build for new btcjson.Cmd interface.
2014-01-08 09:44:11 -05:00
Josh Rickmar
87b7352008
Add getunconfirmedbalance extension.
2013-12-30 15:09:16 -05:00
Josh Rickmar
86575afa91
Add listaddresstransactions extension.
2013-12-30 11:03:05 -05:00
Josh Rickmar
dda0cce06f
Add getaddressbalance extension.
2013-12-10 16:14:35 -05:00
Josh Rickmar
3379f2a009
Fix copy-paste typo.
2013-12-02 15:05:16 -05:00
Josh Rickmar
d9d7db7c20
Add listalltransactions command.
2013-12-02 14:59:09 -05:00
Josh Rickmar
497f177044
Add frontend <-> wallet extension commands.
...
This change adds support for the following extension commands:
- createencryptedwallet
- getbalances
- walletislocked
2013-11-12 11:57:06 -05:00
Josh Rickmar
91b030cb76
Fix comments.
2013-11-08 14:07:57 -05:00
Josh Rickmar
b57628ea9f
Initial commit.
2013-11-06 11:11:04 -05:00