aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18wallet2: fix create view-only wallet from existing walletj-berman1-6/+2
2022-09-26Merge pull request #8585luigi11111-0/+1
2022-09-26Merge pull request #8582luigi11111-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 #8545v0.18.1.1luigi11111-7/+5
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman1-12/+141
2022-09-09Merge pull request #8555luigi11111-32/+83
2022-09-07wallet2: ensure imported outputs subaddresses are createdmoneromooo-monero1-0/+4
2022-09-07wallet2: better test on whether to allow output importmoneromooo-monero1-3/+8
2022-09-07allow exporting outputs in chunksmoneromooo-monero1-30/+64
2022-09-06Fix missing semi-colon in error messagej-berman1-1/+1
2022-09-06wallet2: fixes for export/import output flowj-berman1-2/+6
2022-09-06wallet2: do not assume imported outputs must be non emptymoneromooo-monero1-2/+2
2022-09-06wallet2: prevent importing outputs in a hot walletmoneromooo-monero1-0/+2
2022-09-06wallet2: fix missing subaddress indices in "light" exported outputsmoneromooo-monero1-1/+3
2022-09-01multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman1-7/+5
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-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-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
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