| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5194 | Riccardo Spagni | 2019-02-27 | 1 | -0/+6 |
| |\ | | | | | | | | | 348320a3 wallet api/device: set estimated restore height if none is provided (selsta) 3c1c2499 wallet api: don't truncate address in subaddress_account (selsta) | ||||
| | * | wallet api/device: set estimated restore height if none is provided | selsta | 2019-02-24 | 1 | -0/+6 |
| | | | |||||
| * | | core, wallet: remember original text version of destination address | moneromooo-monero | 2019-02-12 | 1 | -0/+2 |
| |/ | |||||
| * | Rename "blackball" for clarity | moneromooo-monero | 2018-10-18 | 1 | -3/+3 |
| | | | | | Apparently some people seem to think it's a censorship list... | ||||
| * | wallet2_api: fix generating new wallet in the GUI | moneromooo-monero | 2018-10-16 | 1 | -1/+1 |
| | | | | | | It was creating a new wallet without a password first (this should be fixed), then not changing the password correctly | ||||
| * | Merge pull request #4036 | Riccardo Spagni | 2018-10-07 | 1 | -0/+14 |
| | | | | | | 9acf42d3 Multisig M/N functionality core tests added (naughtyfox) 9f3963e8 Arbitrary M/N multisig schemes: * support in wallet2 * support in monero-wallet-cli * support in monero-wallet-rpc * support in wallet api * support in monero-gen-trusted-multisig * unit tests for multisig wallets creation (naughtyfox) | ||||
| * | Merge pull request #4499 | Riccardo Spagni | 2018-10-06 | 1 | -7/+14 |
| | | | | | c5928bde wallet2_api: fix build with C++14 (moneromooo-monero) | ||||
| * | Merge pull request #4475 | Riccardo Spagni | 2018-10-02 | 1 | -0/+22 |
| | | | | | 6da36ea0 wallet2_api: blackball/unblackball now take two parameters (moneromooo-monero) | ||||
| * | Merge pull request #4458 | Riccardo Spagni | 2018-09-29 | 1 | -2/+2 |
| |\ | | | | | | | 921b0fb1 use default create_address_file argument (m2049r) | ||||
| | * | use default create_address_file argument | m2049r | 2018-09-27 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #4417 | Riccardo Spagni | 2018-09-29 | 1 | -16/+10 |
| |\ \ | |/ |/| | | | a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric) | ||||
| | * | Wallet: use unique_ptr for WalletImpl members | oneiric | 2018-09-22 | 1 | -16/+10 |
| | | | | | | | | | | | Use unique_ptr to manage WalletImpl internals, rather than raw pointers. | ||||
| * | | wallet2_api: fix for latest code changes | moneromooo-monero | 2018-09-22 | 1 | -1/+1 |
| |/ | |||||
| * | query backing device | m2049r | 2018-09-19 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #4387 | Riccardo Spagni | 2018-09-18 | 1 | -16/+36 |
| |\ | | | | | | | 6e6ffc06 wallet2_api: bring up to latest wallet api (moneromooo-monero) | ||||
| | * | wallet2_api: bring up to latest wallet api | moneromooo-monero | 2018-09-16 | 1 | -16/+36 |
| | | | |||||
| * | | Merge pull request #4361 | Riccardo Spagni | 2018-09-18 | 1 | -0/+14 |
| |\ \ | | | | | | | | | | 26971d46 WalletAPI: 'hasMultisigPartialKeyImages' function added (naughtyfox) | ||||
| | * | | WalletAPI: 'hasMultisigPartialKeyImages' function added | naughtyfox | 2018-09-10 | 1 | -0/+14 |
| | | | | |||||
| * | | | api/wallet: properly disable key encryption | stoffu | 2018-09-17 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 2018-09-14 | 1 | -4/+4 |
| | | | |||||
| * | | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 2018-09-11 | 1 | -0/+1 |
| |/ | |||||
| * | wallet: store trusted-daemon flag in wallet2 | stoffu | 2018-08-23 | 1 | -6/+5 |
| | | |||||
| * | store secret keys encrypted where possible | moneromooo-monero | 2018-08-16 | 1 | -1/+2 |
| | | | | | | | | | | The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API. | ||||
| * | wallet: wipe seed from memory where appropriate | moneromooo-monero | 2018-08-16 | 1 | -2/+2 |
| | | |||||
| * | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 2018-08-16 | 1 | -2/+2 |
| | | |||||
| * | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 2018-08-08 | 1 | -2/+2 |
| | | |||||
| * | wallet2: unlock keys file before calling verify_password (needed for Windows) | stoffu | 2018-07-03 | 1 | -0/+14 |
| | | | | | | Also added notes to WalletManager::verifyWalletPassword (which afaik seems unused by anyone at the moment) regarding the need to unlock the keys file beforehand. | ||||
| * | api/wallet: add missing arg to wallet2::refresh() | stoffu | 2018-06-28 | 1 | -1/+1 |
| | | |||||
| * | wallet: prevent the same wallet file from being opened by multiple processes | stoffu | 2018-06-28 | 1 | -0/+1 |
| | | |||||
| * | Wallet API: add support for wallet creation from hardware device | stoffu | 2018-06-21 | 1 | -1/+31 |
| | | |||||
| * | Merge pull request #3829 | luigi1111 | 2018-06-19 | 1 | -20/+34 |
| |\ | | | | | | | 4764929 use deterministic viewkey if not supplied (cryptochangements34) | ||||
| | * | use deterministic viewkey if not supplied | cryptochangements34 | 2018-06-05 | 1 | -20/+34 |
| | | | |||||
| * | | Merge pull request #3735 | luigi1111 | 2018-06-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 4812c06 add .load() to make Boost 1.67 happy with its new is_integral check (Teutone) | ||||
| | * | | add .load() to make Boost 1.67 happy with its new is_integral check | Teutone | 2018-05-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #3599 | luigi1111 | 2018-06-08 | 1 | -0/+10 |
| |\ \ \ | | | | | | | | | | | | | 8787fd8 WalletApi: publicMultisigSignerKey method (naughtyfox) | ||||
| | * | | | WalletApi: publicMultisigSignerKey method | naughtyfox | 2018-04-13 | 1 | -0/+10 |
| | | | | | |||||
| * | | | | Merge pull request #3598 | luigi1111 | 2018-06-08 | 1 | -0/+44 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | b21bc00 Wallet: added methods to sign and verify arbitrary message with multisig public signer's key (libwallet & wallet api) (naughtyfox) | ||||
| | * | | | Wallet: added methods to sign and verify arbitrary message with multisig ↵ | naughtyfox | 2018-04-25 | 1 | -0/+44 |
| | |/ / | | | | | | | | | | public signer's key (libwallet & wallet api) | ||||
| * | | | Merge pull request #3489 | luigi1111 | 2018-05-31 | 1 | -251/+324 |
| |\ \ \ | | | | | | | | | | | | | | | | | 47fdb74 WalletApi: getMultisigInfo entry for gui wallets... (naughtyfox) 47fdb74 Refactored: work with wallet api statuses to make setting and getting operations atomic along with error strings (naughtyfox) | ||||
| | * | | | WalletApi: getMultisigInfo entry for gui wallets | naughtyfox | 2018-03-28 | 1 | -0/+160 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WalletApi: makeMultisig call introduced WalletApi: finalizeMultisig call introduced WalletApi: new calls exportMultisigImages and importMultisigImages WalletApi: method to return multisig wallet creation state WalletApi: create multisig transaction, sign multisig transaction, commit transaction and get multisig data are added WalletApi: identation and style fixes | ||||
| | * | | | Refactored: work with wallet api statuses to make setting and getting ↵ | naughtyfox | 2018-03-28 | 1 | -252/+165 |
| | |/ / | | | | | | | | | | | | | | | | operations atomic along with error strings WalletApi: added method statusWithErrorString to atomically retrieve error with error string | ||||
| * | | | wallet: fix shared ring db path | stoffu | 2018-05-31 | 1 | -2/+6 |
| | | | | |||||
| * | | | Wallet API: allow log path to be non-default & console output to be configurable | stoffu | 2018-05-04 | 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 |
| | | | |||||
