aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Merge pull request #9344luigi11111-3/+21
2024-07-16Merge pull request #9343luigi11111-0/+1
2024-07-16Merge pull request #9338luigi11111-1/+1
2024-07-16Merge pull request #8619luigi11111-81/+945
2024-07-05wallet2: validate fetched block height and parent hashOscar Mira1-0/+18
2024-07-04wallet2: use start_height consistently as const in process_parsed_blocksOscar Mira1-3/+3
2024-05-28wallet: fetch pool txs in pruned formjeffro2561-0/+1
2024-05-24wallet: background sync with just the view keyj-berman1-81/+945
2024-05-21add key exchange round booster to multisig_accountkoe1-73/+138
2024-05-21wallet2: correct variable usage in get_multisig_seedselsta1-1/+1
2024-05-21copyright: bump to 2024copyCat1-1/+1
2024-05-20Merge pull request #9310luigi11111-1/+1
2024-05-20Merge pull request #9305luigi11111-2/+2
2024-05-20Merge pull request #9259luigi11111-3/+3
2024-05-20Merge pull request #9211luigi11111-0/+5
2024-05-20Merge pull request #9151luigi11111-31/+28
2024-05-20Merge pull request #7852luigi11111-19/+33
2024-04-30common: support boost filesystem copy_options.0xFFFC00001-2/+2
2024-04-28wallet2: fix stagenet get_approximate_blockchain_heightselsta1-1/+1
2024-04-05@tobtoht: undo rebase changes tx.dsts -> tx_dstsjeffro2561-4/+4
2024-03-22wallet2: ensure transfers and sweeps use same fee calc logic rnd2j-berman1-3/+3
2024-03-08Removed default cryptonote addressSyntheticBird451-0/+5
2024-03-08wallet2: adjust fee during backlog, fix set priorityselsta1-2/+2
2024-02-24Enforce Tx unlock_time is Zero by Relay Rulejeffro2561-31/+28
2024-02-24Merge pull request #9160luigi11111-2/+11
2024-02-24Merge pull request #9006luigi11111-4/+4
2024-02-20wallet: feature: transfer amount with fee includedjeffro2561-24/+140
2024-02-18Daemon-specific proxy for the wallet-rpc.0xFFFC00001-2/+11
2024-01-18Merge pull request #9077luigi11111-5/+5
2024-01-18Merge pull request #9049luigi11111-3/+1
2024-01-18Merge pull request #9023luigi11111-16/+43
2023-11-28serialization: remove container wrappers and serialize directlyjeffro2561-5/+5
2023-11-02wallet: sign_tx: get tx pubkey from extratobtoht1-3/+1
2023-11-02wallet: fix multisig key memory leakjeffro2561-0/+26
2023-10-25Merge pull request #8974luigi11111-1/+1
2023-10-17wallet: mitigate statistical dependence for decoy selection within ringsjeffro2561-16/+43
2023-09-26wallet2: call on_reorg callback in handle_reorgj-berman1-4/+4
2023-09-21wallet: store watch-only wallet correctly when `change_password()` is calledjeff1-2/+2
2023-08-23wallet2: fix `store_to()` and `change_password()`jeffro2561-28/+74
2023-08-17wallet2: fix version check at hf version 1j-berman1-1/+1
2023-08-17Merge pull request #8956luigi11111-4/+9
2023-08-17Merge pull request #8950luigi11111-4/+4
2023-08-17Merge pull request #8914luigi11111-21/+26
2023-08-17Merge pull request #8882luigi11111-3/+3
2023-07-28wallet-rpc: restore from multisig seedjeffro2561-21/+26
2023-07-19scan_tx: fix custom comparator for == case; fixes #8951j-berman1-4/+9
2023-07-16wallet2: when checking frozen multisig tx set, don't assume orderjeffro2561-4/+4
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-05-27wallet2: ensure transfers and sweeps use same fee calc logicj-berman1-3/+3
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-02-28replace 'multisig()' with 'get_multisig_status()' using multisig_account_stat...koe1-19/+33
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