summaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4540Riccardo Spagni2018-10-091-4/+1
| | | | 8833aec0 wallet2: fix cold signing using non padded bulletproofs (moneromooo-monero)
* Merge pull request #4036Riccardo Spagni2018-10-078-99/+419
| | | | | 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 #4505Riccardo Spagni2018-10-071-2/+2
| | | | 977df631 Fix some calls to the translation function (Guillaume LE VAILLANT)
* Merge pull request #4495Riccardo Spagni2018-10-061-3/+3
| | | | 34a85e0c wallet2: disable height based segregation (moneromooo-monero)
* Merge pull request #4499Riccardo Spagni2018-10-061-7/+14
| | | | c5928bde wallet2_api: fix build with C++14 (moneromooo-monero)
* Merge pull request #4490Riccardo Spagni2018-10-021-1/+1
| | | | bccd88dd wallet2: clear found out for every tx key (doy-lee)
* Merge pull request #4484Riccardo Spagni2018-10-022-9/+17
| | | | 2c74b1a1 wallet_rpc_server: include all transfer records for a txid (moneromooo-monero)
* Merge pull request #4482Riccardo Spagni2018-10-023-6/+12
| | | | 25e5890d wallet: fix --generate-from-json using wrong password (moneromooo-monero)
* Merge pull request #4475Riccardo Spagni2018-10-023-2/+28
| | | | 6da36ea0 wallet2_api: blackball/unblackball now take two parameters (moneromooo-monero)
* Merge pull request #4333Riccardo Spagni2018-09-292-0/+29
|\ | | | | | | 73403004 add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc} (moneromooo-monero)
| * add --block-notify to monerod and --tx-notify to monero-wallet-{cli,rpc}moneromooo-monero2018-09-292-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Those take a command line of the form "A [B]", with A being the name (and optional path, if not in the caller's CWD, but fully qualified path is recommended, avoids possible security issues) to a program, and optional arguments. Any occurence of the two character string "%s" will be replaced by the hash of the block or transaction which triggered the notification. Tokenization is barebones. If you want things like pipes, calls to paths with spaces, etc, then use a script (though exec time will suffer). block-notify is called when a new block is added onto the chain. tx-notify is called when a new transaction happens with the wallet as source and/or destination. It is the notification program's responsibility to determine what to do in those cases. Note that this is asynchronous, so it is very possible that: - the notification programs will be run out of order - several events happen before the notification for the first one A Windows port would be nice if someone wants to make one.
* | Merge pull request #4461Riccardo Spagni2018-09-291-1/+5
|\ \ | | | | | | | | | 7dd11711 wallet2: fix transfers between subaddresses hitting the sanity check (moneromooo-monero)
| * | wallet2: fix transfers between subaddresses hitting the sanity checkmoneromooo-monero2018-09-281-1/+5
| |/ | | | | | | Transfers between subaddresses are accounted for differently
* | Merge pull request #4459Riccardo Spagni2018-09-291-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero) a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139ff epee: do not propagate exception through dtor (moneromooo-monero) 0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da32 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
| * | wallet_rpc_server: exit cleanly on unhandled exceptionsmoneromooo-monero2018-09-271-0/+3
| |/ | | | | | | Coverity 161868
* | Merge pull request #4458Riccardo Spagni2018-09-292-3/+3
|\ \ | | | | | | | | | 921b0fb1 use default create_address_file argument (m2049r)
| * | use default create_address_file argumentm2049r2018-09-272-3/+3
| |/
* | Merge pull request #4456Riccardo Spagni2018-09-291-2/+9
|\ \ | | | | | | | | | 06d05c21 device: set device name correctly if key_on_device is set (Dusan Klinec)
| * | device: set device name correctly if key_on_device is setDusan Klinec2018-09-271-2/+9
| |/
* | Merge pull request #4427Riccardo Spagni2018-09-292-3/+1
|\ \ | | | | | | | | | 83debef9 wallet_rpc_server: remove verbose field in incoming_transfers query (moneromooo-monero)
| * | wallet_rpc_server: remove verbose field in incoming_transfers querymoneromooo-monero2018-09-282-3/+1
| |/ | | | | | | | | | | The key image (which was only supplied if verbose was true) is readily available, not a secret key, and it was only modelled after the CLI command because it's a bit spammy for the CLI.
* | Merge pull request #4417Riccardo Spagni2018-09-292-22/+16
|\ \ | | | | | | | | | a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric)
| * | Wallet: use unique_ptr for WalletImpl membersoneiric2018-09-222-22/+16
| | | | | | | | | | | | | | | Use unique_ptr to manage WalletImpl internals, rather than raw pointers.
* | | Merge pull request #4409Riccardo Spagni2018-09-291-1/+5
|\ \ \ | | | | | | | | | | | | 7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox)
| * | | WalletAPI: multisigSignData bug fixednaughtyfox2018-09-211-1/+5
| | | |
* | | | Merge pull request #4407Riccardo Spagni2018-09-291-7/+8
|\ \ \ \ | | | | | | | | | | | | | | | 43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
| * | | | ringdb: use cursors to be a bit fastermoneromooo-monero2018-09-201-7/+8
| |/ / /
* | | | Merge pull request #4406Riccardo Spagni2018-09-291-3/+27
|\ \ \ \ | |_|_|/ |/| | | | | | | 7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero)
| * | | wallet2: handle corner case in picking fake outputsmoneromooo-monero2018-09-221-3/+27
| |/ / | | | | | | | | | | | | | | | If we originally think we have enough outputs on the blockchain to pick random fake outputs, we might end up with not enough of them if enough are actually blackballed.
* | | Merge pull request #4438Riccardo Spagni2018-09-251-7/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | e350cc5a wallet2: fix duplicate output making it to the RPC (moneromooo-monero) bf9a0f4c epee: fix stack overflow on crafted input (moneromooo-monero) 45683ee0 epee: fix invalid memory write reading an array entry (moneromooo-monero)
| * | | wallet2: fix duplicate output making it to the RPCmoneromooo-monero2018-09-251-7/+32
| | |/ | |/|
* | | Merge pull request #4422Riccardo Spagni2018-09-253-3/+3
|\ \ \ | | | | | | | | | | | | 6e270fbd wallet2_api: fix for latest code changes (moneromooo-monero)
| * | | wallet2_api: fix for latest code changesmoneromooo-monero2018-09-223-3/+3
| |/ /
* | | Merge pull request #4433Riccardo Spagni2018-09-252-2/+2
|\ \ \ | | | | | | | | | | | | b35beaa8 wallet_rpc_server: include account index in incoming_transfers RPC (moneromooo-monero)
| * | | wallet_rpc_server: include account index in incoming_transfers RPCmoneromooo-monero2018-09-242-2/+2
| | |/ | |/|
* | | wallet_rpc_server: fix --run-as-service on Windowsmoneromooo-monero2018-09-221-0/+1
| |/ |/| | | | | Thanks iDunk for the windows testing
* | wallet_rpc_server: fix build for windowsmoneromooo-monero2018-09-211-8/+17
| | | | | | | | Thanks iDunk for building patches on windows
* | Merge pull request #4401Riccardo Spagni2018-09-214-14/+54
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 66901901 README: harmonize command formatting inside README.md (Andrea) 8cd98408 disable AES on s390x architecture (Tuan M. Hoang) 4ed30bab wallet: implement coin splitting for sweep_* 'outputs' option (whythat) 24f52396 wallet: add 'outputs' option for sweep_* commands (whythat) 52e19d69 README: Compile boost with cxxflags=-fPIC cflags=-fPIC (Italocoin Project) 0c77523d README: fill in libsodium package name for Arch (phloatingman)
| * | wallet: implement coin splitting for sweep_* 'outputs' optionwhythat2018-09-181-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | Implemented strategy splits total amount into N equal parts, where N is a specified number of outputs. If N > 1, dummy change output is NOT created. rebased by moneromooo
| * | wallet: add 'outputs' option for sweep_* commandswhythat2018-09-184-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | 'outputs' option allows to specify the number of separate outputs of smaller denomination that will be created by sweep operation. rebased by moneromooo
* | | Merge pull request #4394Riccardo Spagni2018-09-211-5/+5
|\ \ \ | | | | | | | | | | | | b7660149 node_rpc_proxy: return a non empty error string on connection failure (moneromooo-monero)
| * | | node_rpc_proxy: return a non empty error string on connection failuremoneromooo-monero2018-09-171-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | This makes it easier to avoid bugs on the caller side if errors are represented by non empty strings. This fixes the refresh height setting in new wallets when no daemon is running.
* | / query backing devicem2049r2018-09-197-14/+109
| |/ |/|
* | Merge pull request #4387Riccardo Spagni2018-09-183-18/+38
|\ \ | | | | | | | | | 6e6ffc06 wallet2_api: bring up to latest wallet api (moneromooo-monero)
| * | wallet2_api: bring up to latest wallet apimoneromooo-monero2018-09-163-18/+38
| |/
* | Merge pull request #4361Riccardo Spagni2018-09-183-0/+20
|\ \ | | | | | | | | | 26971d46 WalletAPI: 'hasMultisigPartialKeyImages' function added (naughtyfox)
| * | WalletAPI: 'hasMultisigPartialKeyImages' function addednaughtyfox2018-09-103-0/+20
| | |
* | | Merge pull request #4360Riccardo Spagni2018-09-181-1/+6
|\ \ \ | | | | | | | | | | | | 7a76354c wallet2: import_multisig forward refresh exception (naughtyfox)
| * | | wallet2: import_multisig forward refresh exceptionnaughtyfox2018-09-101-1/+6
| |/ /
* | | Merge pull request #4306Riccardo Spagni2018-09-181-15/+24
|\ \ \ | | | | | | | | | | | | | | | | 56b50faa wallet: use wipeable_string in more places where a secret is used (moneromooo-monero) 07ec748c wipeable_string: add hex_to_pod function (moneromooo-monero)