Age | Commit message (Expand) | Author | Files | Lines |
2024-02-20 | wallet: feature: transfer amount with fee included | jeffro256 | 1 | -2/+3 |
2024-02-18 | Daemon-specific proxy for the wallet-rpc. | 0xFFFC0000 | 1 | -1/+9 |
2023-11-28 | serialization: remove container wrappers and serialize directly | jeffro256 | 1 | -30/+30 |
2023-08-23 | wallet2: fix `store_to()` and `change_password()` | jeffro256 | 1 | -6/+16 |
2023-07-28 | wallet-rpc: restore from multisig seed | jeffro256 | 1 | -1/+1 |
2023-06-27 | wallet: remove CLI code for non default ring sizes | Jeffro256 | 1 | -2/+0 |
2023-06-15 | wallet2: fix rescanning tx via scan_tx | j-berman | 1 | -3/+34 |
2023-06-12 | wallet: respect frozen key images in multisig wallets | jeffro256 | 1 | -0/+1 |
2023-04-25 | remove defunct light wallet code | tobtoht | 1 | -46/+1 |
2023-04-25 | wallet, simplewallet: Drop support for mine-to-use RPC system | Jeffrey Ryan | 1 | -37/+4 |
2023-03-30 | wallet2: fix infinite loop in fake out selection | Crypto City | 1 | -0/+1 |
2023-03-21 | wallet2: make m_process_pool_txs local to refresh method | jeffro256 | 1 | -3/+2 |
2023-03-07 | Enforce restricted # pool txs served via RPC + optimize chunked reqs | j-berman | 1 | -1/+2 |
2023-01-19 | wallet2: add on_reorg callback | Crypto City | 1 | -0/+1 |
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 |
2022-12-30 | wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call | rbrunner7 | 1 | -6/+12 |
2022-09-21 | add an option to force-update multisig key exchange under some circumstances | koe | 1 | -1/+2 |
2022-09-12 | wallet2: check wallet compatibility with daemon's hard fork version | j-berman | 1 | -1/+6 |
2022-09-06 | multisig: fix #8537 seed restore (suggestions by @UkoeHB) | j-berman | 1 | -1/+2 |
2022-08-18 | wallet2: better test on whether to allow output import | moneromooo-monero | 1 | -3/+17 |
2022-08-18 | allow exporting outputs in chunks | moneromooo-monero | 1 | -13/+51 |
2022-08-16 | wallet2: fixes for export/import output flow | j-berman | 1 | -0/+2 |
2022-08-16 | wallet2: fix missing subaddress indices in "light" exported outputs | moneromooo-monero | 1 | -1/+5 |
2022-07-13 | derive multisig tx secret keys from an entropy source plus the tx inputs' key... | koe | 1 | -0/+8 |
2022-07-05 | wallet2: prevent crash when reading tx w/fewer outputs than expected | j-berman | 1 | -0/+2 |
2022-06-30 | multisig: fix critical vulnerabilities in signing | anon | 1 | -3/+20 |
2022-06-03 | wallet_rpc_server: chunk refresh to keep responding to RPC while refreshing | moneromooo-monero | 1 | -1/+1 |
2022-06-01 | Improve consistency between on_money_received and on_money_received_unconfirmed | Luke Parker | 1 | -1/+1 |
2022-05-17 | disable multisig by default | moneromooo-monero | 1 | -0/+3 |
2022-05-13 | wallet2: speedup large tx construction: batch ringdb lookups | Crypto City | 1 | -0/+1 |
2022-05-13 | wallet2: speedup large tx construction: batch ringdb updates | Crypto City | 1 | -0/+1 |
2022-05-13 | wallet2: speedup large tx construction: cache public key validity | moneromooo-monero | 1 | -5/+5 |
2022-04-18 | Add view tags to outputs to reduce wallet scanning time | j-berman | 1 | -8/+42 |
2022-04-10 | Fee changes from ArticMine | moneromooo-monero | 1 | -1/+2 |
2022-04-05 | plug bulletproofs plus into consensus | moneromooo-monero | 1 | -1/+1 |
2022-03-29 | wallet2: decrease the amount of data exchanged for output export | moneromooo-monero | 1 | -3/+42 |
2022-03-10 | Make the wallet name optional when locked. | Norman Moeschter | 1 | -0/+3 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 |
2022-02-22 | multisig key exchange update and refactor | koe | 1 | -39/+7 |
2021-10-19 | wallet2: fix key encryption when changing ask-password from 0/1 to 2 | moneromooo-monero | 1 | -3/+1 |
2021-10-01 | wallet2: keep around transaction prefix for confirmed transfers | tobtoht | 1 | -2/+5 |
2021-04-23 | wallet2: Fix rescan_bc keep_ki option | Nathan Dorfman | 1 | -1/+1 |
2021-03-05 | fix serialization being different on mac | moneromooo-monero | 1 | -5/+5 |
2021-02-20 | wallet_rpc_payments: implement multithreading | gdmojo | 1 | -1/+1 |
2021-02-17 | monero-wallet-cli: Added command scan_tx | Horia Mihai David | 1 | -0/+2 |
2020-12-10 | simplewallet: don't complain about connecting to the daemon when offline | moneromooo-monero | 1 | -0/+1 |
2020-10-13 | wallet2: skip reorgs exceeding max-reorg-depth wallet setting | xiphon | 1 | -0/+4 |
2020-10-12 | wallet2: fix missing m_state field in wallet serialization | moneromooo-monero | 1 | -1/+3 |
2020-09-15 | wallet2: adapt to deterministic unlock time | TheCharlatan | 1 | -8/+10 |
2020-09-12 | wallet2: fix tx sanity check triggering on pre-rct outputs | moneromooo-monero | 1 | -1/+1 |
2020-08-28 | Bind signature to full address and signing mode | Sarang Noether | 1 | -1/+1 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 1 | -2/+4 |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 1 | -1/+1 |
2020-08-17 | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 1 | -11/+0 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 1 | -33/+170 |
2020-08-16 | Fix build with Boost 1.74 | moneromooo-monero | 1 | -0/+3 |
2020-08-10 | simplewallet: allow setting tx keys when sending to a subaddress | moneromooo-monero | 1 | -1/+1 |
2020-08-09 | Use domain-separated ChaCha20 for in-memory key encryption | Sarang Noether | 1 | -0/+11 |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 1 | -3/+4 |
2020-05-13 | simplewallet: don't complain about incoming payment ids on change | moneromooo-monero | 1 | -1/+2 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 |
2020-04-27 | wallet2: fix subaddress expansion when receiving monero | moneromooo-monero | 1 | -0/+2 |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 1 | -3/+3 |
2020-04-22 | simplewallet: report timestamp based expected unlock time on balance | moneromooo-monero | 1 | -3/+3 |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 1 | -10/+30 |
2020-04-07 | simplewallet: new "address one-off <major> <minor>" command | moneromooo-monero | 1 | -0/+1 |
2020-03-07 | wallet2: remember daemon address overrides when loading a new wallet | moneromooo-monero | 1 | -0/+5 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 1 | -5/+30 |
2020-01-25 | wallet2_api: implement estimateTransactionFee | xiphon | 1 | -0/+1 |
2020-01-14 | wallet: reroll fake outs selection on local tx_sanity_check failure | xiphon | 1 | -0/+1 |
2020-01-11 | Wallet: Distingush amounts for a single subaddress | Tadeas Moravec | 1 | -1/+6 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 1 | -1/+1 |
2019-12-30 | wallet: fix exceptions getting the hash of a pruned tx | moneromooo-monero | 1 | -2/+2 |
2019-12-17 | wallet2: guard against race with multiple decrypt_keys users | moneromooo-monero | 1 | -0/+2 |
2019-11-06 | wallet_rpc_server: new estimate_tx_size_and_weight RPC | moneromooo-monero | 1 | -0/+2 |
2019-11-01 | wallet: fix another facet of "did I get some monero" information leak | moneromooo-monero | 1 | -1/+2 |
2019-11-01 | wallet2: do not send an unnecessary last getblocks.bin call on refresh | moneromooo-monero | 1 | -2/+2 |
2019-10-29 | wallet2: make keys unlocker reentrant | moneromooo-monero | 1 | -0/+2 |
2019-10-25 | simplewallet: add public_nodes command | moneromooo-monero | 1 | -0/+2 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 1 | -17/+66 |
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 1 | -3/+0 |
2019-10-14 | wallet2: ignore received unencrypted payment IDs (but warn hard) | moneromooo-monero | 1 | -1/+1 |
2019-10-02 | wallet2: add ignore-outputs-{above/below} option | stoffu | 1 | -0/+6 |
2019-09-17 | wallet: add edit_address_book RPC | moneromooo-monero | 1 | -0/+1 |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 1 | -7/+9 |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 1 | -0/+3 |
2019-08-22 | Wallet: Option to export data to ASCII | Tadeas Moravec | 1 | -0/+12 |
2019-07-02 | simplewallet: optional all flag to export_outputs/export_key_images | moneromooo-monero | 1 | -1/+1 |
2019-06-17 | device: show address on device display | Dusan Klinec | 1 | -0/+2 |
2019-06-02 | Remember RPC version on initial connect | Howard Chu | 1 | -0/+1 |
2019-05-16 | wallet: add unlock_time details to show_transfers | moneromooo-monero | 1 | -1/+1 |
2019-05-02 | wallet: distinguish between empty and absent attributes | moneromooo-monero | 1 | -1/+1 |
2019-04-18 | wallet2: "output lineup" fake out selection | moneromooo-monero | 1 | -0/+25 |
2019-04-15 | wallet: new --offline option | moneromooo-monero | 1 | -4/+9 |
2019-04-11 | simplewallet: new net_stats command | moneromooo-monero | 1 | -0/+3 |
2019-04-10 | wallet_rpc_server: add a all flag to export_outputs | moneromooo-monero | 1 | -2/+2 |
2019-04-07 | device/trezor: add button pressed request | Dusan Klinec | 1 | -0/+3 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 1 | -8/+2 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 1 | -2/+2 |
2019-04-06 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 1 | -3/+3 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 1 | -0/+9 |
2019-04-04 | wallet2: add --no-dns flag | moneromooo-monero | 1 | -0/+2 |
2019-04-02 | simplewallet: new unset_ring command | moneromooo-monero | 1 | -0/+2 |
2019-04-01 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 1 | -3/+3 |
2019-04-01 | wallet_rpc_server: add a set_daemon RPC | moneromooo-monero | 1 | -0/+6 |
2019-03-27 | wallet2: factor the watchonly/multisig/etc fields on creation | moneromooo-monero | 1 | -0/+1 |
2019-03-25 | wallet2: skip derivation precalc for blocks we know we'll skip | moneromooo-monero | 1 | -0/+3 |
2019-03-25 | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 1 | -1/+3 |
2019-03-22 | wallet: add freeze/thaw/frozen commands | moneromooo-monero | 1 | -1/+25 |
2019-03-21 | wallet: fix offline signing calling a daemon RPC | moneromooo-monero | 1 | -4/+20 |
2019-03-21 | wallet2: sanity check new tx before sending | moneromooo-monero | 1 | -0/+4 |
2019-03-20 | device/trezor: HF10 support added, wallet::API | Dusan Klinec | 1 | -11/+16 |
2019-03-17 | wallet: flush output cache upon reorg | moneromooo-monero | 1 | -1/+1 |
2019-03-15 | wallet: move light wallet RPC out of core RPC | moneromooo-monero | 1 | -2/+3 |
2019-03-15 | wallet: adds rescan_bc option with preserving key images | Dusan Klinec | 1 | -1/+5 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | add multisig tx sets to describe_transfer rpc endpoint | spoke0 | 1 | -0/+1 |
2019-03-05 | epee: add SSL support | Martijn Otto | 1 | -1/+2 |
2019-03-05 | device/trezor: debugging features, trezor tests | Dusan Klinec | 1 | -0/+2 |
2019-03-03 | wallet2: fix mishandling rct outputs in coinbase tx | moneromooo-monero | 1 | -1/+1 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 1 | -2/+6 |
2019-01-22 | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 1 | -1/+1 |
2019-01-16 | wallet2: remember which output keys map to which key images | moneromooo-monero | 1 | -6/+14 |
2019-01-09 | wallet: do not check txpool in background mode | moneromooo-monero | 1 | -2/+2 |
2018-12-31 | wallet2: speedup output tracking | moneromooo-monero | 1 | -3/+4 |
2018-12-31 | wallet: optionally keep track of owned outputs uses | moneromooo-monero | 1 | -1/+9 |
2018-12-30 | wallet: do not display daemon controlled text if untrusted | moneromooo-monero | 1 | -0/+3 |
2018-12-24 | wallet_rpc_server: add all field to export_key_images | moneromooo-monero | 1 | -1/+1 |
2018-12-12 | MMS (Multisig Messaging System): Initial version | rbrunner7 | 1 | -1/+13 |
2018-12-04 | device/trezor: ask for KI sync on first refresh | Dusan Klinec | 1 | -1/+6 |
2018-12-04 | device: enable to use multiple independent device wallets | Dusan Klinec | 1 | -0/+4 |
2018-11-29 | device/trezor: passphrase entry on host | Dusan Klinec | 1 | -0/+22 |
2018-11-23 | a few minor (but easy) performance tweaks | moneromooo-monero | 1 | -2/+2 |
2018-11-20 | Fix issue 4793 - M/N multisig transaction signature | naughtyfox | 1 | -2/+2 |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -0/+2 |
2018-11-04 | wallet2: only export necessary outputs and key images | moneromooo-monero | 1 | -6/+18 |
2018-11-03 | wallet: add a non destructive blockchain rescan | moneromooo-monero | 1 | -1/+1 |
2018-11-02 | device/trezor: trezor support added | Dusan Klinec | 1 | -2/+20 |
2018-10-29 | wallet2: initialize amount to 0 in tx_scan_info_t ctor | moneromooo-monero | 1 | -1/+1 |
2018-10-25 | simplewallet: display locked/unlocked state in show_transfers | moneromooo-monero | 1 | -1/+2 |
2018-10-01 | Arbitrary M/N multisig schemes: | naughtyfox | 1 | -0/+17 |
2018-10-01 | wallet: fix --generate-from-json using wrong password | moneromooo-monero | 1 | -1/+1 |
2018-09-29 | Merge pull request #4333 | Riccardo Spagni | 1 | -0/+5 |
2018-09-29 | Merge pull request #4458 | Riccardo Spagni | 1 | -1/+1 |
2018-09-19 | query backing device | m2049r | 1 | -2/+4 |
2018-09-18 | wallet: add 'outputs' option for sweep_* commands | whythat | 1 | -3/+3 |
2018-09-17 | api/wallet: properly disable key encryption | stoffu | 1 | -2/+2 |
2018-09-14 | hw_device: support for multiple devices added [for review] | Dusan Klinec | 1 | -0/+5 |
2018-09-14 | wallet: ask-password can now ask without encrypting the secret spend key | moneromooo-monero | 1 | -10/+16 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -201/+0 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -13/+11 |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -2/+2 |
2018-09-10 | record blackballs as amount/offset, and add export ability | moneromooo-monero | 1 | -4/+4 |
2018-09-03 | wallet2: factor the creation of a new wallet keys file | moneromooo-monero | 1 | -1/+3 |
2018-09-03 | wallet2: factor new blockchain setup | moneromooo-monero | 1 | -0/+2 |
2018-08-23 | wallet: store trusted-daemon flag in wallet2 | stoffu | 1 | -20/+24 |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -18/+39 |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -4/+7 |
2018-08-16 | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 1 | -3/+1 |
2018-08-08 | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 1 | -2/+3 |
2018-08-03 | wallet: distinguish coinbase from other txes in show_transfers | moneromooo-monero | 1 | -2/+10 |
2018-07-31 | wallet-rpc: add get_address_index command | stoffu | 1 | -0/+1 |
2018-07-30 | simplewallet: add set_tx_key for importing tx keys from 3rd party wallets | stoffu | 1 | -0/+1 |
2018-07-16 | wallet2: recover from index out of hashchain bounds error | moneromooo-monero | 1 | -1/+1 |
2018-07-08 | wallet2: ensure outputs are processed only once | moneromooo-monero | 1 | -0/+1 |
2018-07-03 | wallet2: use a gamma distribution to pick fake outs | moneromooo-monero | 1 | -1/+1 |
2018-07-03 | wallet2: unlock keys file before calling verify_password (needed for Windows) | stoffu | 1 | -1/+4 |
2018-07-03 | Allow fractional outputs to be ignored | stoffu | 1 | -0/+3 |
2018-06-28 | wallet: prevent the same wallet file from being opened by multiple processes | stoffu | 1 | -0/+1 |
2018-06-27 | wallet: include a suggested number of confirmations based on amount | moneromooo-monero | 1 | -1/+9 |
2018-06-26 | wallet2: cache ringdb key while refreshing | moneromooo-monero | 1 | -0/+14 |
2018-06-26 | wallet2: remove old blockchain size cache hack | moneromooo-monero | 1 | -2/+1 |
2018-06-26 | wallet2: speedup refresh | moneromooo-monero | 1 | -2/+20 |
2018-06-26 | wallet2: avoid re-parsing blocks when refreshing in a loop | moneromooo-monero | 1 | -1/+1 |
2018-06-26 | wallet2: parse blocks in the RPC thread, not the processing thread | moneromooo-monero | 1 | -2/+10 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -4/+4 |
2018-06-13 | wallet: on first refresh, start off with a quantized height | moneromooo-monero | 1 | -5/+6 |
2018-06-13 | wallet: allow unspendable unmixable outputs to be discarded | stoffu | 1 | -0/+1 |
2018-06-07 | wallet2: fix bulletproof cold signing | moneromooo-monero | 1 | -1/+7 |
2018-06-03 | wallet-rpc: watch-only and cold wallet features added | Dusan Klinec | 1 | -0/+7 |
2018-05-15 | simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wa... | jcktm | 1 | -0/+1 |
2018-04-25 | Wallet: added methods to sign and verify arbitrary message with multisig publ... | naughtyfox | 1 | -0/+16 |
2018-03-31 | wallet: warn if not using the default ring size | moneromooo-monero | 1 | -0/+3 |
2018-03-28 | WalletApi: getMultisigInfo entry for gui wallets | naughtyfox | 1 | -0/+1 |
2018-03-21 | wallet: catch exceptions dealing with ringdb and warn | moneromooo-monero | 1 | -1/+1 |
2018-03-17 | wallet: make the segregation height settable | moneromooo-monero | 1 | -0/+5 |
2018-03-16 | Add command line option allowing to restrict the default sub-address lookahea... | stoffu | 1 | -0/+1 |
2018-03-16 | wallet: more user friendly print_ring | moneromooo-monero | 1 | -3/+12 |
2018-03-16 | wallet: add a set_ring command | moneromooo-monero | 1 | -0/+1 |
2018-03-16 | wallet: make ringdb an object with database state | moneromooo-monero | 1 | -6/+10 |
2018-03-16 | wallet: add an output blackball list to avoid using those in rings | moneromooo-monero | 1 | -0/+5 |
2018-03-16 | wallet: key reuse mitigation options | moneromooo-monero | 1 | -0/+6 |
2018-03-16 | wallet: add shared ring database | moneromooo-monero | 1 | -1/+16 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 1 | -0/+2 |
2018-03-15 | wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ... | stoffu | 1 | -0/+19 |
2018-03-14 | wallet2: Update function parameter documentation | Leon Klingele | 1 | -13/+15 |
2018-03-10 | wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new wa... | Leon Klingele | 1 | -20/+24 |
2018-03-07 | wallet: fixes and tweaks to the save_watch_only command | moneromooo-monero | 1 | -1/+1 |
2018-03-05 | Stagenet | stoffu | 1 | -5/+6 |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 1 | -1/+11 |