aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* simplewallet: fix output representation offsetmoneromooo-monero2019-04-181-2/+2
* wallet2: "output lineup" fake out selectionmoneromooo-monero2019-04-181-60/+47
* Merge pull request #5445Riccardo Spagni2019-04-161-53/+90
|\
| * wallet: new --offline optionmoneromooo-monero2019-04-151-53/+90
* | Merge pull request #5434Riccardo Spagni2019-04-161-0/+1
|\ \
| * | rpc: new sanity check on relayed transactionsmoneromooo-monero2019-04-121-0/+1
* | | Merge pull request #5422Riccardo Spagni2019-04-161-1/+1
|\ \ \
| * | | wallet2: update estimate_rct_tx_size for smaller rct proofsmoneromooo-monero2019-04-111-1/+1
| |/ /
* | | Merge pull request #5418Riccardo Spagni2019-04-161-5/+6
|\ \ \ | |_|/ |/| |
| * | wallet_rpc_server: add a all flag to export_outputsmoneromooo-monero2019-04-101-5/+6
* | | Merge pull request #5396Riccardo Spagni2019-04-151-3/+8
|\ \ \
| * | | wallet2: add --no-dns flagmoneromooo-monero2019-04-041-3/+8
* | | | Merge pull request #5395Riccardo Spagni2019-04-151-7/+9
|\ \ \ \
| * | | | wallet2: support multi out txes without change in sanity checkmoneromooo-monero2019-04-031-7/+9
| |/ / /
* | | | Merge pull request #5392Riccardo Spagni2019-04-151-4/+4
|\ \ \ \
| * | | | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)stoffu2019-04-041-4/+4
| |/ / /
* | | | Merge pull request #5355Riccardo Spagni2019-04-151-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | device/trezor: add button pressed requestDusan Klinec2019-04-071-0/+12
| |/ /
* | | Merge pull request #5388Riccardo Spagni2019-04-111-0/+37
|\ \ \
| * | | simplewallet: new unset_ring commandmoneromooo-monero2019-04-021-0/+37
| |/ /
* | | Merge pull request #5382Riccardo Spagni2019-04-111-12/+43
|\ \ \
| * | | wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero2019-04-011-12/+43
| * | | wallet2: set confirmations to 0 for pool txes in proofsmoneromooo-monero2019-04-011-4/+4
* | | | Merge pull request #5374Riccardo Spagni2019-04-111-0/+7
|\ \ \ \
| * | | | wallet: new option to start background miningmoneromooo-monero2019-04-041-0/+7
| |/ / /
* | | | simplewallet: new net_stats commandmoneromooo-monero2019-04-111-0/+10
* | | | Enabling daemon-rpc SSL now requires non-system CA verificationLee Clagett2019-04-071-10/+13
* | | | Require manual override for user chain certificates.Lee Clagett2019-04-071-0/+5
* | | | Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett2019-04-071-14/+24
* | | | Change default SSL to "enabled" if user specifies fingerprint/certificateLee Clagett2019-04-061-3/+8
* | | | Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett2019-04-061-21/+10
| |_|/ |/| |
* | | Merge pull request #5350Riccardo Spagni2019-04-061-36/+22
|\ \ \
| * | | wallet2: factor the watchonly/multisig/etc fields on creationmoneromooo-monero2019-03-271-36/+22
* | | | Merge pull request #5347Riccardo Spagni2019-04-061-1/+21
|\ \ \ \
| * | | | wallet2: skip derivation precalc for blocks we know we'll skipmoneromooo-monero2019-03-251-1/+21
| |/ / /
* | | | Merge pull request #5346Riccardo Spagni2019-04-061-3/+1
|\ \ \ \
| * | | | cryptonote: block parsing + hash calculation speedupmoneromooo-monero2019-03-251-3/+1
| |/ / /
* | | | Merge pull request #5343Riccardo Spagni2019-04-061-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | wallet2: set confirmations to 0 for pool txes in proofsmoneromooo-monero2019-03-241-4/+4
| |/ /
* | | Merge pull request #5319Riccardo Spagni2019-04-011-7/+18
|\ \ \ | |_|/ |/| |
| * | wallet_rpc_server: add a set_daemon RPCmoneromooo-monero2019-04-011-7/+15
| * | wallet2: init some variables to default values if loading old walletsmoneromooo-monero2019-04-011-0/+3
* | | Merge pull request #5333Riccardo Spagni2019-04-011-12/+73
|\ \ \
| * | | wallet: add freeze/thaw/frozen commandsmoneromooo-monero2019-03-221-12/+73
* | | | Merge pull request #5332Riccardo Spagni2019-04-011-21/+29
|\ \ \ \
| * | | | Add get_tx_proof support, needed for new sanity checkcslashm2019-03-281-21/+29
* | | | | Merge pull request #5349Riccardo Spagni2019-04-011-3/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | wallet2: fix tx sanity check change test for the sweep_all casemoneromooo-monero2019-03-251-3/+9
| | |_|/ | |/| |
* | | | Merge pull request #5305Riccardo Spagni2019-04-011-1/+1
|\ \ \ \
| * | | | wallet2: make use_fork_rules handle chain heights lower than leewaymoneromooo-monero2019-03-171-1/+1