Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-07-03 | wallet2: fix double counting outs if the tx pubkey is duplicated | moneromooo-monero | 1 | -10/+24 |
2018-07-03 | wallet2: unlock keys file before calling verify_password (needed for Windows) | stoffu | 1 | -9/+40 |
2018-07-03 | Allow fractional outputs to be ignored | stoffu | 1 | -0/+19 |
2018-07-02 | node_rpc_proxy: factor a few RPC calls using get_info | moneromooo-monero | 1 | -42/+16 |
2018-06-28 | wallet: prevent the same wallet file from being opened by multiple processes | stoffu | 1 | -0/+8 |
2018-06-28 | wallet2: fix build for windows (std::max again) | moneromooo-monero | 1 | -1/+1 |
2018-06-27 | wallet: include a suggested number of confirmations based on amount | moneromooo-monero | 1 | -1/+12 |
2018-06-26 | wallet2: cache ringdb key while refreshing | moneromooo-monero | 1 | -23/+33 |
2018-06-26 | threadpool: allow leaf functions to run concurrently | moneromooo-monero | 1 | -17/+17 |
2018-06-26 | wallet2: remove unneeded divisions | moneromooo-monero | 1 | -2/+2 |
2018-06-26 | wallet2: remove old blockchain size cache hack | moneromooo-monero | 1 | -14/+2 |
2018-06-26 | wallet2: speedup refresh | moneromooo-monero | 1 | -57/+238 |
2018-06-26 | wallet2: avoid re-parsing blocks when refreshing in a loop | moneromooo-monero | 1 | -7/+4 |
2018-06-26 | wallet2: avoid duplicate parsing of tx extra | moneromooo-monero | 1 | -9/+12 |
2018-06-26 | wallet2: remove useless device locking | moneromooo-monero | 1 | -2/+1 |
2018-06-26 | wallet2: parse blocks in the RPC thread, not the processing thread | moneromooo-monero | 1 | -32/+41 |
2018-06-26 | wallet2: simplify/speedup process_blocks | moneromooo-monero | 1 | -66/+17 |
2018-06-26 | wallet: don't process miner tx if we're refreshing with no-coinbase | moneromooo-monero | 1 | -1/+3 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -11/+11 |
2018-06-26 | rpc: add option to skip coinbase info in get_blocks.bin | moneromooo-monero | 1 | -0/+1 |
2018-06-26 | wallet2: use std::move on containers where appropriate | moneromooo-monero | 1 | -4/+4 |
2018-06-23 | wallet2: fix read buffer overflow in import_key_images | moneromooo-monero | 1 | -1/+1 |
2018-06-21 | rpc: add a non binary get_transaction_pool_hashes RPC | moneromooo-monero | 1 | -2/+2 |
2018-06-21 | wallet2: lower default for subaddress lookahead when restoring with hardware | stoffu | 1 | -0/+6 |
2018-06-19 | wallet2: fix double header in unsigned transfer file | moneromooo-monero | 1 | -1/+1 |
2018-06-15 | wallet2: fix out of sync account tag cache | moneromooo-monero | 1 | -0/+1 |
2018-06-13 | wallet: on first refresh, start off with a quantized height | moneromooo-monero | 1 | -13/+19 |
2018-06-13 | wallet: allow unspendable unmixable outputs to be discarded | stoffu | 1 | -0/+10 |
2018-06-13 | wallet2: use decoded amount when reporting repeated output key | stoffu | 1 | -5/+5 |
2018-06-12 | wallet2: use correct fee for split txes | stoffu | 1 | -6/+14 |
2018-06-11 | cryptonote_config: add get_config to refactor x = testnet ? config::testnet::... | stoffu | 1 | -14/+4 |
2018-06-07 | wallet2: fix bulletproof cold signing | moneromooo-monero | 1 | -4/+4 |
2018-06-06 | wallet2: fix get_approximate_blockchain_height for stagenet | stoffu | 1 | -2/+2 |
2018-06-03 | wallet-rpc: watch-only and cold wallet features added | Dusan Klinec | 1 | -26/+157 |
2018-05-31 | wallet2: don't ask for pruned txes yet, we still parse the entire tx | moneromooo-monero | 1 | -1/+1 |
2018-05-31 | wallet: fix shared ring db path | stoffu | 1 | -4/+6 |
2018-05-28 | disable file size sanity check when loading the wallet cache | moneromooo-monero | 1 | -1/+1 |
2018-05-20 | Fix output shuffling for multisig | stoffu | 1 | -2/+2 |
2018-05-15 | simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wa... | jcktm | 1 | -0/+8 |
2018-05-10 | wallet2: consider 6 outputs or less to be unmixable from v7 | moneromooo-monero | 1 | -2/+2 |
2018-05-06 | check_spend_proof | itssteven | 1 | -2/+3 |
2018-04-25 | Wallet: added methods to sign and verify arbitrary message with multisig publ... | naughtyfox | 1 | -0/+36 |
2018-04-23 | wallet2: add missing parameters to get_output_histogram | moneromooo-monero | 1 | -0/+3 |
2018-04-21 | import_multisig_info: fix sanity check crash in detach_blockchain | Mikhail Mitkevichl | 1 | -1/+6 |
2018-04-19 | wallet2: increase rpc timeout for get_output_distribution | moneromooo-monero | 1 | -1/+1 |
2018-04-19 | add top height to get_output_distribution, and cache it for rct | moneromooo-monero | 1 | -0/+2 |
2018-04-12 | wallet2: store subaddress lookahead settings | stoffu | 1 | -0/+12 |
2018-04-12 | Use 'boost' mutex instead of 'std' mutex | cslashm | 1 | -4/+4 |
2018-04-12 | Fix sub-address tx scan. | cslashm | 1 | -3/+3 |
2018-04-12 | wallet2: fix misc issues when the ringdb can't be initialized | moneromooo-monero | 1 | -9/+9 |
2018-04-07 | wallet2: request transactions in slices when scanning for known rings | moneromooo-monero | 1 | -22/+32 |
2018-04-07 | rpc: allow getting pruned blocks from gettransactions | moneromooo-monero | 1 | -0/+13 |
2018-04-05 | wallet2: move segregation height to v7 | moneromooo-monero | 1 | -1/+1 |
2018-03-31 | Add the possibility to export private view key for fast scan. | cslashm | 1 | -11/+44 |
2018-03-31 | wallet: warn if not using the default ring size | moneromooo-monero | 1 | -0/+7 |
2018-03-28 | WalletApi: getMultisigInfo entry for gui wallets | naughtyfox | 1 | -2/+6 |
2018-03-27 | fix lambda compile error on openbsd | moneromooo-monero | 1 | -1/+1 |
2018-03-22 | wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctly | stoffu | 1 | -1/+1 |