aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #970Riccardo Spagni2016-08-221-0/+3
|\
| * wallet: store key images after importing themmoneromooo-monero2016-08-171-0/+3
* | wallet: fix build on Mac and Windows (missing include)moneromooo-monero2016-08-171-0/+1
|/
* Merge pull request #948Riccardo Spagni2016-08-111-47/+173
|\
| * Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-43/+168
| * new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-4/+5
* | wallet2: if importing key images fails, print failure indexmoneromooo-monero2016-08-041-1/+2
|/
* wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero2016-07-241-0/+116
* wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero2016-07-201-46/+175
* Merge pull request #902Riccardo Spagni2016-07-201-8/+25
|\
| * Add a daemon RPC version, and make simplewallet check itmoneromooo-monero2016-07-101-8/+25
* | wallet: add command and RPC to sign/verify datamoneromooo-monero2016-07-191-0/+35
|/
* Merge pull request #878Riccardo Spagni2016-07-061-12/+37
|\
| * wallet: add a fee multipliermoneromooo-monero2016-06-221-12/+37
* | Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev2016-06-231-6/+5
|\ \
| * | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-05-271-4/+13
| |\|
| * | Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-05-121-11/+249
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into developIlya Kitaev2016-04-261-75/+75
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master'Ilya Kitaev2016-03-311-39/+108
| |\ \ \ \
| * | | | | - testnet option added to api;Ilya Kitaev2016-03-251-0/+5
| * | | | | wallet2::store() implemented within wallet2::store_toIlya Kitaev2016-03-211-69/+53
* | | | | | - testnet option added to api;Ilya Kitaev2016-06-231-0/+5
* | | | | | wallet2::store() implemented within wallet2::store_toIlya Kitaev2016-06-231-69/+53
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #827Riccardo Spagni2016-05-171-4/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Only log 1/N skipped blocksHoward Chu2016-04-291-2/+4
| * | | | Move refresh height to keys file from cache fileHoward Chu2016-04-291-0/+6
| * | | | Make fast_refresh interruptibleHoward Chu2016-04-291-2/+3
* | | | | add a --max-concurrency flagmoneromooo-monero2016-04-281-2/+2
|/ / / /
* | | | wallet: allow attaching notes to txidsmoneromooo-monero2016-04-261-0/+13
* | | | wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero2016-04-261-5/+8
* | | | Merge pull request #815Riccardo Spagni2016-04-261-0/+127
|\ \ \ \
| * | | | wallet: add a new sweep_all command and RPC commandmoneromooo-monero2016-04-191-0/+127
| | |_|/ | |/| |
* | | | Merge pull request #814Riccardo Spagni2016-04-261-4/+12
|\ \ \ \
| * | | | modified: src/wallet/wallet2.cppawfulcrawler2016-04-181-3/+4
| * | | | modified: src/simplewallet/simplewallet.cppawfulcrawler2016-04-181-4/+11
| |/ / /
* / / / Add GET_HASHES_FAST rpc, use it in walletHoward Chu2016-04-171-0/+87
|/ / /
* | | Merge pull request #784Riccardo Spagni2016-04-141-0/+1
|\ \ \
| * | | Fix potential race with parallel processing of txes/signatures/blocksmoneromooo-monero2016-04-021-0/+1
* | | | Merge pull request #783Riccardo Spagni2016-04-141-53/+36
|\ \ \ \
| * | | | wallet: better output selection for transfer/transfer_newmoneromooo-monero2016-04-021-53/+36
| |/ / /
* / / / rpc: add a do_not_relay boolean to tx submissionmoneromooo-monero2016-04-051-0/+1
|/ / /
* | | Merge pull request #769Riccardo Spagni2016-04-021-21/+36
|\ \ \
| * | | wallet: make load_keys check types when loading JSONmoneromooo-monero2016-03-271-21/+36
* | | | Merge pull request #767Riccardo Spagni2016-04-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Convey tx verification failure reasons to the RPC clientmoneromooo-monero2016-03-271-1/+1
* | | | wallet: fix --generate-from-keys saving as watch onlymoneromooo-monero2016-03-281-1/+1
| |/ / |/| |
* | | 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-4/+5
* | | wallet: change sweep_dust to sweep_unmixablemoneromooo-monero2016-03-261-13/+91
* | | wallet: handle rare case where fee adjustment can bump to the next kBmoneromooo-monero2016-03-261-2/+3