aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge pull request #9151luigi11111-6/+6
2024-05-20Merge pull request #7852luigi11111-1/+2
2024-02-24Enforce Tx unlock_time is Zero by Relay Rulejeffro2561-6/+6
2024-02-24Merge pull request #9160luigi11111-1/+9
2024-02-20wallet: feature: transfer amount with fee includedjeffro2561-2/+3
2024-02-18Daemon-specific proxy for the wallet-rpc.0xFFFC00001-1/+9
2023-11-28serialization: remove container wrappers and serialize directlyjeffro2561-30/+30
2023-08-23wallet2: fix `store_to()` and `change_password()`jeffro2561-6/+16
2023-08-17Merge pull request #8914luigi11111-1/+1
2023-07-28wallet-rpc: restore from multisig seedjeffro2561-1/+1
2023-07-06Merge pull request #8904luigi11111-0/+1
2023-06-27wallet: remove CLI code for non default ring sizesJeffro2561-2/+0
2023-06-15wallet2: fix rescanning tx via scan_txj-berman1-3/+34
2023-06-12wallet: respect frozen key images in multisig walletsjeffro2561-0/+1
2023-04-25remove defunct light wallet codetobtoht1-46/+1
2023-04-25Merge pull request #8724luigi11111-37/+4
2023-04-25Merge pull request #8798luigi11111-3/+2
2023-04-25wallet, simplewallet: Drop support for mine-to-use RPC systemJeffrey Ryan1-37/+4
2023-04-25Merge pull request #8716luigi11111-0/+1
2023-04-25Merge pull request #8698luigi11111-1/+1
2023-03-30wallet2: fix infinite loop in fake out selectionCrypto City1-0/+1
2023-03-21wallet2: make m_process_pool_txs local to refresh methodjeffro2561-3/+2
2023-03-07Enforce restricted # pool txs served via RPC + optimize chunked reqsj-berman1-1/+2
2023-02-28replace 'multisig()' with 'get_multisig_status()' using multisig_account_stat...koe1-1/+2
2023-01-19wallet2: add on_reorg callbackCrypto City1-0/+1
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-12-30wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 callrbrunner71-6/+12
2022-10-28Merge pull request #8355luigi11111-1/+1
2022-09-26Merge pull request #8329luigi11111-1/+2
2022-09-21add an option to force-update multisig key exchange under some circumstanceskoe1-1/+2
2022-09-15Merge pull request #8556luigi11111-1/+6
2022-09-15Merge pull request #8551luigi11111-1/+2
2022-09-12wallet2: check wallet compatibility with daemon's hard fork versionj-berman1-1/+6
2022-09-06multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman1-1/+2
2022-08-18wallet2: better test on whether to allow output importmoneromooo-monero1-3/+17
2022-08-18allow exporting outputs in chunksmoneromooo-monero1-13/+51
2022-08-16wallet2: fixes for export/import output flowj-berman1-0/+2
2022-08-16wallet2: fix missing subaddress indices in "light" exported outputsmoneromooo-monero1-1/+5
2022-07-14Merge pull request #8432luigi11111-0/+8
2022-07-14Merge pull request #7986luigi11111-2/+5
2022-07-13derive multisig tx secret keys from an entropy source plus the tx inputs' key...koe1-0/+8
2022-07-13Merge pull request #8421luigi11111-0/+2
2022-07-13Merge pull request #8149luigi11111-3/+20
2022-07-05wallet2: prevent crash when reading tx w/fewer outputs than expectedj-berman1-0/+2
2022-06-30multisig: fix critical vulnerabilities in signinganon1-3/+20
2022-06-03wallet_rpc_server: chunk refresh to keep responding to RPC while refreshingmoneromooo-monero1-1/+1
2022-06-01Improve consistency between on_money_received and on_money_received_unconfirmedLuke Parker1-1/+1
2022-05-26Merge pull request #8328luigi11111-0/+3
2022-05-17disable multisig by defaultmoneromooo-monero1-0/+3
2022-05-13wallet2: speedup large tx construction: batch ringdb lookupsCrypto City1-0/+1
2022-05-13wallet2: speedup large tx construction: batch ringdb updatesCrypto City1-0/+1
2022-05-13wallet2: speedup large tx construction: cache public key validitymoneromooo-monero1-5/+5
2022-04-18Add view tags to outputs to reduce wallet scanning timej-berman1-8/+42
2022-04-10Fee changes from ArticMinemoneromooo-monero1-1/+2
2022-04-06Merge pull request #8197luigi11111-1/+1
2022-04-06Merge pull request #8179luigi11111-3/+42
2022-04-05Merge pull request #7170luigi11111-1/+1
2022-04-05plug bulletproofs plus into consensusmoneromooo-monero1-1/+1
2022-03-29wallet2: decrease the amount of data exchanged for output exportmoneromooo-monero1-3/+42
2022-03-10Make the wallet name optional when locked.Norman Moeschter1-0/+3
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-03-02Merge pull request #7877luigi11111-39/+7
2022-02-22multisig key exchange update and refactorkoe1-39/+7
2021-10-19wallet2: fix key encryption when changing ask-password from 0/1 to 2moneromooo-monero1-3/+1
2021-10-01wallet2: keep around transaction prefix for confirmed transferstobtoht1-2/+5
2021-04-23wallet2: Fix rescan_bc keep_ki optionNathan Dorfman1-1/+1
2021-04-06Merge pull request #7321luigi11111-5/+5
2021-03-29Merge pull request #7358luigi11111-1/+1
2021-03-05fix serialization being different on macmoneromooo-monero1-5/+5
2021-02-20wallet_rpc_payments: implement multithreadinggdmojo1-1/+1
2021-02-18Merge pull request #7312luigi11111-0/+2
2021-02-17monero-wallet-cli: Added command scan_txHoria Mihai David1-0/+2
2020-12-10simplewallet: don't complain about connecting to the daemon when offlinemoneromooo-monero1-0/+1
2020-12-01Merge pull request #6890Alexander Blair1-0/+4
2020-10-13wallet2: skip reorgs exceeding max-reorg-depth wallet settingxiphon1-0/+4
2020-10-12wallet2: fix missing m_state field in wallet serializationmoneromooo-monero1-1/+3
2020-09-15wallet2: adapt to deterministic unlock timeTheCharlatan1-8/+10
2020-09-12wallet2: fix tx sanity check triggering on pre-rct outputsmoneromooo-monero1-1/+1
2020-08-28Bind signature to full address and signing modeSarang Noether1-1/+1
2020-08-28wallet: allow signing a message with spend or view keymoneromooo-monero1-2/+4
2020-08-27Integrate CLSAGs into moneromoneromooo-monero1-1/+1
2020-08-27Merge pull request #6767Alexander Blair1-0/+3
2020-08-27Merge pull request #6752Alexander Blair1-1/+1
2020-08-27Merge pull request #6690Alexander Blair1-33/+170
2020-08-17Revert "Use domain-separated ChaCha20 for in-memory key encryption"luigi11111-11/+0
2020-08-17replace most boost serialization with existing monero serializationmoneromooo-monero1-33/+170
2020-08-16Merge pull request #6716Alexander Blair1-3/+4
2020-08-16Fix build with Boost 1.74moneromooo-monero1-0/+3
2020-08-10simplewallet: allow setting tx keys when sending to a subaddressmoneromooo-monero1-1/+1
2020-08-09Use domain-separated ChaCha20 for in-memory key encryptionSarang Noether1-0/+11
2020-07-20wallet2_api: implement runtime proxy configurationxiphon1-3/+4
2020-07-19Merge pull request #6512Alexander Blair1-1/+1
2020-05-13simplewallet: don't complain about incoming payment ids on changemoneromooo-monero1-1/+2
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-05-06Merge pull request #6485luigi11111-0/+2
2020-05-05Merge pull request #6467luigi11111-3/+3
2020-05-01Merge pull request #6446luigi11111-3/+3
2020-04-27wallet2: fix subaddress expansion when receiving moneromoneromooo-monero1-0/+2
2020-04-27trezor: adapt to new passphrase mechanismDusan Klinec1-3/+3
2020-04-22simplewallet: report timestamp based expected unlock time on balancemoneromooo-monero1-3/+3
2020-04-15Allow wallet2.h to run in WebAssemblywoodser1-10/+30
2020-04-10Merge pull request #6394luigi11111-0/+1
2020-04-07simplewallet: new "address one-off <major> <minor>" commandmoneromooo-monero1-0/+1
2020-03-31Merge pull request #6302luigi11111-0/+1
2020-03-27Merge pull request #6299Alexander Blair1-0/+5
2020-03-27Merge pull request #6289Alexander Blair1-0/+1
2020-03-12Merge pull request #6268Alexander Blair1-2/+2
2020-03-07wallet2: remember daemon address overrides when loading a new walletmoneromooo-monero1-0/+5
2020-02-28Merge pull request #6238Alexander Blair1-0/+2
2020-02-19Merge pull request #6190luigi11111-1/+6
2020-02-06Merge pull request #6069Alexander Blair1-1/+1
2020-01-26wallet: do not split integrated addresses in address book apimoneromooo-monero1-5/+30
2020-01-25wallet2_api: implement estimateTransactionFeexiphon1-0/+1
2020-01-14wallet: reroll fake outs selection on local tx_sanity_check failurexiphon1-0/+1
2020-01-11Merge pull request #6105Alexander Blair1-0/+2
2020-01-11Wallet: Distingush amounts for a single subaddressTadeas Moravec1-1/+6
2019-12-31wallet: allow message sign/verify for subaddressesmoneromooo-monero1-1/+1
2019-12-30wallet: fix exceptions getting the hash of a pruned txmoneromooo-monero1-2/+2
2019-12-17wallet2: guard against race with multiple decrypt_keys usersmoneromooo-monero1-0/+2
2019-12-12Merge pull request #6057luigi11111-0/+2
2019-11-06wallet_rpc_server: new estimate_tx_size_and_weight RPCmoneromooo-monero1-0/+2
2019-11-01wallet: fix another facet of "did I get some monero" information leakmoneromooo-monero1-1/+2
2019-11-01wallet2: do not send an unnecessary last getblocks.bin call on refreshmoneromooo-monero1-2/+2
2019-10-29wallet2: make keys unlocker reentrantmoneromooo-monero1-0/+2
2019-10-25simplewallet: add public_nodes commandmoneromooo-monero1-0/+2
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero1-17/+66
2019-10-16Merge pull request #5952luigi11111-0/+6
2019-10-14wallet: remove long payment ID sending supportmoneromooo-monero1-3/+0
2019-10-14wallet2: ignore received unencrypted payment IDs (but warn hard)moneromooo-monero1-1/+1
2019-10-02wallet2: add ignore-outputs-{above/below} optionstoffu1-0/+6
2019-09-17wallet: add edit_address_book RPCmoneromooo-monero1-0/+1
2019-09-08Merge pull request #5855luigi11111-7/+9
2019-09-05wallet: fix mismatch between two concepts of "balance"moneromooo-monero1-7/+9
2019-08-28simplewallet: lock console on inactivitymoneromooo-monero1-0/+3
2019-08-22Wallet: Option to export data to ASCIITadeas Moravec1-0/+12
2019-08-21Merge pull request #5722luigi11111-1/+1
2019-07-24Merge pull request #5600luigi11111-0/+1
2019-07-24Merge pull request #5594luigi11111-0/+2
2019-07-24Merge pull request #5513luigi11111-1/+1
2019-07-02simplewallet: optional all flag to export_outputs/export_key_imagesmoneromooo-monero1-1/+1
2019-06-17device: show address on device displayDusan Klinec1-0/+2
2019-06-02Remember RPC version on initial connectHoward Chu1-0/+1
2019-05-16wallet: add unlock_time details to show_transfersmoneromooo-monero1-1/+1
2019-05-02wallet: distinguish between empty and absent attributesmoneromooo-monero1-1/+1
2019-04-18wallet2: "output lineup" fake out selectionmoneromooo-monero1-0/+25
2019-04-16Merge pull request #5445Riccardo Spagni1-4/+9
2019-04-16Merge pull request #5418Riccardo Spagni1-2/+2
2019-04-15wallet: new --offline optionmoneromooo-monero1-4/+9
2019-04-15Merge pull request #5396Riccardo Spagni1-0/+2
2019-04-15Merge pull request #5355Riccardo Spagni1-0/+3
2019-04-11Merge pull request #5388Riccardo Spagni1-0/+2
2019-04-11Merge pull request #5382Riccardo Spagni1-3/+3
2019-04-11Merge pull request #5374Riccardo Spagni1-0/+9
2019-04-11simplewallet: new net_stats commandmoneromooo-monero1-0/+3
2019-04-10wallet_rpc_server: add a all flag to export_outputsmoneromooo-monero1-2/+2
2019-04-07device/trezor: add button pressed requestDusan Klinec1-0/+3
2019-04-07Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett1-8/+2
2019-04-06Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett1-2/+2
2019-04-06Merge pull request #5350Riccardo Spagni1-0/+1
2019-04-06Merge pull request #5347Riccardo Spagni1-0/+3
2019-04-04wallet: new option to start background miningmoneromooo-monero1-0/+9
2019-04-04wallet2: add --no-dns flagmoneromooo-monero1-0/+2
2019-04-02simplewallet: new unset_ring commandmoneromooo-monero1-0/+2
2019-04-01wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero1-3/+3
2019-04-01Merge pull request #5319Riccardo Spagni1-0/+6
2019-04-01wallet_rpc_server: add a set_daemon RPCmoneromooo-monero1-0/+6
2019-04-01Merge pull request #5333Riccardo Spagni1-1/+25
2019-04-01Merge pull request #5303Riccardo Spagni1-1/+1
2019-04-01Merge pull request #5298Riccardo Spagni1-2/+3
2019-03-27wallet2: factor the watchonly/multisig/etc fields on creationmoneromooo-monero1-0/+1
2019-03-25wallet2: skip derivation precalc for blocks we know we'll skipmoneromooo-monero1-0/+3
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett1-1/+3
2019-03-24Merge pull request #5277Riccardo Spagni1-4/+20
2019-03-22wallet: add freeze/thaw/frozen commandsmoneromooo-monero1-1/+25
2019-03-21wallet: fix offline signing calling a daemon RPCmoneromooo-monero1-4/+20
2019-03-21wallet2: sanity check new tx before sendingmoneromooo-monero1-0/+4
2019-03-21Merge pull request #5211Riccardo Spagni1-11/+16
2019-03-20device/trezor: HF10 support added, wallet::APIDusan Klinec1-11/+16
2019-03-19Merge pull request #5203Riccardo Spagni1-0/+1
2019-03-19Merge pull request #4889Riccardo Spagni1-1/+5
2019-03-17Merge pull request #5061Riccardo Spagni1-1/+1
2019-03-17wallet: flush output cache upon reorgmoneromooo-monero1-1/+1
2019-03-15wallet: move light wallet RPC out of core RPCmoneromooo-monero1-2/+3
2019-03-15wallet: adds rescan_bc option with preserving key imagesDusan Klinec1-1/+5
2019-03-14Merge pull request #4977Riccardo Spagni1-0/+2
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05add multisig tx sets to describe_transfer rpc endpointspoke01-0/+1
2019-03-05epee: add SSL supportMartijn Otto1-1/+2
2019-03-05device/trezor: debugging features, trezor testsDusan Klinec1-0/+2
2019-03-04Merge pull request #4054Riccardo Spagni1-2/+6
2019-03-03wallet2: fix mishandling rct outputs in coinbase txmoneromooo-monero1-1/+1
2019-02-02epee: add SSL supportmoneromooo-monero1-2/+6
2019-01-28Merge pull request #5056Riccardo Spagni1-2/+2
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero1-1/+1
2019-01-16wallet2: remember which output keys map to which key imagesmoneromooo-monero1-6/+14
2019-01-16Merge pull request #5027Riccardo Spagni1-0/+3
2019-01-16Merge pull request #5012Riccardo Spagni1-1/+1
2019-01-09wallet: do not check txpool in background modemoneromooo-monero1-2/+2
2018-12-31wallet2: speedup output trackingmoneromooo-monero1-3/+4
2018-12-31wallet: optionally keep track of owned outputs usesmoneromooo-monero1-1/+9