Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-02-16 | wallet2: remove unused m_subaddresses_inv | moneromooo-monero | 1 | -2/+2 |
2018-02-16 | wallet2: speed up subaddress generation (by about a third) | moneromooo-monero | 1 | -0/+1 |
2018-01-28 | wallet: automatically use low priority if safe (no backlog & recent blocks no... | stoffu | 1 | -0/+4 |
2018-01-28 | wallet2: split estimate_backlog to allow for raw fee levels | moneromooo-monero | 1 | -0/+1 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2018-01-26 | wallet2: remove {set|get}_default_decimal_point and use the same funcs under ... | stoffu | 1 | -2/+0 |
2018-01-26 | wallet2: make scan_output const and omit keys arg | stoffu | 1 | -1/+1 |
2018-01-26 | wallet2: make member functions const when possible | stoffu | 1 | -17/+17 |
2018-01-26 | wallet rpc: show fees when querying incoming transfers | stoffu | 1 | -1/+8 |
2018-01-26 | simplewallet: check file overwrite when exporting stuff | stoffu | 1 | -0/+3 |
2018-01-24 | wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero. | Maximilian Lupke | 1 | -0/+6 |
2018-01-10 | Reserve proof | stoffu | 1 | -0/+42 |
2017-12-25 | Add a chacha20 variant to go with chacha8 | moneromooo-monero | 1 | -4/+4 |
2017-12-20 | wallet: support for multisig seeds | moneromooo-monero | 1 | -0/+10 |
2017-12-18 | Account tagging | stoffu | 1 | -1/+23 |
2017-12-17 | wallet: factor multisig info parsing | moneromooo-monero | 1 | -0/+8 |
2017-12-17 | wallet: use raw encrypted data in multisig import/export RPC | moneromooo-monero | 1 | -2/+2 |
2017-12-17 | wallet: add multisig sign/submit RPC | moneromooo-monero | 1 | -0/+6 |
2017-12-17 | wallet2: fix slow multisig unit tests with subaddress patch | moneromooo-monero | 1 | -5/+3 |
2017-12-17 | make multisig work with subaddresses | moneromooo-monero | 1 | -1/+0 |
2017-12-17 | wallet: guard against partly initialized multisig wallet | moneromooo-monero | 1 | -1/+1 |
2017-12-17 | add multisig core test and factor multisig building blocks | moneromooo-monero | 1 | -1/+5 |
2017-12-17 | N-1/N multisig | moneromooo-monero | 1 | -27/+83 |
2017-12-17 | multisig address generation RPC | moneromooo-monero | 1 | -1/+3 |
2017-12-17 | Add N/N multisig tx generation and signing | moneromooo-monero | 1 | -7/+93 |
2017-12-17 | wallet: add multisig key generation | moneromooo-monero | 1 | -1/+21 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -2/+0 |
2017-12-08 | add bulletproofs from v7 on testnet | moneromooo-monero | 1 | -1/+1 |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -12/+12 |
2017-11-24 | wallet: transfer RPC can now return tx metadata (pending_tx) | moneromooo-monero | 1 | -0/+27 |
2017-11-21 | Spend proof without txkey | stoffu | 1 | -0/+2 |
2017-11-21 | fix for tx proof: use exception instead of error_str when signature gen failed | stoffu | 1 | -1/+1 |
2017-11-18 | Tx proof (revised): | stoffu | 1 | -0/+4 |
2017-11-17 | Fixes #759 Add sanity check on restore height | Cifrado | 1 | -0/+1 |
2017-11-15 | wallet: add sweep_single command | stoffu | 1 | -0/+1 |
2017-11-15 | wallet2 bugfix: loading old m_unconfirmed_payments | stoffu | 1 | -3/+2 |
2017-11-14 | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 1 | -7/+4 |
2017-11-14 | simplewallet: reject attempts to use too low mixin early | moneromooo-monero | 1 | -0/+1 |
2017-11-13 | wallet2: use a vector, not a list, for selected_transfers | moneromooo-monero | 1 | -14/+38 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 1 | -7/+32 |
2017-11-03 | Used declared default refresh status as default rather than it's current value | Maxime THIEBAUT | 1 | -2/+2 |
2017-10-29 | Wallet2: Don't throw when subaddress label doesn't exist | Jaquee | 1 | -2/+2 |
2017-10-23 | wallet2: fix subaddress fields serialization | moneromooo-monero | 1 | -0/+15 |
2017-10-16 | Wallet: Descriptions through new commands 'set_description', 'get_description' | rbrunner7 | 1 | -1/+27 |
2017-10-16 | Distinguish "not enough money" and "not enough unlocked money" | binaryFate | 1 | -2/+2 |
2017-10-15 | wallet2+API: use separate callbacks for lightwallets | Jaquee | 1 | -0/+7 |
2017-10-15 | wallet2: get_outs lightwallet support | Jaquee | 1 | -0/+2 |
2017-10-15 | wallet2: refactor is_tx_spendtime_unlocked() | Jaquee | 1 | -0/+1 |
2017-10-15 | my/openmonero API functions | Jaquee | 1 | -0/+34 |
2017-10-15 | wallet2: add remove_obsolete_pool_txs() | Jaquee | 1 | -0/+1 |
2017-10-15 | wallet2: add on_pool_tx_removed callback | Jaquee | 1 | -0/+1 |
2017-10-15 | wallet2: light wallet member variables | Jaquee | 1 | -1/+15 |
2017-10-15 | wallet2: add ssl option to init() | Jaquee | 1 | -1/+1 |
2017-10-07 | Subaddresses | kenshi84 | 1 | -54/+131 |
2017-10-07 | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr | stoffu | 1 | -2/+2 |
2017-10-03 | tests: fix hashchain unit tests | moneromooo-monero | 1 | -1/+1 |
2017-10-03 | wallet2: error check for generate_key_image_helper, removed redundant wallet_... | stoffu | 1 | -1/+0 |
2017-10-02 | simplewallet: allow to set threshold before warning about tx backlog | selsta | 1 | -0/+3 |
2017-10-02 | wallet2: fix hash chain trimming when the inner chain becomes empty | moneromooo-monero | 1 | -1/+2 |
2017-09-25 | wallet2: do not keep block hashes below last checkpoint | moneromooo-monero | 1 | -5/+52 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | wallet2: simplify tx processing a bit | moneromooo-monero | 1 | -2/+15 |
2017-09-25 | wallet2: factor some of the tx scanning code | moneromooo-monero | 1 | -0/+1 |
2017-09-12 | wallet: add encrypted seed functionality | moneromooo-monero | 1 | -1/+1 |
2017-08-29 | simplewallet: new "fee" command to display fee information | moneromooo-monero | 1 | -3/+4 |
2017-08-26 | wallet: new option to check/confirm txpool backlog when sending | moneromooo-monero | 1 | -2/+7 |
2017-08-21 | wallet2: export/import wallet data functions | Jaquee | 1 | -1/+6 |
2017-08-18 | import_key_images - allow importing without being connected to daemon | Jaquee | 1 | -1/+1 |
2017-08-05 | wallet2: fix temporarily missing incoming tx when being mined | moneromooo-monero | 1 | -1/+1 |
2017-08-03 | Enable verifying wallet password with having to load wallet. | m2049r | 1 | -0/+2 |
2017-08-02 | wallet2: add a is_synced function | moneromooo-monero | 1 | -0/+2 |
2017-08-02 | wallet: return unlock_time in get_transfers | moneromooo-monero | 1 | -3/+11 |
2017-06-03 | Prevent crash if performing certain actions before wallet is initialized | Robby Weinberg | 1 | -2/+3 |
2017-05-09 | Correct spelling of 'get_upper_transaction_size_limit' | Nano Akron | 1 | -2/+2 |
2017-04-24 | wallet: add sweep_below function | moneromooo-monero | 1 | -1/+1 |
2017-04-11 | Resolve #92 add ability to create wallets thru RPC | Howard Chu | 1 | -0/+3 |
2017-03-25 | wallet: option to merge destinations | moneromooo-monero | 1 | -2/+5 |
2017-03-24 | wallet: try to save large outputs when using an unneeded second input | moneromooo-monero | 1 | -2/+9 |
2017-03-21 | wallet2: cache which pool txes were scanned already | moneromooo-monero | 1 | -1/+6 |
2017-03-20 | wallet2: speed up transactions using remote nodes | moneromooo-monero | 1 | -0/+2 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 1 | -1/+2 |
2017-03-05 | wallet: add password command | moneromooo-monero | 1 | -1/+1 |
2017-03-04 | wallet: fix get_tranfers with multiple incoming txes with same pid | moneromooo-monero | 1 | -3/+13 |
2017-03-02 | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 1 | -0/+2 |
2017-02-27 | Add support for the wallet to refresh pruned blocks | moneromooo-monero | 1 | -7/+7 |