aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
Commit message (Expand)AuthorAgeFilesLines
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-2/+2
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-1/+1
* wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero2016-07-241-1/+3
* wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero2016-07-201-3/+10
* Merge pull request #902Riccardo Spagni2016-07-201-1/+1
|\
| * Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-101-1/+1
* | wallet: add command and RPC to sign/verify datamoneromooo-monero2016-07-191-0/+3
|/
* Merge pull request #878Riccardo Spagni2016-07-061-5/+9
|\
| * wallet: add a fee multipliermoneromooo-monero2016-06-221-5/+9
* | Typo fixedIlya Kitaev2016-06-221-1/+1
* | Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-031-1/+1
* | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-05-271-1/+2
|\|
| * Move refresh height to keys file from cache fileHoward Chu2016-04-291-1/+2
* | i_wallet_callback: virtual dtorIlya Kitaev2016-05-131-0/+1
* | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-05-121-13/+44
|\|
| * wallet: allow attaching notes to txidsmoneromooo-monero2016-04-261-1/+8
| * wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero2016-04-261-6/+18
| * Merge pull request #815Riccardo Spagni2016-04-261-0/+1
| |\
| | * wallet: add a new sweep_all command and RPC commandmoneromooo-monero2016-04-191-0/+1
| * | Merge pull request #814Riccardo Spagni2016-04-261-2/+9
| |\ \
| | * | modified: src/wallet/wallet2.cppawfulcrawler2016-04-181-2/+2
| | * | modified: src/simplewallet/simplewallet.cppawfulcrawler2016-04-181-2/+9
| | |/
| * | Merge pull request #811Riccardo Spagni2016-04-261-4/+6
| |\ \
| | * | wallet2: move output selection api publicmoneromooo-monero2016-04-171-4/+6
| | |/
| * / Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-171-0/+2
| |/
* | Merge remote-tracking branch 'upstream/master' into developIlya Kitaev2016-04-261-16/+16
|\|
| * wallet: better output selection for transfer/transfer_newmoneromooo-monero2016-04-021-15/+15
| * wallet: make load_keys check types when loading JSONmoneromooo-monero2016-03-271-1/+1
* | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-03-311-5/+14
|\|
| * wallet: pass std::function by const ref, not valuemoneromooo-monero2016-03-261-1/+1
| * wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero2016-03-261-2/+2
| * wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-261-2/+5
| * wallet: add a --generate-from-json flagmoneromooo-monero2016-03-251-3/+9
| * Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-1/+0
| * Print stack trace upon exceptionsmoneromooo-monero2016-03-191-0/+1
* | - testnet option added to api;Ilya Kitaev2016-03-251-0/+1
|/
* Wallet::store_to(path, password) implemented;Ilya Kitaev2016-03-161-0/+6
* Wallet::setPassword() method for wallet2_apiIlya Kitaev2016-03-161-0/+3
* wallet_rpc_server: make use_fork_rules publicmoneromooo-monero2016-03-111-1/+2
* Use boost::thread instead of std::threadHoward Chu2016-03-111-1/+1
* simplewallet: add a new --restore-from-keys optionmoneromooo-monero2016-02-221-0/+10
* Merge pull request #634Riccardo Spagni2016-01-311-3/+4
|\
| * wallet: forbid dust altogether in output selection where appropriatemoneromooo-monero2016-01-311-3/+4
* | wallet: detect and handle failed outgoing transfersmoneromooo-monero2016-01-291-1/+6
|/
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-1/+1
* wallet2: decide at runtime which upper tx size to usemoneromooo-monero2016-01-101-2/+4
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero2015-12-301-0/+1
* wallet: protect against exceptions in the block pull threadmoneromooo-monero2015-12-301-1/+1
* Merge pull request #550Riccardo Spagni2015-12-221-2/+5
|\