aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | wallet2: fix get_approximate_blockchain_height for stagenetstoffu2018-06-061-2/+2
| |/ / / / /
* | | | | | Wallet API: add support for wallet creation from hardware devicestoffu2018-06-215-1/+95
| | | | | |
* | | | | | wallet2: lower default for subaddress lookahead when restoring with hardwarestoffu2018-06-211-0/+6
| |/ / / / |/| | | |
* | | | | Merge pull request #3939luigi11112018-06-201-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 62c8c07 wallet: do not log by default if we're not asked to log to console (moneromooo-monero)
| * | | | | wallet: do not log by default if we're not asked to log to consolemoneromooo-monero2018-06-061-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | This means monero-wallet-rpc still does, but the user level program does not.
* | | | | Merge pull request #3897luigi11112018-06-201-1/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | 63d0ab0 mlog: --max-log-files to set the max number of rotated log files (stoffu)
| * | | | mlog: --max-log-files to set the max number of rotated log filesstoffu2018-06-131-1/+3
| |/ / /
* | | | Merge pull request #3878luigi11112018-06-191-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 5a412b7 disable file size sanity check when loading the wallet cache (moneromooo-monero)
| * | | | disable file size sanity check when loading the wallet cachemoneromooo-monero2018-05-281-1/+1
| | | | |
* | | | | Merge pull request #3829luigi11112018-06-191-20/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | 4764929 use deterministic viewkey if not supplied (cryptochangements34)
| * | | | use deterministic viewkey if not suppliedcryptochangements342018-06-051-20/+34
| | |/ / | |/| |
* | | | Merge pull request #3804luigi11112018-06-162-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | 89e51ec simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wallet (jcktm)
| * | | | simple-wallet-cli: Add warnings about inaccurate balances to to watch-only ↵jcktm2018-05-152-0/+9
| | | | | | | | | | | | | | | | | | | | wallet
* | | | | Merge pull request #3780luigi11112018-06-166-34/+491
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 9c2a7b4 wallet-rpc: watch-only and cold wallet features added (ph4r05)
| * | | | | wallet-rpc: watch-only and cold wallet features addedDusan Klinec2018-06-036-34/+491
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - unsigned_txset, signed_txset in transfer / submit_transfer / sign_transfer - export_outputs, import_outputs Squashed commits: [f4d9f3d4] wallet-rpc: do_not_relay removed from submit_transfer [5b16a86f] wallet-rpc: review-fix - method signature changes, renaming [b7fbb10a] wallet-rpc: naming fixes (unsigned vs signed), consts renamed [8c7d2727] wallet-rpc: sign_transfer added [481d024a] wallet2: sign_tx splitted to work with strings and structs, more granular [2a474db9] wallet-rpc: wallet2::load_unsigned_tx split to load from str, file [b1e3a018] wallet-rpc: review fix, load_tx_from_str variable rename [1f6373be] wallet-rpc: review fix: save_tx_to_{str,file} [2a08eafc] wallet-rpc: review comments fixes - redundant this removed from wallet2.cpp - load_tx_from_str, load_tx_from_file [43498052] wallet-rpc: submit_transfer added [9c45d1ad] wallet-rpc: watch_only check, return unsigned_txset [62831396] wallet2: added string variants to load_tx, save_tx - analogously to save_multisig_tx - required for monero-wallet-rpc to support watch-only wallet
* | | | | | Merge pull request #3762luigi11112018-06-161-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | eb9f3a3 check_spend_proof (itssteven)
| * | | | | | check_spend_proofitssteven2018-05-061-2/+3
| | | | | | | | | | | | | | | | | | | | | My intention is to mitigate #3761 by returning "bad signature", rather than throwing an error, as the error is triggered inappropriately in the case of checking a different txid than the one used to create the signature, which causes issues for monerophp: https://github.com/monero-integrations/monerophp/issues/72 & my temp fix: https://github.com/monero-integrations/monerophp/pull/74
* | | | | | | Merge pull request #3735luigi11112018-06-161-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 checkTeutone2018-05-051-1/+1
| |/ / / / /
* | | | | | Merge pull request #3599luigi11112018-06-083-0/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 8787fd8 WalletApi: publicMultisigSignerKey method (naughtyfox)
| * | | | | | WalletApi: publicMultisigSignerKey methodnaughtyfox2018-04-133-0/+17
| | | | | | |
* | | | | | | Merge pull request #3598luigi11112018-06-085-0/+113
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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 ↵naughtyfox2018-04-255-0/+113
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | public signer's key (libwallet & wallet api)
* | | | | | | Merge pull request #3890luigi11112018-06-071-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | f80b157 wallet2: don't ask for pruned txes yet, we still parse the entire tx (moneromooo-monero)
| * | | | | | wallet2: don't ask for pruned txes yet, we still parse the entire txmoneromooo-monero2018-05-311-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3640luigi11112018-05-313-8/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | f36132a wallet cli/rpc: terminate execution with code 0 when --help or --version is given (stoffu)
| * | | | | | wallet cli/rpc: terminate execution with code 0 when --help or --version is ↵stoffu2018-04-223-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | given
* | | | | | | Merge pull request #3635luigi11112018-05-313-0/+37
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | c1bda09 wallet_rpc_server: add a get_version RPC (moneromooo-monero)
| * | | | | | | wallet_rpc_server: add a get_version RPCmoneromooo-monero2018-04-143-0/+37
| | | | | | | |
* | | | | | | | Merge pull request #3592luigi11112018-05-312-4/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 90a16b1 crypto: fix initialization order issue with random mutex (moneromooo-monero) 6a61f52 unit_tests: add ringdb unit tests (moneromooo-monero)
| * | | | | | | | unit_tests: add ringdb unit testsmoneromooo-monero2018-04-112-4/+15
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #3489luigi11112018-05-317-256/+482
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 walletsnaughtyfox2018-03-287-2/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ↵naughtyfox2018-03-283-255/+175
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operations atomic along with error strings WalletApi: added method statusWithErrorString to atomically retrieve error with error string
* | | | / / / / wallet: fix shared ring db pathstoffu2018-05-312-6/+12
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #3405luigi11112018-05-292-31/+41
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | 80d2f80 wallet2: Update function parameter documentation (leonklingele)
| * | | | | | wallet2: Update function parameter documentationLeon Klingele2018-03-142-31/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This completes and fixes various parameters docs
* | | | | | | Merge pull request #3832Riccardo Spagni2018-05-211-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cb9c7972 Fix output shuffling for multisig (stoffu)
| * | | | | | | Fix output shuffling for multisigstoffu2018-05-201-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #3745Riccardo Spagni2018-05-212-3/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | b13bddc3 Wallet API: allow log path to be non-default & console output to be configurable (stoffu)
| * | | | | | Wallet API: allow log path to be non-default & console output to be configurablestoffu2018-05-042-3/+4
| | |_|_|_|/ | |/| | | |
* / | | | | wallet2: consider 6 outputs or less to be unmixable from v7moneromooo-monero2018-05-101-2/+2
|/ / / / /
* | | | | Merge pull request #3685Riccardo Spagni2018-04-281-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ffeeefde speedup get_output_histogram for all amounts when min_count > 0 (moneromooo-monero) 2dae0f20 wallet2: add missing parameters to get_output_histogram (moneromooo-monero)
| * | | | | wallet2: add missing parameters to get_output_histogrammoneromooo-monero2018-04-231-0/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3650Riccardo Spagni2018-04-281-1/+6
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | 5bd7f760 import_multisig_info: fix sanity check crash in detach_blockchain (Mikhail Mitkevichl)
| * | | | import_multisig_info: fix sanity check crash in detach_blockchainMikhail Mitkevichl2018-04-211-1/+6
| | | | |
* | | | | Merge pull request #3576Riccardo Spagni2018-04-213-39/+35
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | f82c10dc WalletManagerImpl: reuse existing connection to daemon instead of reconnectivng every time (stoffu)
| * | | | | WalletManagerImpl: reuse existing connection to daemon instead of ↵stoffu2018-04-073-39/+35
| | |_|/ / | |/| | | | | | | | | | | | | reconnectivng every time
* | | | | Merge pull request #3672Riccardo Spagni2018-04-211-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | 875c1cab wallet2: increase rpc timeout for get_output_distribution (moneromooo-monero) 70f23217 add top height to get_output_distribution, and cache it for rct (moneromooo-monero) 8c7363fb rpc: add missing perf timer for get_output_distribution (moneromooo-monero)
| * | | | wallet2: increase rpc timeout for get_output_distributionmoneromooo-monero2018-04-191-1/+1
| | | | |