aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-19scan_tx: fix custom comparator for == case; fixes #8951j-berman1-4/+9
2023-07-06Merge pull request #8904luigi11111-2/+39
2023-07-06Merge pull request #8902luigi11111-0/+4
2023-06-27wallet: remove CLI code for non default ring sizesJeffro2561-5/+1
2023-06-27Merge pull request #8884luigi11111-0/+2
2023-06-15wallet2: fix rescanning tx via scan_txj-berman1-47/+314
2023-06-12wallet: respect frozen key images in multisig walletsjeffro2561-2/+39
2023-06-10wallet2: take ignored-by-value outputs into account in balanceCrypto City1-0/+4
2023-05-30wallet2: do not lose exception in current thread on refreshCrypto City1-0/+1
2023-05-30wallet2: fix missing exceptions from failing wallet refreshCrypto City1-0/+1
2023-04-25remove defunct light wallet codetobtoht1-686/+16
2023-04-25Merge pull request #8724luigi11111-135/+13
2023-04-25Merge pull request #8802luigi11111-2/+2
2023-04-25Merge pull request #8798luigi11111-9/+9
2023-04-25Merge pull request #8796luigi11111-0/+18
2023-04-25Merge pull request #8788luigi11111-4/+9
2023-04-25wallet, simplewallet: Drop support for mine-to-use RPC systemJeffrey Ryan1-135/+13
2023-04-25Merge pull request #8716luigi11111-1/+4
2023-04-25Merge pull request #8698luigi11111-1/+1
2023-04-02gamma picker: relax constructor requirements and test for selecting outputs f...jeffro2561-2/+2
2023-03-30wallet2: fix infinite loop in fake out selectionCrypto City1-3/+3
2023-03-21wallet2: make m_process_pool_txs local to refresh methodjeffro2561-9/+9
2023-03-21wallet2: do not commit transactions more than oncemoneromooo-monero1-0/+18
2023-03-19wallet2: fix outdated wallet checkCrypto City1-4/+9
2023-03-18Merge pull request #8076luigi11111-176/+378
2023-03-07Enforce restricted # pool txs served via RPC + optimize chunked reqsj-berman1-92/+101
2023-01-19wallet2: add on_reorg callbackCrypto City1-1/+4
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2023-01-11Merge pull request #8686luigi11111-1/+2
2022-12-30wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 callrbrunner71-119/+312
2022-12-22common: move boost_serialization_helper.h out and cleanup includesJeffrey Ryan1-1/+2
2022-12-01Merge pull request #8616luigi11111-6/+2
2022-10-28Merge pull request #8355luigi11111-2/+2
2022-10-18wallet2: fix create view-only wallet from existing walletj-berman1-6/+2
2022-09-26Merge pull request #8586luigi11111-0/+1
2022-09-26Merge pull request #8576luigi11111-3/+3
2022-09-26Merge pull request #8329luigi11111-11/+20
2022-09-21wallet2: fail to establish daemon cxn == "Disconnected" cxn statusj-berman1-0/+1
2022-09-21add an option to force-update multisig key exchange under some circumstanceskoe1-11/+20
2022-09-20Second thread pool for IOSChernykh1-3/+3
2022-09-15Merge pull request #8556luigi11111-12/+141
2022-09-15Merge pull request #8551luigi11111-7/+5
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman1-12/+141
2022-09-09Merge pull request #8554luigi11111-1/+1
2022-09-09Merge pull request #8513luigi11111-32/+83
2022-09-06Fix missing semi-colon in error messagej-berman1-1/+1
2022-09-06multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman1-7/+5
2022-08-24wallet2: ensure imported outputs subaddresses are createdmoneromooo-monero1-0/+4
2022-08-22Merge pull request #8359luigi11111-0/+4
2022-08-18wallet2: better test on whether to allow output importmoneromooo-monero1-3/+8
2022-08-18allow exporting outputs in chunksmoneromooo-monero1-30/+64
2022-08-16wallet2: fixes for export/import output flowj-berman1-2/+6
2022-08-16wallet2: do not assume imported outputs must be non emptymoneromooo-monero1-2/+2
2022-08-16wallet2: prevent importing outputs in a hot walletmoneromooo-monero1-0/+2
2022-08-16wallet2: fix missing subaddress indices in "light" exported outputsmoneromooo-monero1-1/+3
2022-07-14Merge pull request #8433luigi11111-9/+14
2022-07-13derive multisig tx secret keys from an entropy source plus the tx inputs' key...koe1-0/+4
2022-07-13Merge pull request #8149luigi11111-92/+214
2022-07-11GCC: fix some unused warningsJeffrey Ryan1-0/+4
2022-07-06Merge pull request #8408luigi11111-37/+0
2022-07-06Merge pull request #8404luigi11111-26/+1
2022-07-06Merge pull request #8394luigi11111-1/+2
2022-07-05Merge pull request #8388luigi11111-7/+11
2022-06-30multisig: fix critical vulnerabilities in signinganon1-92/+214
2022-06-28wallet2: don't use DNS to obtain segregation heightstobtoht1-37/+0
2022-06-27Chunk /gettransactions to avoid hitting restricted RPC limittobtoht1-7/+11
2022-06-25wallet2: force using output distribution for ringct outstobtoht1-9/+14
2022-06-24wallet2: remove obsolete rpc version checktobtoht1-26/+1
2022-06-20cryptonote_basic: catch crypto api errorsmoneromooo-monero1-1/+2
2022-06-03wallet_rpc_server: chunk refresh to keep responding to RPC while refreshingmoneromooo-monero1-2/+2
2022-06-01Improve consistency between on_money_received and on_money_received_unconfirmedLuke Parker1-3/+4
2022-05-26Merge pull request #8331luigi11111-9/+5
2022-05-26Merge pull request #8328luigi11111-1/+8
2022-05-17disable multisig by defaultmoneromooo-monero1-1/+8
2022-05-16Merge pull request #8308luigi11111-6/+1
2022-05-15wallet2: fix spurious reorg detection with untrusted nodesmoneromooo-monero1-9/+5
2022-05-13wallet2: speedup large tx construction: reserve vector memorymoneromooo-monero1-1/+7
2022-05-13wallet2: speedup large tx construction: batch ringdb lookupsCrypto City1-4/+35
2022-05-13wallet2: speedup large tx construction: batch ringdb updatesCrypto City1-2/+14
2022-05-13wallet2: speedup large tx construction: cache public key validitymoneromooo-monero1-23/+31
2022-05-10Merge pull request #8277luigi11111-3/+1
2022-05-10Merge pull request #8220luigi11111-3/+6
2022-05-02wallet2: fix a couple unused variable warningsselsta1-6/+1
2022-04-29multisig: add post-kex verification round to check that all participants have...koe1-3/+6
2022-04-25Merge pull request #8178luigi11111-0/+4
2022-04-21Preserve commitment format inside transactionsLuke Parker1-3/+1
2022-04-19Merge pull request #8254luigi11111-1/+1
2022-04-18Bump ring size to 16 for v15 & remove set default in wallet clij-berman1-0/+4
2022-04-18Add view tags to outputs to reduce wallet scanning timej-berman1-128/+177
2022-04-10wallet2: use BP+ for cold signingmoneromooo-monero1-1/+1
2022-04-10Fee changes from ArticMinemoneromooo-monero1-32/+62
2022-04-06Merge pull request #8197luigi11111-1/+1
2022-04-06Merge pull request #8195luigi11111-4/+4
2022-04-06Merge pull request #8179luigi11111-7/+125
2022-04-05Merge pull request #7170luigi11111-38/+51
2022-04-05Merge pull request #7153luigi11111-0/+7
2022-04-05store outPk/8 in the tx for speedmoneromooo-monero1-1/+3
2022-04-05plug bulletproofs plus into consensusmoneromooo-monero1-37/+48
2022-03-29wallet2: decrease the amount of data exchanged for output exportmoneromooo-monero1-7/+125
2022-03-18Merge pull request #8158luigi11111-0/+13
2022-03-10Make the wallet name optional when locked.Norman Moeschter1-0/+7
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-03-02Merge pull request #7877luigi11111-447/+147
2022-03-01wallet2: update stagenet rollback blocksselsta1-4/+4
2022-02-22multisig key exchange update and refactorkoe1-447/+147
2022-01-31Balance includes unconfirmed transfers to selfwoodser1-0/+13
2021-12-24wallet inits cache if file and blob missingwoodser1-4/+5
2021-11-30`make_uri` disallows standalone payment idswoodser1-6/+2
2021-11-01Merge pull request #8017luigi11111-2/+0
2021-10-20wallet2: remove 2 unused variablesselsta1-2/+0
2021-10-19wallet2: fix key encryption when changing ask-password from 0/1 to 2moneromooo-monero1-20/+3
2021-10-17Merge pull request #7994luigi11111-1/+1
2021-10-17Merge pull request #7799luigi11111-7/+1
2021-10-11Merge pull request #7793luigi11111-1/+20
2021-10-04Decrease the "recent spend window" in gamma re-select to 15 blocksj-berman1-1/+1
2021-09-12Fix precision of average_output_timej-berman1-7/+1
2021-09-09Merge pull request #7899luigi11111-1/+1
2021-09-09Merge pull request #7823luigi11111-4/+6
2021-09-09Merge pull request #7342luigi11111-20/+34
2021-08-28wallet: fix unused lambda capture warningselsta1-1/+1
2021-08-26Wallet2: fix optimize-coinbase for p2pool payoutsSChernykh1-4/+5
2021-08-20Merge pull request #7849luigi11111-1/+2
2021-08-20Merge pull request #7845luigi11111-0/+6
2021-08-20Merge pull request #7821luigi11111-0/+31
2021-08-20monero-wallet-rpc: Prevent --password-file from being used with --wallet-dirKermit Alexander II1-4/+6
2021-08-19Protect client from divide by 0 caused by integer truncationj-berman1-0/+6
2021-08-19Apply gamma distr from chain tip when selecting decoysj-berman1-0/+31
2021-08-11Merge pull request #7786luigi11111-3/+6
2021-08-11Make sure node returns to wallet that real output is unlockedj-berman1-1/+2
2021-08-03trezor: try empty passphrase firstDusan Klinec1-1/+20
2021-08-02Merge pull request #7796luigi11111-8/+20
2021-08-02Merge pull request #7790luigi11111-1/+1
2021-08-02Merge pull request #7788luigi11111-2/+1
2021-08-02Merge pull request #7747luigi11111-8/+9
2021-07-27Merge pull request #7740luigi11111-0/+3
2021-07-15wallet2: chunk get_outs.bin calls to avoid sanity limitsmoneromooo-monero1-8/+20
2021-07-14wallet2: Don't auto lock device on process parsed blockstobtoht1-2/+1
2021-07-14wallet: rephrase error message on invalid device addressDusan Klinec1-1/+1
2021-07-14fix #7784 - deinit wallet in wallet dtorDusan Klinec1-3/+6
2021-06-10Merge pull request #7661luigi11111-19/+8
2021-06-10Merge pull request #7662luigi11111-4/+14
2021-06-04wallet2: refresh: check error and throw before potentially breaking out of looptobtoht1-8/+9
2021-06-04wallet: Reset RPC Pay ID on node switchtobtoht1-0/+3
2021-05-12Merge pull request #7682luigi11111-1/+1
2021-04-25Wallet2: Update 'approximate_testnet_rolled_back_blocks'rbrunner71-1/+1
2021-04-23wallet2: Fix rescan_bc keep_ki optionNathan Dorfman1-21/+26
2021-04-22Merge pull request #7651luigi11111-4/+4
2021-04-16Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr1-0/+1
2021-04-15rpc: send confirmations in get_transactions resultmoneromooo-monero1-4/+14
2021-04-07monero-wallet-cli: improve error message when tx amount is zeroElliot Wirrick1-4/+4
2021-04-06Merge pull request #7635luigi11111-2/+2
2021-03-25wallet2: fix unlocked mixup in light wallet modemoneromooo-monero1-2/+2
2021-03-05fix serialization being different on macmoneromooo-monero1-5/+15
2021-02-18Merge pull request #7355luigi11111-2/+0
2021-02-18Merge pull request #7346luigi11111-9/+1
2021-02-18Merge pull request #7341luigi11111-7/+35
2021-02-18Merge pull request #7312luigi11111-0/+42
2021-02-17monero-wallet-cli: Added command scan_txHoria Mihai David1-0/+42
2021-02-15Merge pull request #6986luigi11111-0/+8
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-9/+1
2021-01-28Removing unused namespace aliasLee Clagett1-2/+0
2021-01-25Attempt to carve the fee from a partial payment earlyAlex Opie1-20/+34
2021-01-25Stop adding more outputs than bulletproof allowsAlex Opie1-7/+35
2021-01-23Improve cryptonote (block and tx) binary read performanceLee Clagett1-19/+8
2020-12-22restrict public node checks a littlemoneromooo-monero1-0/+1
2020-11-06Balance includes unconfirmed paymentswoodser1-0/+8
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