| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| | | | ||||||
| * | | wallet: add sweep_below function | moneromooo-monero | 2017-04-24 | 1 | -1/+1 | |
| |/ | | | | | | | It sweeps all outputs below the given threshold This is available via the existing sweep_all RPC, by setting amount_threshold the desired amount (in atomic units) | |||||
| * | Wallet API: add hard fork info functions | Jaquee | 2017-03-24 | 1 | -0/+12 | |
| | | ||||||
| * | use const references in catch blocks | moneromooo-monero | 2017-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | wallet api: fix parameters in wallet2callbackImpl | Jaquee | 2017-03-03 | 1 | -7/+7 | |
| | | ||||||
| * | Wallet API: Add support for daemon rpc login | Jaquee | 2017-02-25 | 1 | -2/+4 | |
| | | ||||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #1747 | Riccardo Spagni | 2017-02-21 | 1 | -0/+5 | |
| |\ | | | | | | | 26bd7aac wallet_api: fix logging init via api (moneromooo-monero) | |||||
| | * | wallet_api: fix logging init via api | moneromooo-monero | 2017-02-18 | 1 | -0/+5 | |
| | | | ||||||
| * | | simplewallet: validate hex input size | moneromooo-monero | 2017-02-14 | 1 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #1689 | Riccardo Spagni | 2017-02-11 | 1 | -1/+1 | |
| |\ | | | | | | | ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett) | |||||
| | * | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 2017-02-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Wallet API: Easylogger wrapper for gui | Jaquee | 2017-02-05 | 1 | -0/+6 | |
| | | | ||||||
| * | | GUI: Improved refresh performance | Jaquee | 2017-02-04 | 1 | -7/+10 | |
| | | | ||||||
| * | | wallet api: Remove initAsync() and don't start refresh automatically on init | Jaquee | 2017-02-04 | 1 | -14/+1 | |
| |/ | ||||||
| * | Merge pull request #1629 | Riccardo Spagni | 2017-02-02 | 1 | -6/+6 | |
| |\ | | | | | | | c02e1cb9 Updates to epee HTTP client code - http_simple_client now uses std::chrono for timeouts - http_simple_client accepts timeouts per connect / invoke call - shortened names of epee http invoke functions - invoke command functions only take relative path, connection is not automatically performed (Lee Clagett) | |||||
| | * | Updates to epee HTTP client code | Lee Clagett | 2017-01-25 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | - http_simple_client now uses std::chrono for timeouts - http_simple_client accepts timeouts per connect / invoke call - shortened names of epee http invoke functions - invoke command functions only take relative path, connection is not automatically performed | |||||
| * | | Wallet API: Create wallet from keys | Jaquee | 2017-01-30 | 1 | -0/+130 | |
| |/ | ||||||
| * | wallet: print exception message on get_random_outs_error | moneromooo-monero | 2017-01-20 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #1573 | Riccardo Spagni | 2017-01-15 | 1 | -2/+4 | |
| |\ | | | | | | | dea53962 fix timeout in check_connection (Jaquee) | |||||
| | * | fix timeout in check_connection | Jaquee | 2017-01-14 | 1 | -2/+4 | |
| | | | ||||||
| * | | Merge pull request #1564 | Riccardo Spagni | 2017-01-15 | 1 | -6/+49 | |
| |\ \ | | | | | | | | | | 1d317981 Wallet API: add key image import/export functions (Jaquee) | |||||
