Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-11-22 | wallet2: resume processing when tx extra is partially broken | stoffu | 1 | -2/+2 |
2018-11-22 | wallet2: add n_vouts to capture list | moneromooo-monero | 1 | -1/+1 |
2018-11-20 | Fix issue 4793 - M/N multisig transaction signature | naughtyfox | 1 | -16/+61 |
2018-11-20 | rpc: speedup get_output_distribution | moneromooo-monero | 1 | -2/+5 |
2018-11-15 | various: do not propagate exception through dtor | moneromooo-monero | 1 | -1/+6 |
2018-11-07 | wallet2: remove redundant chacha key generation in store_keys | stoffu | 1 | -1/+0 |
2018-11-06 | build: fix Ubuntu 16.04 (GCC 5.4.0) compilation | xiphon | 1 | -1/+2 |
2018-11-05 | wallet2: fix off by one in output picking | moneromooo-monero | 1 | -12/+19 |
2018-11-04 | wallet2: only export necessary outputs and key images | moneromooo-monero | 1 | -46/+76 |
2018-11-04 | wallet2: faster output and key image import/export | moneromooo-monero | 1 | -18/+76 |
2018-11-04 | Fix: out_of_hashchain_bounds_error in refresh | Hasan Pekdemir | 1 | -1/+1 |
2018-11-03 | wallet: add a non destructive blockchain rescan | moneromooo-monero | 1 | -3/+19 |
2018-11-03 | wallet2: demote a few uninteresting recurring logs to TRACE | moneromooo-monero | 1 | -5/+5 |
2018-11-03 | wallet2: fix print_ring printing double entries for transactions | moneromooo-monero | 1 | -0/+1 |
2018-11-02 | device/trezor: trezor support added | Dusan Klinec | 1 | -25/+133 |
2018-10-31 | wallet2: use padded bulletproofs for multisig signing | stoffu | 1 | -4/+1 |
2018-10-28 | wallet2: rewrite keys file in a safer manner | Nathan Dorfman | 1 | -3/+12 |
2018-10-27 | wallet2: save ring in the ringdb once a tx is created | moneromooo-monero | 1 | -0/+14 |
2018-10-27 | wallet2: fix ring reuse breaking when using histogram | moneromooo-monero | 1 | -0/+3 |
2018-10-23 | Update ZMQ fee estimate and add ZMQ output distribution | Lee Clagett | 1 | -8/+8 |
2018-10-23 | wallet2: extend fake out picks away from the gamma pick | moneromooo-monero | 1 | -2/+23 |
2018-10-22 | wallet2/create_transactions_2: removed obsolete '/ 1024' on min_fee calc | Paul Shapiro | 1 | -1/+1 |
2018-10-22 | wallet2: sanity check rct output distribution from the daemon | moneromooo-monero | 1 | -1/+7 |
2018-10-21 | wallet2/create_transactions_2: fixed typo in try_tx=true's estimate_fee args | Paul Shapiro | 1 | -1/+1 |
2018-10-21 | wallet2/create_transactions_2: removed extraneous shuffle before sort of unus... | Paul Shapiro | 1 | -5/+1 |
2018-10-18 | Rename "blackball" for clarity | moneromooo-monero | 1 | -1/+1 |
2018-10-16 | wallet2: initialize some scalar fields in ctor where appropriate | moneromooo-monero | 1 | -0/+4 |
2018-10-13 | SOFTWARE is the default wallet device | m2049r | 1 | -0/+1 |
2018-10-11 | Return appropriate RPC error code when key image signature check fails | Michał Sałaban | 1 | -1/+1 |
2018-10-10 | wallet_rpc_server: optionally return tx keys in sign_transfer | moneromooo-monero | 1 | -0/+4 |
2018-10-09 | wallet2: make fake out selection messages less spammy | moneromooo-monero | 1 | -3/+18 |
2018-10-09 | wallet2: fix cold signing using non padded bulletproofs | moneromooo-monero | 1 | -4/+1 |
2018-10-06 | Fix some calls to the translation function | Guillaume LE VAILLANT | 1 | -2/+2 |
2018-10-03 | wallet2: disable height based segregation | moneromooo-monero | 1 | -3/+3 |
2018-10-02 | wallet2: clear found out for every tx key | doy-lee | 1 | -1/+1 |
2018-10-01 | Arbitrary M/N multisig schemes: | naughtyfox | 1 | -98/+304 |
2018-10-01 | wallet: fix --generate-from-json using wrong password | moneromooo-monero | 1 | -4/+9 |
2018-09-29 | Merge pull request #4333 | Riccardo Spagni | 1 | -0/+24 |
2018-09-29 | Merge pull request #4461 | Riccardo Spagni | 1 | -1/+5 |
2018-09-29 | Merge pull request #4456 | Riccardo Spagni | 1 | -2/+9 |
2018-09-29 | Merge pull request #4406 | Riccardo Spagni | 1 | -3/+27 |
2018-09-25 | wallet2: fix duplicate output making it to the RPC | moneromooo-monero | 1 | -8/+33 |
2018-09-22 | wallet2: handle corner case in picking fake outputs | moneromooo-monero | 1 | -3/+27 |
2018-09-19 | query backing device | m2049r | 1 | -12/+68 |
2018-09-18 | wallet: implement coin splitting for sweep_* 'outputs' option | whythat | 1 | -3/+25 |
2018-09-18 | wallet: add 'outputs' option for sweep_* commands | whythat | 1 | -6/+6 |
2018-09-17 | api/wallet: properly disable key encryption | stoffu | 1 | -6/+5 |
2018-09-14 | hw_device: support for multiple devices added [for review] | Dusan Klinec | 1 | -2/+49 |
2018-09-14 | wallet: ask-password can now ask without encrypting the secret spend key | moneromooo-monero | 1 | -29/+32 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -174/+1 |
2018-09-11 | wallet2: bump testnet rollback to account for coming reorg | moneromooo-monero | 1 | -1/+1 |
2018-09-11 | Check inputs to addKeys are in range | moneromooo-monero | 1 | -0/+2 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -137/+259 |
2018-09-11 | Bulletproof aggregated verification and tests | moneromooo-monero | 1 | -2/+1 |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -12/+30 |
2018-09-10 | wallet2: import_multisig forward refresh exception | naughtyfox | 1 | -1/+6 |
2018-09-10 | record blackballs as amount/offset, and add export ability | moneromooo-monero | 1 | -6/+8 |
2018-09-09 | ringdb: allow blackballing many outputs at once | moneromooo-monero | 1 | -2/+1 |
2018-09-08 | wallet2: fix secondary partially signed multisig txes | moneromooo-monero | 1 | -1/+1 |
2018-09-04 | wallet2.get_reserve_proof: throw when specified amount is zero | stoffu | 1 | -0/+1 |
2018-09-03 | wallet2: factor the creation of a new wallet keys file | moneromooo-monero | 1 | -75/+24 |
2018-09-03 | wallet2: factor new blockchain setup | moneromooo-monero | 1 | -36/+16 |
2018-09-03 | wallet2: fill in v2 height for stagenet | moneromooo-monero | 1 | -1/+1 |
2018-08-23 | wallet: store trusted-daemon flag in wallet2 | stoffu | 1 | -27/+54 |
2018-08-22 | wallet2: fix refresh retry when a block/tx fails to parse | moneromooo-monero | 1 | -4/+5 |
2018-08-22 | wallet2: trim hash chain after fast refresh of hashes | moneromooo-monero | 1 | -0/+1 |
2018-08-22 | wallet2: fix checking the wrong vector when adding hashes | moneromooo-monero | 1 | -1/+3 |
2018-08-19 | wallet2: ask for a binary output distribution, for speed | moneromooo-monero | 1 | -0/+2 |
2018-08-16 | Do memwipe for critical secret keys copied to rct::key | stoffu | 1 | -0/+2 |
2018-08-16 | crypto: make secret_key automatically mlock | moneromooo-monero | 1 | -1/+1 |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -51/+261 |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -13/+31 |
2018-08-16 | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 1 | -6/+2 |
2018-08-13 | node_rpc_proxy: fix fork earliest height caching [RYO backport] | fireice-uk | 1 | -1/+1 |
2018-08-13 | wallet2: remove obsolete pruned/unpruned case | moneromooo-monero | 1 | -28/+1 |
2018-08-08 | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 1 | -10/+15 |
2018-08-03 | wallet: distinguish coinbase from other txes in show_transfers | moneromooo-monero | 1 | -0/+2 |
2018-07-31 | wallet2: do not divide by 0 on invalid daemon response | moneromooo-monero | 1 | -0/+1 |
2018-07-31 | wallet-rpc: add get_address_index command | stoffu | 1 | -0/+8 |
2018-07-30 | wallet2: avoid using arbitrary random values when unknown | moneromooo-monero | 1 | -4/+3 |
2018-07-30 | wallet2: guard against bad outputs in import_outputs | moneromooo-monero | 1 | -2/+4 |
2018-07-30 | simplewallet: add set_tx_key for importing tx keys from 3rd party wallets | stoffu | 1 | -0/+48 |
2018-07-24 | wallet2: fix O(n^2) behaviour in import_key_images | moneromooo-monero | 1 | -21/+15 |
2018-07-19 | wallet2: consider minimum fee when testing if balance is sufficient | stoffu | 1 | -2/+3 |
2018-07-16 | wallet2: recover from index out of hashchain bounds error | moneromooo-monero | 1 | -4/+32 |
2018-07-12 | wallet: warn when payment IDs are used | moneromooo-monero | 1 | -4/+2 |
2018-07-08 | wallet2: ensure outputs are processed only once | moneromooo-monero | 1 | -14/+17 |
2018-07-03 | wallet2: use a gamma distribution to pick fake outs | moneromooo-monero | 1 | -29/+114 |