aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-22restrict public node checks a littlemoneromooo-monero1-0/+1
2020-10-10Change epee binary output from std::stringstream to byte_streamLee Clagett1-5/+4
2020-12-04Merge pull request #7043Alexander Blair1-0/+14
2020-12-03wallet2: set propagation timeout to current max timeoutselsta1-1/+2
2020-12-01Merge pull request #6890Alexander Blair1-0/+21
2020-11-24wallet2: check imported multisig curve points are in main subgroupCrypto City1-0/+14
2020-10-18wallet2: wait for propagation timeout before marking tx as failedxiphon1-2/+6
2020-10-13wallet2: skip reorgs exceeding max-reorg-depth wallet settingxiphon1-0/+21
2020-09-24fix a couple bugs found by OSS-fuzzmoneromooo-monero1-0/+2
2020-09-15Merge pull request #6793luigi11111-1/+1
2020-09-15wallet2: adapt to deterministic unlock timeTheCharlatan1-10/+21
2020-09-14Merge pull request #6815luigi11111-3/+8
2020-09-12wallet2: fix tx sanity check triggering on pre-rct outputsmoneromooo-monero1-3/+8
2020-09-09Fix typo in command line argument descriptionReinaldulin1-1/+1
2020-09-07Merge pull request #6798luigi11111-1/+1
2020-09-04enable CLSAG support for Trezor clientDusan Klinec1-1/+1
2020-09-03Merge pull request #6757luigi11111-15/+15
2020-09-01update error message "No unlocked balance in the specified account"woodser1-1/+1
2020-09-01threadpool: guard against exceptions in jobs, and armour platingmoneromooo-monero1-15/+15
2020-08-28Bind signature to full address and signing modeSarang Noether1-24/+40
2020-08-28wallet: allow signing a message with spend or view keymoneromooo-monero1-19/+82
2020-08-27Integrate CLSAGs into moneromoneromooo-monero1-30/+64
2020-08-27Merge pull request #6746Alexander Blair1-2/+2
2020-08-27Merge pull request #6752Alexander Blair1-11/+21
2020-08-27Merge pull request #6731Alexander Blair1-1/+1
2020-08-27Merge pull request #6690Alexander Blair1-45/+196
2020-08-17Revert "Use domain-separated ChaCha20 for in-memory key encryption"luigi11111-16/+0
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero1-45/+196
2020-08-16Merge pull request #6716Alexander Blair1-28/+12
2020-08-16Merge pull request #6715Alexander Blair1-1/+4
2020-08-16Merge pull request #6632Alexander Blair1-1/+1
2020-08-16Merge pull request #6493Alexander Blair1-0/+16
2020-08-10simplewallet: allow setting tx keys when sending to a subaddressmoneromooo-monero1-1/+11
2020-08-09Use domain-separated ChaCha20 for in-memory key encryptionSarang Noether1-0/+16
2020-08-09Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc...Sarang Noether1-17/+29
2020-08-08wallet2: fix setting tx keys when another is already setmoneromooo-monero1-10/+10
2020-08-05Fix broken multisig pubkey sortingJason Rhinelander1-2/+2
2020-07-31wallet2: fix wrong name when checking RPC costmoneromooo-monero1-1/+1
2020-07-20wallet2_api: implement runtime proxy configurationxiphon1-28/+12
2020-07-20wallet2: throw a error on wallet initialization failurexiphon1-1/+4
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
2020-07-08Merge pull request #6587luigi11111-1/+1
2020-06-08Merge pull request #6561luigi11111-1/+1
2020-06-08Merge pull request #6525luigi11111-2/+16
2020-06-06fix warning by removing std::move() on temporary http_client objectwoodser1-1/+1
2020-05-31Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett1-1/+1
2020-05-25fix typo in pick_preferred_rct_inputsDenis Smirnov1-1/+1
2020-05-19wallet2: fix multisig data clearing stomping on a vectormoneromooo-monero1-1/+1
2020-05-13simplewallet: don't complain about incoming payment ids on changemoneromooo-monero1-2/+16
2020-05-07Merge pull request #6506luigi11111-7/+1
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-06Merge pull request #6485luigi11111-3/+15
2020-05-06Merge pull request #6480luigi11111-3/+2
2020-05-05Merge pull request #6467luigi11111-12/+25
2020-05-05Merge pull request #6441luigi11111-6/+10
2020-05-05wallet2: fix keys file deserialization exception handlingxiphon1-7/+1
2020-05-01Merge pull request #6446luigi11111-2/+6
2020-04-27wallet2: fix subaddress expansion when receiving moneromoneromooo-monero1-3/+15
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec1-2/+6
2020-04-26wallet2: check_connection return false on get_version status != OKxiphon1-3/+2
2020-04-22simplewallet: report timestamp based expected unlock time on balancemoneromooo-monero1-12/+25
2020-04-15Allow wallet2.h to run in WebAssemblywoodser1-134/+205
2020-04-15use memwipe on secret k/alpha valuesmoneromooo-monero1-6/+10
2020-04-10Merge pull request #6394luigi11111-3/+12
2020-04-07simplewallet: new "address one-off <major> <minor>" commandmoneromooo-monero1-3/+12
2020-04-04Merge pull request #6351luigi11111-1/+1
2020-04-04Merge pull request #6338luigi11111-5/+1
2020-04-04Merge pull request #6321luigi11111-0/+1
2020-04-01Hash domain separationSarang Noether1-5/+1
2020-03-31cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon1-2/+0
2020-03-31Merge pull request #6304luigi11111-3/+12
2020-03-31Merge pull request #6302luigi11111-14/+14
2020-03-27Merge pull request #6299Alexander Blair1-2/+21
2020-03-27Merge pull request #6296Alexander Blair1-0/+4
2020-03-27Merge pull request #6289Alexander Blair1-2/+44
2020-03-27Merge pull request #6288Alexander Blair1-1/+0
2020-03-12Merge pull request #6268Alexander Blair1-7/+7
2020-03-09Move hex->bin conversion to monero copyright files and with less includesLee Clagett1-1/+1
2020-03-07wallet2: remember daemon address overrides when loading a new walletmoneromooo-monero1-2/+21
2020-02-28Merge pull request #6238Alexander Blair1-0/+7
2020-02-28Merge pull request #6235Alexander Blair1-1/+1
2020-02-19Merge pull request #6194luigi11111-1/+1
2020-02-19Merge pull request #6190luigi11111-1/+27
2020-02-07wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msgxiphon1-0/+1
2020-02-06Merge pull request #6103Alexander Blair1-0/+6
2020-02-06Merge pull request #6069Alexander Blair1-2/+16
2020-01-26wallet: do not split integrated addresses in address book apimoneromooo-monero1-4/+6
2020-01-25wallet2_api: implement estimateTransactionFeexiphon1-14/+14
2020-01-24Merge pull request #6154Alexander Blair1-0/+1
2020-01-24wallet2: fix store-tx-info loadingmoneromooo-monero1-3/+12
2020-01-16wallet2: reject zero keys in json inputmoneromooo-monero1-0/+4
2020-01-14wallet: reroll fake outs selection on local tx_sanity_check failurexiphon1-2/+44
2020-01-11Merge pull request #6105Alexander Blair1-0/+18
2020-01-11Wallet: Distingush amounts for a single subaddressTadeas Moravec1-1/+27
2020-01-09wallet2: do not remove known rings when a tx failsmoneromooo-monero1-1/+0
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero1-2/+16
2019-12-30wallet: fix exceptions getting the hash of a pruned txmoneromooo-monero1-7/+7
2019-12-17wallet2: guard against race with multiple decrypt_keys usersmoneromooo-monero1-0/+7
2019-12-14wallet2: fix hang in wallet refreshmoneromooo-monero1-1/+1
2019-12-12Merge pull request #6057luigi11111-3/+21
2019-11-28wallet2: better error when restoring a wallet with the wrong keysmoneromooo-monero1-1/+1
2019-11-19wallet: don't issue node rpc proxy requests in '--offline' modexiphon1-0/+1
2019-11-06wallet_rpc_server: new estimate_tx_size_and_weight RPCmoneromooo-monero1-0/+18
2019-11-05wallet2: don't try to lock an empty filenamemoneromooo-monero1-0/+6
2019-11-04wallet2: fix pool txes not being flushed when minedmoneromooo-monero1-1/+1
2019-11-01wallet2: fix is_synced checking target height, not heightmoneromooo-monero1-1/+1
2019-11-01wallet: fix another facet of "did I get some monero" information leakmoneromooo-monero1-10/+30
2019-11-01wallet2: do not send an unnecessary last getblocks.bin call on refreshmoneromooo-monero1-5/+15
2019-11-01wallet2: do not repeatedly ask for pool txes sent to usmoneromooo-monero1-5/+0
2019-10-29wallet2: make keys unlocker reentrantmoneromooo-monero1-3/+21
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