aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero1-2/+16
2019-10-25Merge pull request #6014luigi11111-0/+5
2019-10-25Merge pull request #6013luigi11111-0/+1
2019-10-25simplewallet: add public_nodes commandmoneromooo-monero1-0/+21
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-245/+420
2019-10-23wallet2: error out when we need a daemon password but have no prompt functionmoneromooo-monero1-0/+5
2019-10-23wallet2: fix the logged number of detached transfersmoneromooo-monero1-0/+1
2019-10-16Merge pull request #5959luigi11111-5/+5
2019-10-16Merge pull request #5952luigi11111-1/+35
2019-10-14wallet: remove long payment ID sending supportmoneromooo-monero1-7/+0
2019-10-14wallet2: ignore received unencrypted payment IDs (but warn hard)moneromooo-monero1-6/+18
2019-10-08Merge pull request #5915luigi11111-1/+1
2019-10-04wallet2: don't delete file that may not existselsta1-5/+5
2019-10-02wallet2: add ignore-outputs-{above/below} optionstoffu1-1/+35
2019-09-30Merge pull request #5893luigi11111-0/+6
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-1/+1
2019-09-24Merge pull request #5877luigi11111-5/+4
2019-09-17wallet: add edit_address_book RPCmoneromooo-monero1-0/+15
2019-09-14Merge pull request #5861luigi11111-0/+16
2019-09-14Merge pull request #5866luigi11111-2/+2
2019-09-10wallet2: enable ignoring fractional outputs also when sweepingstoffu1-0/+16
2019-09-08Merge pull request #5855luigi11111-34/+58
2019-09-08Merge pull request #5850luigi11111-3/+1
2019-09-08Merge pull request #5847luigi11111-1/+1
2019-09-06wallet2: resolve CID 203918 null pointer deference (NULL_RETURNS)anonimal1-0/+6
2019-09-05wallet: fix mismatch between two concepts of "balance"moneromooo-monero1-34/+58
2019-09-04Merge pull request #5822luigi11111-0/+2
2019-09-02Removed unused boost/value_init headerLev Sizov1-1/+0
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez1-4/+4
2019-08-28simplewallet: lock console on inactivitymoneromooo-monero1-0/+9
2019-08-28rpc: move a leftover light wallet RPC out of daemon RPCmoneromooo-monero1-2/+2
2019-08-27Merge pull request #5609luigi11111-0/+11
2019-08-24wallet2: fix unset_ring tx retrieval checksmoneromooo-monero1-3/+1
2019-08-23wallet2: fix cold signing losing tx keysmoneromooo-monero1-1/+1
2019-08-22Wallet: Option to export data to ASCIITadeas Moravec1-21/+108
2019-08-22wallet: add --extra-entropy command line flagmoneromooo-monero1-0/+11
2019-08-21Merge pull request #5722luigi11111-2/+2
2019-08-19Merge pull request #5727luigi11111-2/+2
2019-08-19reject setting lookahead major or minor to 0moneromooo-monero1-0/+2
2019-08-15Merge pull request #5672luigi11111-0/+1
2019-08-15Merge pull request #5662luigi11111-3/+11
2019-08-15Replace std::random_shuffle with std::shuffleTom Smeding1-2/+2
2019-08-14Merge pull request #5487luigi11111-0/+2
2019-07-24Merge pull request #5600luigi11111-7/+12
2019-07-24Merge pull request #5594luigi11111-0/+30
2019-07-24Merge pull request #5514luigi11111-2/+2
2019-07-24Merge pull request #5513luigi11111-4/+8
2019-07-24Merge pull request #5502luigi11111-3/+0
2019-07-02simplewallet: optional all flag to export_outputs/export_key_imagesmoneromooo-monero1-2/+2
2019-06-19wallet2: fix change subaddress mixup when sending pre rct outputsmoneromooo-monero1-0/+1
2019-06-17device: show address on device displayDusan Klinec1-0/+30
2019-06-17device: tx_key caching fixed, store recovered txkeyDusan Klinec1-3/+11
2019-06-02Remember RPC version on initial connectHoward Chu1-7/+12
2019-06-01Merge pull request #5561Riccardo Spagni1-1/+4
2019-05-21Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works.Lee Clagett1-1/+4
2019-05-16wallet: add unlock_time details to show_transfersmoneromooo-monero1-2/+2
2019-05-11wallet: fix certificate fingerprint length checkmoneromooo-monero1-1/+1
2019-05-07Merge pull request #5508Riccardo Spagni1-4/+2
2019-05-07Merge pull request #5501Riccardo Spagni1-2/+5
2019-05-02wallet2: don't wait a day before using new version feesmoneromooo-monero1-2/+2
2019-05-02wallet: distinguish between empty and absent attributesmoneromooo-monero1-4/+8
2019-05-02Merge pull request #5493Riccardo Spagni1-0/+6
2019-05-02Merge pull request #5489Riccardo Spagni1-3/+13
2019-05-01wallet2: reject standalone short payment IDs in monero: URI APImoneromooo-monero1-4/+2
2019-04-29remove unused codemoneromooo-monero1-3/+0
2019-04-29wallet2: fix infinite loop picking outputs in corner casemoneromooo-monero1-2/+5
2019-04-26change SSL certificate fingerprint whitelisting from SHA1 to SHA-256moneromooo-monero1-0/+6
2019-04-24Merge pull request #5486Riccardo Spagni1-0/+2
2019-04-24Merge pull request #5485Riccardo Spagni1-2/+2
2019-04-24wallet2: default to trying to keep 5 outputs of 2+ moneromoneromooo-monero1-3/+13
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero1-0/+2
2019-04-23wallet2: add missing "sanity check failed" reason messagemoneromooo-monero1-0/+2
2019-04-23wallet2: fix wrong change being recorded in sweep_allmoneromooo-monero1-2/+2
2019-04-22wallet: fix key image computation signaling to the deviceDusan Klinec1-1/+1
2019-04-18simplewallet: fix output representation offsetmoneromooo-monero1-2/+2
2019-04-18wallet2: "output lineup" fake out selectionmoneromooo-monero1-60/+47
2019-04-16Merge pull request #5445Riccardo Spagni1-53/+90
2019-04-16Merge pull request #5434Riccardo Spagni1-0/+1
2019-04-16Merge pull request #5422Riccardo Spagni1-1/+1
2019-04-16Merge pull request #5418Riccardo Spagni1-5/+6
2019-04-15wallet: new --offline optionmoneromooo-monero1-53/+90
2019-04-15Merge pull request #5396Riccardo Spagni1-3/+8
2019-04-15Merge pull request #5395Riccardo Spagni1-7/+9
2019-04-15Merge pull request #5392Riccardo Spagni1-4/+4
2019-04-15Merge pull request #5355Riccardo Spagni1-0/+12
2019-04-12rpc: new sanity check on relayed transactionsmoneromooo-monero1-0/+1
2019-04-11wallet2: update estimate_rct_tx_size for smaller rct proofsmoneromooo-monero1-1/+1
2019-04-11Merge pull request #5388Riccardo Spagni1-0/+37
2019-04-11Merge pull request #5382Riccardo Spagni1-12/+43
2019-04-11Merge pull request #5374Riccardo Spagni1-0/+7
2019-04-11simplewallet: new net_stats commandmoneromooo-monero1-0/+10
2019-04-10wallet_rpc_server: add a all flag to export_outputsmoneromooo-monero1-5/+6
2019-04-07Enabling daemon-rpc SSL now requires non-system CA verificationLee Clagett1-10/+13
2019-04-07device/trezor: add button pressed requestDusan Klinec1-0/+12
2019-04-07Require manual override for user chain certificates.Lee Clagett1-0/+5
2019-04-07Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett1-14/+24
2019-04-06Change default SSL to "enabled" if user specifies fingerprint/certificateLee Clagett1-3/+8
2019-04-06Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett1-21/+10
2019-04-06Merge pull request #5350Riccardo Spagni1-36/+22
2019-04-06Merge pull request #5347Riccardo Spagni1-1/+21
2019-04-06Merge pull request #5346Riccardo Spagni1-3/+1
2019-04-06Merge pull request #5343Riccardo Spagni1-4/+4
2019-04-04wallet: new option to start background miningmoneromooo-monero1-0/+7
2019-04-04wallet2: add --no-dns flagmoneromooo-monero1-3/+8
2019-04-04crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)stoffu1-4/+4
2019-04-03wallet2: support multi out txes without change in sanity checkmoneromooo-monero1-7/+9
2019-04-02simplewallet: new unset_ring commandmoneromooo-monero1-0/+37
2019-04-01wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero1-12/+43
2019-04-01wallet2: set confirmations to 0 for pool txes in proofsmoneromooo-monero1-4/+4
2019-04-01Merge pull request #5319Riccardo Spagni1-7/+18
2019-04-01wallet_rpc_server: add a set_daemon RPCmoneromooo-monero1-7/+15
2019-04-01wallet2: init some variables to default values if loading old walletsmoneromooo-monero1-0/+3
2019-04-01Merge pull request #5333Riccardo Spagni1-12/+73
2019-04-01Merge pull request #5332Riccardo Spagni1-21/+29
2019-04-01Merge pull request #5349Riccardo Spagni1-3/+9
2019-04-01Merge pull request #5305Riccardo Spagni1-1/+1
2019-04-01Merge pull request #5303Riccardo Spagni1-3/+12
2019-04-01Merge pull request #5298Riccardo Spagni1-11/+11
2019-04-01Merge pull request #5297Riccardo Spagni1-2/+4
2019-04-01Merge pull request #5292Riccardo Spagni1-0/+2
2019-04-01Merge pull request #5291Riccardo Spagni1-1/+1
2019-03-28Add get_tx_proof support, needed for new sanity checkcslashm1-21/+29
2019-03-27wallet2: factor the watchonly/multisig/etc fields on creationmoneromooo-monero1-36/+22
2019-03-25wallet2: fix tx sanity check change test for the sweep_all casemoneromooo-monero1-3/+9
2019-03-25wallet2: skip derivation precalc for blocks we know we'll skipmoneromooo-monero1-1/+21
2019-03-25cryptonote: block parsing + hash calculation speedupmoneromooo-monero1-3/+1
2019-03-25wallet: fix memory only walletsmoneromooo-monero1-2/+4
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett1-3/+50
2019-03-24wallet2: set confirmations to 0 for pool txes in proofsmoneromooo-monero1-4/+4
2019-03-24Merge pull request #5277Riccardo Spagni1-14/+4
2019-03-22wallet: add freeze/thaw/frozen commandsmoneromooo-monero1-12/+73
2019-03-21wallet: fix offline signing calling a daemon RPCmoneromooo-monero1-14/+4
2019-03-21wallet2: sanity check new tx before sendingmoneromooo-monero1-105/+213
2019-03-21Merge pull request #5266Riccardo Spagni1-1/+8
2019-03-21Merge pull request #5248Riccardo Spagni1-0/+11
2019-03-21Merge pull request #5235Riccardo Spagni1-15/+17
2019-03-21Merge pull request #5211Riccardo Spagni1-26/+141
2019-03-20device/trezor: HF10 support added, wallet::APIDusan Klinec1-26/+141
2019-03-19Merge pull request #5203Riccardo Spagni1-4/+15
2019-03-19Merge pull request #4889Riccardo Spagni1-16/+88
2019-03-17Merge pull request #5182Riccardo Spagni1-0/+1
2019-03-17Merge pull request #5168Riccardo Spagni1-7/+6
2019-03-17Merge pull request #5061Riccardo Spagni1-1/+1
2019-03-17wallet2: make use_fork_rules handle chain heights lower than leewaymoneromooo-monero1-1/+1
2019-03-17wallet: flush output cache upon reorgmoneromooo-monero1-3/+12
2019-03-15wallet: move light wallet RPC out of core RPCmoneromooo-monero1-11/+11
2019-03-15wallet: adds rescan_bc option with preserving key imagesDusan Klinec1-16/+88
2019-03-15wallet2: set seed language when creating from jsonmoneromooo-monero1-0/+2
2019-03-14wallet2: fix generation from json when restore height is not setmoneromooo-monero1-1/+1
2019-03-12wallet2: don't store 0 amount outputs, they'll fail to be spentmoneromooo-monero1-1/+7
2019-03-11wallet: fix load failure if the mms isn't usablemoneromooo-monero1-1/+8
2019-03-07wallet2: do not use invalid keys as fake outs in ringsmoneromooo-monero1-0/+11
2019-03-05wallet2: key image import fixesmoneromooo-monero1-15/+17
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05Merge pull request #4852Riccardo Spagni1-3/+9
2019-03-05add multisig tx sets to describe_transfer rpc endpointspoke01-4/+15
2019-03-05epee: add SSL supportMartijn Otto1-3/+9
2019-03-05wallet2: don't calculate prefix hash when we don't need itmoneromooo-monero1-6/+6
2019-03-04various: remove unused variablesmoneromooo-monero1-1/+0
2019-03-04Merge pull request #5131Riccardo Spagni1-1/+1
2019-03-04Merge pull request #5084Riccardo Spagni1-0/+5
2019-03-04Merge pull request #4054Riccardo Spagni1-7/+41
2019-03-04Merge pull request #5217Riccardo Spagni1-6/+12
2019-03-04Print the reason why a notification spec failed to parsemoneromooo-monero1-1/+1
2019-03-03wallet2: fix mishandling rct outputs in coinbase txmoneromooo-monero1-6/+12
2019-02-22Better error when sending a tx with a too large extra fieldmoneromooo-monero1-0/+1
2019-02-20wallet: fix payment ID decryption for construction dataDusan Klinec1-7/+6
2019-02-13Don't decrypt keys in view only wallets in wallet_keys_unlockerDoyle1-1/+1
2019-02-02epee: add SSL supportmoneromooo-monero1-7/+41
2019-01-28Merge pull request #5053Riccardo Spagni1-1/+1
2019-01-28notify: handle arbitrary tagsmoneromooo-monero1-1/+1
2019-01-28Merge pull request #5069Riccardo Spagni1-3/+10
2019-01-28Merge pull request #5068Riccardo Spagni1-1/+1
2019-01-28Merge pull request #5056Riccardo Spagni1-7/+7
2019-01-28Merge pull request #5052Riccardo Spagni1-20/+29
2019-01-22ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero1-2/+2
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero1-18/+27
2019-01-22Pruningmoneromooo-monero1-76/+113
2019-01-19wallet2: fix hashchain going out of sync on refresh errormoneromooo-monero1-0/+5
2019-01-18core, wallet: remember original text version of destination addressmoneromooo-monero1-7/+11
2019-01-16wallet2: remember which output keys map to which key imagesmoneromooo-monero1-10/+87
2019-01-16Merge pull request #5027Riccardo Spagni1-26/+73
2019-01-16Merge pull request #5012Riccardo Spagni1-3/+6
2019-01-16Merge pull request #5004Riccardo Spagni1-0/+17
2019-01-16Merge pull request #4995Riccardo Spagni1-3/+0
2019-01-16Merge pull request #4987Riccardo Spagni1-4/+12
2019-01-16Merge pull request #4985Riccardo Spagni1-6/+9
2019-01-16Merge pull request #4980Riccardo Spagni1-4/+3
2019-01-16Merge pull request #4979Riccardo Spagni1-0/+2
2019-01-13wallet2: fix incorrect patch for determining fork rulesmoneromooo-monero1-1/+1
2019-01-13wallet2: fix duplicate tx notifications for pool txesmoneromooo-monero1-3/+10
2019-01-09wallet: do not check txpool in background modemoneromooo-monero1-7/+7
2019-01-06Merge pull request #4956Riccardo Spagni1-0/+4
2018-12-31wallet2: speedup output trackingmoneromooo-monero1-10/+45
2018-12-31wallet: optionally keep track of owned outputs usesmoneromooo-monero1-2/+25
2018-12-30wallet: do not display daemon controlled text if untrustedmoneromooo-monero1-26/+73
2018-12-24wallet_rpc_server: add all field to export_key_imagesmoneromooo-monero1-3/+6
2018-12-21wallet2: finalize_multisig now rejects non N-1/N multisig walletsmoneromooo-monero1-0/+17
2018-12-19Remove unused hash in export_key_imagesdoy-lee1-3/+0
2018-12-16wallet2: cut down on the number of useless derivation threadsmoneromooo-monero1-6/+9