aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server_commans_defs.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-06-30wallet RPC converted to use new transaction semanticsThomas Winget1-182/+0
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.
2014-06-02fixed conflictpaybee1-0/+20
2014-06-02Added 'payment_id' optional argument to 'transfer' wallet RPC methodNeozaru1-0/+2
2014-05-27Added incoming_transfers RPC API methodpaybee1-0/+36
2014-05-25'getaddress' wallet-rpc commandNeozaru1-0/+18
2014-05-03initial [broken] updatemydesktop1-0/+35
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-0/+91