aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-121-2/+16
|
* wallet_rpc_server: add a sweep_dust RPC command as wellmoneromooo-monero2015-05-301-0/+44
|
* Restore daemon interactive modeThomas Winget2015-03-271-9/+9
| | | | | | | Daemon interactive mode is now working again. RPC mapped calls in daemon and wallet have both had connection_context removed as an argument as that argument was not being used anywhere.
* added tx size to incoming_transfers RPC CallRiccardo Spagni2015-02-201-0/+2
|
* Merge pull request #215Riccardo Spagni2015-01-151-0/+28
|\ | | | | | | 24d500c Add a --restricted-rpc flag to simplewallet (moneromooo-monero)
| * Add a --restricted-rpc flag to simplewalletmoneromooo-monero2015-01-111-0/+28
| | | | | | | | | | It restricts RPC to a subset of "view only" commands. Kind of like a poor man's view key replacement.
* | Allow get_bulk_payments to return all payments regardless of payment IDmoneromooo-monero2015-01-111-0/+20
|/ | | | by giving an empty list of payment IDs.
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Exception handling while refreshing in rpc wallet (credits to QCN)Sammy Libre2014-11-011-1/+5
|
* Separate testnet address prefixZachary Michaels2014-09-151-2/+2
|
* added view_key to wallet RPC command query_keyJakob Lind2014-08-051-0/+4
|
* query_key command in wallet rpc.Jakob Lind2014-08-051-0/+18
| | | only support mnemonic as key_type currently
* Merge pull request #70 from fluffypony/masterRiccardo Spagni2014-07-231-4/+29
|\ | | | | New readme, license changes
| * License updated to BSD 3-clausefluffypony2014-07-231-4/+29
| |
* | wallet rpc: actually populate the extra while assembling a transactionErik Kimmo2014-07-231-1/+1
|/
* Add get_bulk_payments rpc callZachary Michaels2014-07-221-1/+47
|
* wallet RPC converted to use new transaction semanticsThomas Winget2014-06-301-11/+83
| | | | | | | | wallet RPC now uses wallet2::create_transactions and wallet2::commit_tx instead of wallet2::transfer. This made it possible to add the RPC call /transfer_split, which will split transactions automatically if they are too large. The old call to /transfer will return an error stating to use /transfer_split if multiple transactions are needed to fulfill the request.
* final changes to get transaction splitting building. needs testing.Thomas Winget2014-06-301-1/+2
|
* fixed conflictpaybee2014-06-021-1/+43
|\
| * Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru2014-06-021-1/+28
| |
| * 'getaddress' wallet-rpc commandNeozaru2014-05-251-0/+15
| |
* | Added incoming_transfers RPC API methodpaybee2014-06-021-14/+1
| |
* | Added incoming_transfers RPC API methodpaybee2014-05-271-0/+64
|/
* initial [broken] updatemydesktop2014-05-031-6/+43
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-0/+132