aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
Commit message (Collapse)AuthorAgeFilesLines
...
| * | wallet2: add --no-dns flagmoneromooo-monero2019-04-041-0/+2
| | |
* | | Merge pull request #5355Riccardo Spagni2019-04-151-0/+3
|\ \ \ | | | | | | | | | | | | | | | | c68fe787 device/trezor: add button pressed request (Dusan Klinec) 827f52ad wallet: API changes to enable passphrase entry (Dusan Klinec)
| * | | device/trezor: add button pressed requestDusan Klinec2019-04-071-0/+3
| |/ /
* | | Merge pull request #5388Riccardo Spagni2019-04-111-0/+2
|\ \ \ | | | | | | | | | | | | 0be5b2ee simplewallet: new unset_ring command (moneromooo-monero)
| * | | simplewallet: new unset_ring commandmoneromooo-monero2019-04-021-0/+2
| |/ / | | | | | | | | | Useful when debugging, though not much for users
* | | Merge pull request #5382Riccardo Spagni2019-04-111-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | c12b43cb wallet: add number of blocks required for the balance to fully unlock (moneromooo-monero) 3f1e9e84 wallet2: set confirmations to 0 for pool txes in proofs (moneromooo-monero) 36c037ec wallet_rpc_server: error out on getting the spend key from a hot wallet (moneromooo-monero) cd1eaff2 wallet_rpc_server: always fill out subaddr_indices in get_transfers (moneromooo-monero)
| * | | wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero2019-04-011-3/+3
| | | |
* | | | Merge pull request #5374Riccardo Spagni2019-04-111-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | a2561653 wallet: new option to start background mining (moneromooo-monero)
| * | | | wallet: new option to start background miningmoneromooo-monero2019-04-041-0/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | The setup-background-mining option can be used to select background mining when a wallet loads. The user will be asked the first time the wallet is created.
* | | | simplewallet: new net_stats commandmoneromooo-monero2019-04-111-0/+3
| | | | | | | | | | | | | | | | displays total sent and received bytes
* | | | Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett2019-04-071-8/+2
| | | |
* | | | Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett2019-04-061-2/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifying SSL certificates for peer verification does an exact match, making it a not-so-obvious alias for the fingerprints option. This changes the checks to OpenSSL which loads concatenated certificate(s) from a single file and does a certificate-authority (chain of trust) check instead. There is no drop in security - a compromised exact match fingerprint has the same worse case failure. There is increased security in allowing separate long-term CA key and short-term SSL server keys. This also removes loading of the system-default CA files if a custom CA file or certificate fingerprint is specified.
* | | Merge pull request #5350Riccardo Spagni2019-04-061-0/+1
|\ \ \ | | | | | | | | | | | | 050bb337 wallet2: factor the watchonly/multisig/etc fields on creation (moneromooo-monero)
| * | | wallet2: factor the watchonly/multisig/etc fields on creationmoneromooo-monero2019-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | There's half a dozen calls, and it's easy to miss some when adding a new field.
* | | | Merge pull request #5347Riccardo Spagni2019-04-061-0/+3
|\ \ \ \ | |_|_|/ |/| | | | | | | d45b85e1 wallet2: skip derivation precalc for blocks we know we'll skip (moneromooo-monero)
| * | | wallet2: skip derivation precalc for blocks we know we'll skipmoneromooo-monero2019-03-251-0/+3
| |/ /
* | | Merge pull request #5319Riccardo Spagni2019-04-011-0/+6
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | f825055d wallet_rpc_server: error out on getting the spend key from a hot wallet (moneromooo-monero) 67aa4adc wallet_rpc_server: add a set_daemon RPC (moneromooo-monero) 705acbac wallet2: init some variables to default values if loading old wallets (moneromooo-monero) f82bc29e wallet_rpc_server: always fill out subaddr_indices in get_transfers (moneromooo-monero) 01efdc6a wallet_rpc_server: set confirmations to 0 for pending/pool txes (moneromooo-monero)
| * | wallet_rpc_server: add a set_daemon RPCmoneromooo-monero2019-04-011-0/+6
| | |
* | | Merge pull request #5333Riccardo Spagni2019-04-011-1/+25
|\ \ \ | |/ / |/| | | | | 18faa6da wallet: add freeze/thaw/frozen commands (moneromooo-monero)
| * | wallet: add freeze/thaw/frozen commandsmoneromooo-monero2019-03-221-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These commands let one freeze outputs by key image, so they do not appear in balance, nor are considered when creating a transaction, etc This is helpful when receiving an output from a suspected spy, who might try to track your other outputs by seeing with what other outputs it gets spent. The frozen command may be used without parameters to list all currently frozen outputs.
* | | Merge pull request #5303Riccardo Spagni2019-04-011-1/+1
|\ \ \ | | | | | | | | | | | | 0a6cb30d wallet: flush output cache upon reorg (moneromooo-monero)
| * | | wallet: flush output cache upon reorgmoneromooo-monero2019-03-171-1/+1
| | | | | | | | | | | | | | | | Fixes output usage tracking
* | | | Merge pull request #5298Riccardo Spagni2019-04-011-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | 8fd7452b wallet: move light wallet RPC out of core RPC (moneromooo-monero)
| * | | | wallet: move light wallet RPC out of core RPCmoneromooo-monero2019-03-151-2/+3
| |/ / / | | | | | | | | | | | | It's not nothing to do with it
* | | / Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett2019-03-251-1/+3
| |_|/ |/| |
* | | Merge pull request #5277Riccardo Spagni2019-03-241-4/+20
|\ \ \ | |_|/ |/| | | | | adf6d773 wallet: fix offline signing calling a daemon RPC (moneromooo-monero)
| * | wallet: fix offline signing calling a daemon RPCmoneromooo-monero2019-03-211-4/+20
| | |
* | | wallet2: sanity check new tx before sendingmoneromooo-monero2019-03-211-0/+4
|/ / | | | | | | | | We generate and check tx proofs and verify the amounts in those match what the original amounts were.
* | Merge pull request #5211Riccardo Spagni2019-03-211-11/+16
|\ \ | | | | | | | | | | | | | | | c9b13fbb tests/trezor: HF9 and HF10 tests (Dusan Klinec) a1fd1d49 device/trezor: HF10 support added, wallet::API (Dusan Klinec) d74d26f2 crypto: hmac_keccak added (Dusan Klinec)
| * | device/trezor: HF10 support added, wallet::APIDusan Klinec2019-03-201-11/+16
| |/ | | | | | | | | | | | | | | | | | | | | | | - import only key images generated by cold signing process - wallet_api: trezor methods added - wallet: button request code added - const added to methods - wallet2::get_tx_key_device() tries to decrypt stored tx private keys using the device. - simplewallet supports get_tx_key and get_tx_proof on hw device using the get_tx_key feature - live refresh enables refresh with trezor i.e. computing key images on the fly. More convenient and efficient for users. - device: has_ki_live_refresh added - a thread is watching whether live refresh is being computed, if not for 30 seconds, it terminates the live refresh process - switches Trezor state
* | Merge pull request #5203Riccardo Spagni2019-03-191-0/+1
|\ \ | | | | | | | | | 8b514645 add multisig tx sets to describe_transfer rpc endpoint (spoke0)
| * | add multisig tx sets to describe_transfer rpc endpointspoke02019-03-051-0/+1
| | |
* | | Merge pull request #4889Riccardo Spagni2019-03-191-1/+5
|\ \ \ | | | | | | | | | | | | f42263eb wallet: adds rescan_bc option with preserving key images (Dusan Klinec)
| * | | wallet: adds rescan_bc option with preserving key imagesDusan Klinec2019-03-151-1/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | - enables to perform rescan_spent / ki sync with untrusted daemon. Spent check status involves RPC calls which require trusted daemon status as it leaks information. The new call performs soft reset while preserving key images thus a sequence: refresh, ki sync / import, rescan_bc keep_ki will correctly perform spent checking without need for trusted daemon. - useful to detect spent outputs with untrusted daemon on watch_only / multisig / hw-cold wallets after expensive key image sync. - cli: rescan_bc keep_ki
* | | Merge pull request #5061Riccardo Spagni2019-03-171-1/+1
|\ \ \ | |/ / |/| | | | | 1f2930ce Update 2019 copyright (binaryFate)
| * | Update 2019 copyrightbinaryFate2019-03-051-1/+1
| | |
* | | Merge pull request #4977Riccardo Spagni2019-03-141-0/+2
|\ \ \ | |/ / |/| | | | | 5ea17909 device/trezor: debugging features, trezor tests (Dusan Klinec)
| * | device/trezor: debugging features, trezor testsDusan Klinec2019-03-051-0/+2
| |/
* | epee: add SSL supportMartijn Otto2019-03-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RPC connections now have optional tranparent SSL. An optional private key and certificate file can be passed, using the --{rpc,daemon}-ssl-private-key and --{rpc,daemon}-ssl-certificate options. Those have as argument a path to a PEM format private private key and certificate, respectively. If not given, a temporary self signed certificate will be used. SSL can be enabled or disabled using --{rpc}-ssl, which accepts autodetect (default), disabled or enabled. Access can be restricted to particular certificates using the --rpc-ssl-allowed-certificates, which takes a list of paths to PEM encoded certificates. This can allow a wallet to connect to only the daemon they think they're connected to, by forcing SSL and listing the paths to the known good certificates. To generate long term certificates: openssl genrsa -out /tmp/KEY 4096 openssl req -new -key /tmp/KEY -out /tmp/REQ openssl x509 -req -days 999999 -sha256 -in /tmp/REQ -signkey /tmp/KEY -out /tmp/CERT /tmp/KEY is the private key, and /tmp/CERT is the certificate, both in PEM format. /tmp/REQ can be removed. Adjust the last command to set expiration date, etc, as needed. It doesn't make a whole lot of sense for monero anyway, since most servers will run with one time temporary self signed certificates anyway. SSL support is transparent, so all communication is done on the existing ports, with SSL autodetection. This means you can start using an SSL daemon now, but you should not enforce SSL yet or nothing will talk to you.
* | Merge pull request #4054Riccardo Spagni2019-03-041-2/+6
|\ \ | | | | | | | | | 24569454 epee: add SSL support (moneromooo-monero)
| * | epee: add SSL supportmoneromooo-monero2019-02-021-2/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RPC connections now have optional tranparent SSL. An optional private key and certificate file can be passed, using the --{rpc,daemon}-ssl-private-key and --{rpc,daemon}-ssl-certificate options. Those have as argument a path to a PEM format private private key and certificate, respectively. If not given, a temporary self signed certificate will be used. SSL can be enabled or disabled using --{rpc}-ssl, which accepts autodetect (default), disabled or enabled. Access can be restricted to particular certificates using the --rpc-ssl-allowed-certificates, which takes a list of paths to PEM encoded certificates. This can allow a wallet to connect to only the daemon they think they're connected to, by forcing SSL and listing the paths to the known good certificates. To generate long term certificates: openssl genrsa -out /tmp/KEY 4096 openssl req -new -key /tmp/KEY -out /tmp/REQ openssl x509 -req -days 999999 -sha256 -in /tmp/REQ -signkey /tmp/KEY -out /tmp/CERT /tmp/KEY is the private key, and /tmp/CERT is the certificate, both in PEM format. /tmp/REQ can be removed. Adjust the last command to set expiration date, etc, as needed. It doesn't make a whole lot of sense for monero anyway, since most servers will run with one time temporary self signed certificates anyway. SSL support is transparent, so all communication is done on the existing ports, with SSL autodetection. This means you can start using an SSL daemon now, but you should not enforce SSL yet or nothing will talk to you.
* / wallet2: fix mishandling rct outputs in coinbase txmoneromooo-monero2019-03-031-1/+1
|/ | | | Reported by cutcoin
* Merge pull request #5056Riccardo Spagni2019-01-281-2/+2
|\ | | | | | | 8258a9e7 wallet: do not check txpool in background mode (moneromooo-monero)
| * wallet: do not check txpool in background modemoneromooo-monero2019-01-091-2/+2
| | | | | | | | | | | | | | This avoids the constant message about needed to run refresh to enter a password. Also mention the txpool when asking for the password if the reason is a pool tx.
* | add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-221-1/+1
| | | | | | | | This makes it easier to modify the bulletproof format
* | wallet2: remember which output keys map to which key imagesmoneromooo-monero2019-01-161-6/+14
| | | | | | | | | | This allows filling in transfer_details when a cold signed tx gets seen in a block next
* | Merge pull request #5027Riccardo Spagni2019-01-161-0/+3
|\ \ | | | | | | | | | 9092fc4b wallet: do not display daemon controlled text if untrusted (moneromooo-monero)
| * | wallet: do not display daemon controlled text if untrustedmoneromooo-monero2018-12-301-0/+3
| | |
* | | Merge pull request #5012Riccardo Spagni2019-01-161-1/+1
|\ \ \ | |_|/ |/| | | | | d7354c78 wallet_rpc_server: add all field to export_key_images (moneromooo-monero)
| * | wallet_rpc_server: add all field to export_key_imagesmoneromooo-monero2018-12-241-1/+1
| |/ | | | | | | | | To use if you want all key images, not just the ones for recently imported outputs