Age | Commit message (Expand) | Author | Files | Lines |
2021-08-26 | Wallet2: fix optimize-coinbase for p2pool payouts | SChernykh | 1 | -4/+5 |
2021-08-19 | Protect client from divide by 0 caused by integer truncation | j-berman | 1 | -0/+6 |
2021-08-19 | Apply gamma distr from chain tip when selecting decoys | j-berman | 1 | -0/+31 |
2021-08-11 | Make sure node returns to wallet that real output is unlocked | j-berman | 1 | -1/+2 |
2021-08-07 | wallet2: Don't auto lock device on process parsed blocks | tobtoht | 1 | -2/+1 |
2021-08-01 | Stop adding more outputs than bulletproof allows | Alex Opie | 1 | -7/+35 |
2021-07-14 | fix #7784 - deinit wallet in wallet dtor | Dusan Klinec | 1 | -3/+6 |
2021-07-14 | wallet: rephrase error message on invalid device address | Dusan Klinec | 1 | -1/+1 |
2021-04-22 | wallet2: Fix rescan_bc keep_ki option | Nathan Dorfman | 1 | -21/+26 |
2021-03-05 | fix serialization being different on mac | moneromooo-monero | 1 | -5/+15 |
2020-12-22 | restrict public node checks a little | moneromooo-monero | 1 | -0/+1 |
2020-12-03 | wallet2: set propagation timeout to current max timeout | selsta | 1 | -1/+2 |
2020-11-24 | wallet2: check imported multisig curve points are in main subgroup | Crypto City | 1 | -0/+14 |
2020-10-18 | wallet2: wait for propagation timeout before marking tx as failed | xiphon | 1 | -2/+6 |
2020-09-24 | fix a couple bugs found by OSS-fuzz | moneromooo-monero | 1 | -0/+2 |
2020-09-15 | wallet2: adapt to deterministic unlock time | TheCharlatan | 1 | -10/+21 |
2020-09-12 | wallet2: fix tx sanity check triggering on pre-rct outputs | moneromooo-monero | 1 | -3/+8 |
2020-09-09 | Fix typo in command line argument description | Reinaldulin | 1 | -1/+1 |
2020-09-04 | enable CLSAG support for Trezor client | Dusan Klinec | 1 | -1/+1 |
2020-09-01 | update error message "No unlocked balance in the specified account" | woodser | 1 | -1/+1 |
2020-09-01 | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 1 | -15/+15 |
2020-08-28 | Bind signature to full address and signing mode | Sarang Noether | 1 | -24/+40 |
2020-08-28 | wallet: allow signing a message with spend or view key | moneromooo-monero | 1 | -19/+82 |
2020-08-27 | Integrate CLSAGs into monero | moneromooo-monero | 1 | -30/+64 |
2020-08-17 | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 1 | -16/+0 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 1 | -45/+196 |
2020-08-10 | simplewallet: allow setting tx keys when sending to a subaddress | moneromooo-monero | 1 | -1/+11 |
2020-08-09 | Use domain-separated ChaCha20 for in-memory key encryption | Sarang Noether | 1 | -0/+16 |
2020-08-09 | Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that inc... | Sarang Noether | 1 | -17/+29 |
2020-08-08 | wallet2: fix setting tx keys when another is already set | moneromooo-monero | 1 | -10/+10 |
2020-08-05 | Fix broken multisig pubkey sorting | Jason Rhinelander | 1 | -2/+2 |
2020-07-31 | wallet2: fix wrong name when checking RPC cost | moneromooo-monero | 1 | -1/+1 |
2020-07-20 | wallet2_api: implement runtime proxy configuration | xiphon | 1 | -28/+12 |
2020-07-20 | wallet2: throw a error on wallet initialization failure | xiphon | 1 | -1/+4 |
2020-06-06 | fix warning by removing std::move() on temporary http_client object | woodser | 1 | -1/+1 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 1 | -1/+1 |
2020-05-25 | fix typo in pick_preferred_rct_inputs | Denis Smirnov | 1 | -1/+1 |
2020-05-19 | wallet2: fix multisig data clearing stomping on a vector | moneromooo-monero | 1 | -1/+1 |
2020-05-13 | simplewallet: don't complain about incoming payment ids on change | moneromooo-monero | 1 | -2/+16 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 |
2020-05-05 | wallet2: fix keys file deserialization exception handling | xiphon | 1 | -7/+1 |
2020-04-27 | wallet2: fix subaddress expansion when receiving monero | moneromooo-monero | 1 | -3/+15 |
2020-04-27 | trezor: adapt to new passphrase mechanism | Dusan Klinec | 1 | -2/+6 |
2020-04-26 | wallet2: check_connection return false on get_version status != OK | xiphon | 1 | -3/+2 |
2020-04-22 | simplewallet: report timestamp based expected unlock time on balance | moneromooo-monero | 1 | -12/+25 |
2020-04-15 | Allow wallet2.h to run in WebAssembly | woodser | 1 | -134/+205 |
2020-04-15 | use memwipe on secret k/alpha values | moneromooo-monero | 1 | -6/+10 |
2020-04-07 | simplewallet: new "address one-off <major> <minor>" command | moneromooo-monero | 1 | -3/+12 |
2020-04-01 | Hash domain separation | Sarang Noether | 1 | -5/+1 |
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 1 | -2/+0 |
2020-03-09 | Move hex->bin conversion to monero copyright files and with less includes | Lee Clagett | 1 | -1/+1 |
2020-03-07 | wallet2: remember daemon address overrides when loading a new wallet | moneromooo-monero | 1 | -2/+21 |
2020-02-07 | wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msg | xiphon | 1 | -0/+1 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 1 | -4/+6 |
2020-01-25 | wallet2_api: implement estimateTransactionFee | xiphon | 1 | -14/+14 |
2020-01-24 | wallet2: fix store-tx-info loading | moneromooo-monero | 1 | -3/+12 |
2020-01-16 | wallet2: reject zero keys in json input | moneromooo-monero | 1 | -0/+4 |
2020-01-14 | wallet: reroll fake outs selection on local tx_sanity_check failure | xiphon | 1 | -2/+44 |
2020-01-11 | Wallet: Distingush amounts for a single subaddress | Tadeas Moravec | 1 | -1/+27 |
2020-01-09 | wallet2: do not remove known rings when a tx fails | moneromooo-monero | 1 | -1/+0 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 1 | -2/+16 |
2019-12-30 | wallet: fix exceptions getting the hash of a pruned tx | moneromooo-monero | 1 | -7/+7 |
2019-12-17 | wallet2: guard against race with multiple decrypt_keys users | moneromooo-monero | 1 | -0/+7 |
2019-12-14 | wallet2: fix hang in wallet refresh | moneromooo-monero | 1 | -1/+1 |
2019-11-28 | wallet2: better error when restoring a wallet with the wrong keys | moneromooo-monero | 1 | -1/+1 |
2019-11-19 | wallet: don't issue node rpc proxy requests in '--offline' mode | xiphon | 1 | -0/+1 |
2019-11-06 | wallet_rpc_server: new estimate_tx_size_and_weight RPC | moneromooo-monero | 1 | -0/+18 |
2019-11-05 | wallet2: don't try to lock an empty filename | moneromooo-monero | 1 | -0/+6 |
2019-11-04 | wallet2: fix pool txes not being flushed when mined | moneromooo-monero | 1 | -1/+1 |
2019-11-01 | wallet2: fix is_synced checking target height, not height | moneromooo-monero | 1 | -1/+1 |
2019-11-01 | wallet: fix another facet of "did I get some monero" information leak | moneromooo-monero | 1 | -10/+30 |
2019-11-01 | wallet2: do not send an unnecessary last getblocks.bin call on refresh | moneromooo-monero | 1 | -5/+15 |
2019-11-01 | wallet2: do not repeatedly ask for pool txes sent to us | moneromooo-monero | 1 | -5/+0 |
2019-10-29 | wallet2: make keys unlocker reentrant | moneromooo-monero | 1 | -3/+21 |
2019-10-25 | simplewallet: add public_nodes command | moneromooo-monero | 1 | -0/+21 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 1 | -245/+420 |
2019-10-23 | wallet2: error out when we need a daemon password but have no prompt function | moneromooo-monero | 1 | -0/+5 |
2019-10-23 | wallet2: fix the logged number of detached transfers | moneromooo-monero | 1 | -0/+1 |
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 1 | -7/+0 |
2019-10-14 | wallet2: ignore received unencrypted payment IDs (but warn hard) | moneromooo-monero | 1 | -6/+18 |
2019-10-04 | wallet2: don't delete file that may not exist | selsta | 1 | -5/+5 |
2019-10-02 | wallet2: add ignore-outputs-{above/below} option | stoffu | 1 | -1/+35 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 1 | -1/+1 |
2019-09-17 | wallet: add edit_address_book RPC | moneromooo-monero | 1 | -0/+15 |
2019-09-10 | wallet2: enable ignoring fractional outputs also when sweeping | stoffu | 1 | -0/+16 |
2019-09-06 | wallet2: resolve CID 203918 null pointer deference (NULL_RETURNS) | anonimal | 1 | -0/+6 |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 1 | -34/+58 |
2019-09-02 | Removed unused boost/value_init header | Lev Sizov | 1 | -1/+0 |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 1 | -4/+4 |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 1 | -0/+9 |
2019-08-28 | rpc: move a leftover light wallet RPC out of daemon RPC | moneromooo-monero | 1 | -2/+2 |
2019-08-24 | wallet2: fix unset_ring tx retrieval checks | moneromooo-monero | 1 | -3/+1 |
2019-08-23 | wallet2: fix cold signing losing tx keys | moneromooo-monero | 1 | -1/+1 |
2019-08-22 | Wallet: Option to export data to ASCII | Tadeas Moravec | 1 | -21/+108 |
2019-08-22 | wallet: add --extra-entropy command line flag | moneromooo-monero | 1 | -0/+11 |
2019-08-19 | reject setting lookahead major or minor to 0 | moneromooo-monero | 1 | -0/+2 |
2019-08-15 | Replace std::random_shuffle with std::shuffle | Tom Smeding | 1 | -2/+2 |
2019-07-02 | simplewallet: optional all flag to export_outputs/export_key_images | moneromooo-monero | 1 | -2/+2 |
2019-06-19 | wallet2: fix change subaddress mixup when sending pre rct outputs | moneromooo-monero | 1 | -0/+1 |
2019-06-17 | device: show address on device display | Dusan Klinec | 1 | -0/+30 |
2019-06-17 | device: tx_key caching fixed, store recovered txkey | Dusan Klinec | 1 | -3/+11 |
2019-06-02 | Remember RPC version on initial connect | Howard Chu | 1 | -7/+12 |
2019-05-21 | Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. | Lee Clagett | 1 | -1/+4 |
2019-05-16 | wallet: add unlock_time details to show_transfers | moneromooo-monero | 1 | -2/+2 |
2019-05-11 | wallet: fix certificate fingerprint length check | moneromooo-monero | 1 | -1/+1 |
2019-05-02 | wallet2: don't wait a day before using new version fees | moneromooo-monero | 1 | -2/+2 |
2019-05-02 | wallet: distinguish between empty and absent attributes | moneromooo-monero | 1 | -4/+8 |
2019-05-01 | wallet2: reject standalone short payment IDs in monero: URI API | moneromooo-monero | 1 | -4/+2 |
2019-04-29 | remove unused code | moneromooo-monero | 1 | -3/+0 |
2019-04-29 | wallet2: fix infinite loop picking outputs in corner case | moneromooo-monero | 1 | -2/+5 |
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 1 | -0/+6 |
2019-04-24 | wallet2: default to trying to keep 5 outputs of 2+ monero | moneromooo-monero | 1 | -3/+13 |
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 1 | -0/+2 |
2019-04-23 | wallet2: add missing "sanity check failed" reason message | moneromooo-monero | 1 | -0/+2 |
2019-04-23 | wallet2: fix wrong change being recorded in sweep_all | moneromooo-monero | 1 | -2/+2 |
2019-04-22 | wallet: fix key image computation signaling to the device | Dusan Klinec | 1 | -1/+1 |
2019-04-18 | simplewallet: fix output representation offset | moneromooo-monero | 1 | -2/+2 |
2019-04-18 | wallet2: "output lineup" fake out selection | moneromooo-monero | 1 | -60/+47 |
2019-04-15 | wallet: new --offline option | moneromooo-monero | 1 | -53/+90 |
2019-04-12 | rpc: new sanity check on relayed transactions | moneromooo-monero | 1 | -0/+1 |
2019-04-11 | wallet2: update estimate_rct_tx_size for smaller rct proofs | moneromooo-monero | 1 | -1/+1 |
2019-04-11 | simplewallet: new net_stats command | moneromooo-monero | 1 | -0/+10 |
2019-04-10 | wallet_rpc_server: add a all flag to export_outputs | moneromooo-monero | 1 | -5/+6 |
2019-04-07 | Enabling daemon-rpc SSL now requires non-system CA verification | Lee Clagett | 1 | -10/+13 |
2019-04-07 | device/trezor: add button pressed request | Dusan Klinec | 1 | -0/+12 |
2019-04-07 | Require manual override for user chain certificates. | Lee Clagett | 1 | -0/+5 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 1 | -14/+24 |
2019-04-06 | Change default SSL to "enabled" if user specifies fingerprint/certificate | Lee Clagett | 1 | -3/+8 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 1 | -21/+10 |
2019-04-06 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 1 | -12/+43 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 1 | -0/+7 |
2019-04-04 | wallet2: add --no-dns flag | moneromooo-monero | 1 | -3/+8 |
2019-04-04 | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) | stoffu | 1 | -4/+4 |
2019-04-03 | wallet2: support multi out txes without change in sanity check | moneromooo-monero | 1 | -7/+9 |
2019-04-02 | simplewallet: new unset_ring command | moneromooo-monero | 1 | -0/+37 |
2019-04-01 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 1 | -12/+43 |
2019-04-01 | wallet2: set confirmations to 0 for pool txes in proofs | moneromooo-monero | 1 | -4/+4 |
2019-04-01 | wallet_rpc_server: add a set_daemon RPC | moneromooo-monero | 1 | -7/+15 |
2019-04-01 | wallet2: init some variables to default values if loading old wallets | moneromooo-monero | 1 | -0/+3 |
2019-03-28 | Add get_tx_proof support, needed for new sanity check | cslashm | 1 | -21/+29 |
2019-03-27 | wallet2: factor the watchonly/multisig/etc fields on creation | moneromooo-monero | 1 | -36/+22 |
2019-03-25 | wallet2: fix tx sanity check change test for the sweep_all case | moneromooo-monero | 1 | -3/+9 |
2019-03-25 | wallet2: skip derivation precalc for blocks we know we'll skip | moneromooo-monero | 1 | -1/+21 |
2019-03-25 | cryptonote: block parsing + hash calculation speedup | moneromooo-monero | 1 | -3/+1 |
2019-03-25 | wallet: fix memory only wallets | moneromooo-monero | 1 | -2/+4 |
2019-03-25 | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 1 | -3/+50 |
2019-03-24 | wallet2: set confirmations to 0 for pool txes in proofs | moneromooo-monero | 1 | -4/+4 |
2019-03-22 | wallet: add freeze/thaw/frozen commands | moneromooo-monero | 1 | -12/+73 |
2019-03-21 | wallet: fix offline signing calling a daemon RPC | moneromooo-monero | 1 | -14/+4 |
2019-03-21 | wallet2: sanity check new tx before sending | moneromooo-monero | 1 | -105/+213 |
2019-03-20 | device/trezor: HF10 support added, wallet::API | Dusan Klinec | 1 | -26/+141 |
2019-03-17 | wallet2: make use_fork_rules handle chain heights lower than leeway | moneromooo-monero | 1 | -1/+1 |
2019-03-17 | wallet: flush output cache upon reorg | moneromooo-monero | 1 | -3/+12 |
2019-03-15 | wallet: move light wallet RPC out of core RPC | moneromooo-monero | 1 | -11/+11 |
2019-03-15 | wallet: adds rescan_bc option with preserving key images | Dusan Klinec | 1 | -16/+88 |
2019-03-15 | wallet2: set seed language when creating from json | moneromooo-monero | 1 | -0/+2 |
2019-03-14 | wallet2: fix generation from json when restore height is not set | moneromooo-monero | 1 | -1/+1 |
2019-03-12 | wallet2: don't store 0 amount outputs, they'll fail to be spent | moneromooo-monero | 1 | -1/+7 |
2019-03-11 | wallet: fix load failure if the mms isn't usable | moneromooo-monero | 1 | -1/+8 |
2019-03-07 | wallet2: do not use invalid keys as fake outs in rings | moneromooo-monero | 1 | -0/+11 |
2019-03-05 | wallet2: key image import fixes | moneromooo-monero | 1 | -15/+17 |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 |
2019-03-05 | add multisig tx sets to describe_transfer rpc endpoint | spoke0 | 1 | -4/+15 |
2019-03-05 | epee: add SSL support | Martijn Otto | 1 | -3/+9 |
2019-03-05 | wallet2: don't calculate prefix hash when we don't need it | moneromooo-monero | 1 | -6/+6 |
2019-03-04 | various: remove unused variables | moneromooo-monero | 1 | -1/+0 |
2019-03-04 | Print the reason why a notification spec failed to parse | moneromooo-monero | 1 | -1/+1 |
2019-03-03 | wallet2: fix mishandling rct outputs in coinbase tx | moneromooo-monero | 1 | -6/+12 |
2019-02-22 | Better error when sending a tx with a too large extra field | moneromooo-monero | 1 | -0/+1 |
2019-02-20 | wallet: fix payment ID decryption for construction data | Dusan Klinec | 1 | -7/+6 |
2019-02-13 | Don't decrypt keys in view only wallets in wallet_keys_unlocker | Doyle | 1 | -1/+1 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 1 | -7/+41 |
2019-01-28 | notify: handle arbitrary tags | moneromooo-monero | 1 | -1/+1 |
2019-01-22 | ringct: encode 8 byte amount, saving 24 bytes per output | moneromooo-monero | 1 | -2/+2 |
2019-01-22 | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 1 | -18/+27 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -76/+113 |
2019-01-19 | wallet2: fix hashchain going out of sync on refresh error | moneromooo-monero | 1 | -0/+5 |
2019-01-18 | core, wallet: remember original text version of destination address | moneromooo-monero | 1 | -7/+11 |
2019-01-16 | wallet2: remember which output keys map to which key images | moneromooo-monero | 1 | -10/+87 |
2019-01-13 | wallet2: fix incorrect patch for determining fork rules | moneromooo-monero | 1 | -1/+1 |
2019-01-13 | wallet2: fix duplicate tx notifications for pool txes | moneromooo-monero | 1 | -3/+10 |
2019-01-09 | wallet: do not check txpool in background mode | moneromooo-monero | 1 | -7/+7 |
2018-12-31 | wallet2: speedup output tracking | moneromooo-monero | 1 | -10/+45 |
2018-12-31 | wallet: optionally keep track of owned outputs uses | moneromooo-monero | 1 | -2/+25 |
2018-12-30 | wallet: do not display daemon controlled text if untrusted | moneromooo-monero | 1 | -26/+73 |
2018-12-24 | wallet_rpc_server: add all field to export_key_images | moneromooo-monero | 1 | -3/+6 |
2018-12-21 | wallet2: finalize_multisig now rejects non N-1/N multisig wallets | moneromooo-monero | 1 | -0/+17 |
2018-12-19 | Remove unused hash in export_key_images | doy-lee | 1 | -3/+0 |
2018-12-16 | wallet2: cut down on the number of useless derivation threads | moneromooo-monero | 1 | -6/+9 |
2018-12-16 | wallet2: fix accessing unwound stack on exception | moneromooo-monero | 1 | -4/+12 |
2018-12-14 | Sync hashchain bug fixed | naughtyfox | 1 | -4/+3 |
2018-12-14 | Wallet: Initialize members without default ctor. | Tadeas Moravec | 1 | -0/+2 |
2018-12-12 | MMS (Multisig Messaging System): Initial version | rbrunner7 | 1 | -4/+113 |
2018-12-08 | wallet2: clear all payments on soft rescan_bc | moneromooo-monero | 1 | -0/+4 |
2018-12-04 | device/trezor: ask for KI sync on first refresh | Dusan Klinec | 1 | -5/+9 |
2018-12-04 | device: enable to use multiple independent device wallets | Dusan Klinec | 1 | -0/+19 |
2018-11-29 | device/trezor: passphrase entry on host | Dusan Klinec | 1 | -3/+49 |
2018-11-26 | rpc: speedup get_outs.bin | moneromooo-monero | 1 | -0/+1 |
2018-11-23 | remove some unused code | moneromooo-monero | 1 | -5/+0 |
2018-11-23 | a few minor (but easy) performance tweaks | moneromooo-monero | 1 | -2/+2 |