| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add .load() to make Boost 1.67 happy with its new is_integral check | Teutone | 2018-07-09 | 1 | -1/+1 |
| | | |||||
| * | wallet_api: fixups to build on the branch | moneromooo-monero | 2018-07-04 | 1 | -1/+2 |
| | | |||||
| * | Wallet API: add support for wallet creation from hardware device | stoffu | 2018-07-04 | 1 | -1/+31 |
| | | |||||
| * | Wallet API: allow log path to be non-default & console output to be configurable | stoffu | 2018-05-12 | 1 | -2/+2 |
| | | |||||
| * | wallet: fix default mixin (4 -> 6) | sneurlax | 2018-03-28 | 1 | -1/+1 |
| | | |||||
| * | wallet: more user friendly print_ring | moneromooo-monero | 2018-03-16 | 1 | -0/+24 |
| | | | | | | It can now take a txid (to display rings for all its inputs), and will print rings in a format that set_ring understands | ||||
| * | wallet2_api: add key reuse mitigations API | moneromooo-monero | 2018-03-16 | 1 | -0/+15 |
| | | |||||
| * | wallet2_api: add ring api | moneromooo-monero | 2018-03-16 | 1 | -0/+38 |
| | | |||||
| * | wallet2_api: add blackball api | moneromooo-monero | 2018-03-16 | 1 | -0/+55 |
| | | |||||
| * | Merge pull request #3345 | Riccardo Spagni | 2018-03-14 | 1 | -2/+14 |
| |\ | | | | | | | e0cda74a wallet2_api: add info/error/warning entry points (moneromooo-monero) | ||||
| | * | wallet2_api: add info/error/warning entry points | moneromooo-monero | 2018-03-04 | 1 | -2/+14 |
| | | | |||||
| * | | Merge pull request #3313 | Riccardo Spagni | 2018-03-05 | 1 | -0/+10 |
| |\ \ | | | | | | | | | | 43026822 Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows (rbrunner7) | ||||
| | * | | Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows | rbrunner7 | 2018-02-25 | 1 | -0/+10 |
| | |/ | |||||
| * | | Merge pull request #3314 | Riccardo Spagni | 2018-03-05 | 1 | -0/+4 |
| |\ \ | | | | | | | | | | 71bff546 wallet api: when restoring from EnglishOld, set language to English (stoffu) | ||||
| | * | | wallet api: when restoring from EnglishOld, set language to English | stoffu | 2018-02-25 | 1 | -0/+4 |
| | |/ | |||||
| * | | Merge pull request #3277 | Riccardo Spagni | 2018-03-05 | 1 | -16/+16 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 0e7ad2e2 Wallet API: generalize 'bool testnet' to 'NetworkType nettype' (stoffu) af773211 Stagenet (stoffu) cc9a0bee command_line: allow args to depend on more than one args (stoffu) 55f8d917 command_line::get_arg: remove 'required' for dependent args as they're always optional (stoffu) 450306a0 command line: allow has_arg to handle arg_descriptor<bool,false,true> #3318 (stoffu) 9f9e095a Use `genesis_tx` parameter in `generate_genesis_block`. #3261 (Jean Pierre Dudey) | ||||
| | * | | Wallet API: generalize 'bool testnet' to 'NetworkType nettype' | stoffu | 2018-03-05 | 1 | -8/+8 |
| | | | | |||||
| | * | | Stagenet | stoffu | 2018-03-05 | 1 | -12/+12 |
| | |/ | |||||
| * / | Correct spelling mistakes. | Edward Betts | 2018-03-05 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #3214 | Riccardo Spagni | 2018-02-16 | 1 | -0/+1 |
| |\ | | | | | | | 214d251c wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown (stoffu) | ||||
| | * | wallet: suggest the use of sweep_unmixable when not_enough_outs_to_mix is thrown | stoffu | 2018-02-08 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #3094 | Riccardo Spagni | 2018-02-16 | 1 | -2/+2 |
| |\ \ | |/ |/| | | | a85dbb3f Fixed typos and wording tweaks (Maxithi) | ||||
| | * | Fixed typos and wording tweaks | Maxithi | 2018-01-29 | 1 | -2/+2 |
| | | | |||||
| * | | wallet: automatically use low priority if safe (no backlog & recent blocks ↵ | stoffu | 2018-01-28 | 1 | -2/+4 |
| | | | | | | | | | not full) | ||||
| * | | Merge pull request #3104 | Riccardo Spagni | 2018-01-27 | 1 | -3/+18 |
| |\ \ | | | | | | | | | | 939629e8 Wallet API: all recover options with password (m2049r) | ||||
| | * | | Wallet API: all recover options with password | m2049r | 2018-01-17 | 1 | -3/+18 |
| | |/ | | | | | | | also renamed memo => mnemonic in api method parms | ||||
| * | | Update 2018 copyright | xmr-eric | 2018-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | Reserve proof | stoffu | 2018-01-10 | 1 | -0/+49 |
| |/ | |||||
| * | Merge pull request #2368 | Riccardo Spagni | 2017-11-25 | 1 | -0/+46 |
| |\ | | | | | | | b0b7e0f0 Spend proof without txkey (stoffu) | ||||
| | * | Spend proof without txkey | stoffu | 2017-11-21 | 1 | -0/+46 |
| | | | |||||
| * | | fix for tx proof: use exception instead of error_str when signature gen failed | stoffu | 2017-11-21 | 1 | -2/+2 |
| |/ | |||||
| * | Tx proof (revised): | stoffu | 2017-11-18 | 1 | -8/+132 |
| | | | | | | | | | | - refactoring: proof generation/checking code was moved from simplewallet.cpp to wallet2.cpp - allow an arbitrary message to be signed together with txid - introduce two types (outbound & inbound) of tx proofs; with the same syntax, inbound is selected when <address> belongs to this wallet, outbound otherwise. see GitHub thread for more discussion - wallet RPC: added get_tx_key, check_tx_key, get_tx_proof, check_tx_proof - wallet API: moved WalletManagerImpl::checkPayment to Wallet::checkTxKey, added Wallet::getTxProof/checkTxProof - get_tx_key/check_tx_key: handle additional tx keys by concatenating them into a single string | ||||
| * | Merge pull request #2546 | Riccardo Spagni | 2017-11-06 | 1 | -2/+20 |
| |\ | | | | | | | b2d416f2 Distinguish "not enough money" and "not enough unlocked money" (binaryFate) | ||||
| | * | Distinguish "not enough money" and "not enough unlocked money" | binaryFate | 2017-10-16 | 1 | -2/+20 |
| | | | | | | | | | Fix #1530 | ||||
| * | | Wallet API: default values for account and subaddr index | Jaquee | 2017-10-22 | 1 | -2/+1 |
| |/ | |||||
| * | wallet2+API: use separate callbacks for lightwallets | Jaquee | 2017-10-15 | 1 | -0/+32 |
| | | |||||
| * | walletAPI: lightwallet exceptions | Jaquee | 2017-10-15 | 1 | -2/+12 |
| | | |||||
| * | walletAPI: add lightwallet login() and importWalletRequest() | Jaquee | 2017-10-15 | 1 | -0/+32 |
| | | |||||
| * | walletAPI: init() lightwallet and SSL support | Jaquee | 2017-10-15 | 1 | -4/+6 |
| | | |||||
| * | Subaddresses | kenshi84 | 2017-10-07 | 1 | -59/+119 |
| | | |||||
| * | store is optional during close and defaults to true; except during descruction | m2049r | 2017-09-23 | 1 | -9/+11 |
| | | |||||
| * | WalletAPI: only allow trusted daemon when importing key images | Jaquee | 2017-08-21 | 1 | -0/+5 |
| | | |||||
| * | WalletAPI: copy wallet data when creating a view only wallet | Jaquee | 2017-08-21 | 1 | -0/+27 |
| | | |||||
| * | WalletAPI: add getDefaultDataDir() | Jaquee | 2017-08-09 | 1 | -0/+6 |
| | | |||||
| * | change mixin to ring size in user visible places | moneromooo-monero | 2017-08-07 | 1 | -4/+4 |
| | | |||||
| * | fix wallet callback signatures | m2049r | 2017-08-02 | 1 | -4/+4 |
| | | |||||
| * | wallet_api: fix missing transaction parameter in callback | moneromooo-monero | 2017-06-13 | 1 | -1/+1 |
| | | | | | | | It was unused, so harmless Reported by erikd on IRC | ||||
| * | Wallet API: Set seed lang when recovering form keys | Jaquee | 2017-05-23 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #2012 | Riccardo Spagni | 2017-05-05 | 1 | -1/+16 |
| |\ | | | | | | | bbf4c210 Wallet API: add spend/view key getters (Jaquee) | ||||
| | * | Wallet API: add spend/view key getters | Jaquee | 2017-05-02 | 1 | -1/+16 |
| | | | |||||
