Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-05 | Added confirmation before binding wallet-rpc to external IP | Lee Clagett | 1 | -3/+0 | |
2016-11-28 | wallet: add API and RPC to create/parse monero: URIs | moneromooo-monero | 1 | -0/+4 | |
2016-11-10 | Created monero-wallet-rpc, moving functionality from monero-wallet-cli | Lee Clagett | 1 | -7/+2 | |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 1 | -0/+2 | |
This is intended to catch traffic coming from a web browser, so we avoid issues with a web page sending a transfer RPC to the wallet. Requiring a particular user agent can act as a simple password scheme, while we wait for 0MQ and proper authentication to be merged. | |||||
2016-07-24 | wallet: new {ex,im}port_key_images commands and RPC calls | moneromooo-monero | 1 | -0/+4 | |
They are used to export a signed set of key images from a wallet with a private spend key, so an auditor with the matching view key may see which of those are spent, and which are not. | |||||
2016-07-19 | wallet: add command and RPC to sign/verify data | moneromooo-monero | 1 | -0/+4 | |
Signing is done using the spend key, since the view key may be shared. This could be extended later, to let the user choose which key (even a per tx key). simplewallet's sign/verify API uses a file. The RPC uses a string (simplewallet can't easily do strings since commands receive a tokenized set of arguments). | |||||
2016-04-26 | wallet: add get_transfers rpc call | moneromooo-monero | 1 | -0/+2 | |
Allows getting in, out, pending, and failed transfers, similarly to the show_transfers command. | |||||
2016-04-26 | wallet: allow attaching notes to txids | moneromooo-monero | 1 | -0/+4 | |
2016-04-19 | wallet: add a new sweep_all command and RPC command | moneromooo-monero | 1 | -0/+2 | |
This sends all outputs in a wallet to a given address, alleviating the difficulty people have had trying to send all monero but being left with some small amount left. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-30 | wallet: add a rescan_bc command and rescan_blockchain RPC | moneromooo-monero | 1 | -0/+2 | |
Blockchain hashes and key images are flushed, and blocks are pulled anew from the daemon. The console command is shortened to match bc_height. This should make it a lot easier on users who are currently told to remove this particular cache file but keep the keys one, etc, etc. | |||||
2015-12-28 | wallet_rpc_server: exit async, so we reply to stop_wallet RPC | moneromooo-monero | 1 | -0/+1 | |
Reported by saddam | |||||
2015-12-23 | added RPC wallet command getheight | Brendan Telzrow | 1 | -0/+2 | |
2015-12-05 | wallet: add a stop_wallet RPC call | moneromooo-monero | 1 | -0/+2 | |
2015-06-13 | Add RPC commands to manipulate integrated addresses | moneromooo-monero | 1 | -0/+4 | |
2015-05-30 | wallet_rpc_server: add a sweep_dust RPC command as well | moneromooo-monero | 1 | -0/+2 | |
2015-03-27 | Restore daemon interactive mode | Thomas Winget | 1 | -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. | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-08-05 | query_key command in wallet rpc. | Jakob Lind | 1 | -0/+4 | |
only support mnemonic as key_type currently | |||||
2014-07-23 | Merge pull request #70 from fluffypony/master | Riccardo Spagni | 1 | -3/+29 | |
New readme, license changes | |||||
2014-07-23 | wallet rpc: actually populate the extra while assembling a transaction | Erik Kimmo | 1 | -1/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-07-22 | Add get_bulk_payments rpc call | Zachary Michaels | 1 | -0/+2 | |
2014-06-30 | wallet RPC converted to use new transaction semantics | Thomas Winget | 1 | -1/+4 | |
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-02 | fixed conflict | paybee | 1 | -0/+2 | |
2014-05-27 | Added incoming_transfers RPC API method | paybee | 1 | -4/+6 | |
2014-05-25 | 'getaddress' wallet-rpc command | Neozaru | 1 | -0/+2 | |
2014-05-03 | initial [broken] update | mydesktop | 1 | -4/+6 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -0/+55 | |