aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | fix typo in pick_preferred_rct_inputsDenis Smirnov2020-05-251-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #6561luigi11112020-06-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | c17fe81 wallet2: fix multisig data clearing stomping on a vector (moneromooo-monero)
| * | | | | wallet2: fix multisig data clearing stomping on a vectormoneromooo-monero2020-05-191-1/+1
| |/ / / /
* | | | | Merge pull request #6549luigi11112020-06-082-25/+79
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 82d21f5 easylogging++: sanitize log payload (moneromooo-monero) 7d0b7e8 [master] MMS: New 'config_checksum' subcommand (rbrunner7)
| * | | | | [master] MMS: New 'config_checksum' subcommandrbrunner72020-05-242-25/+79
| |/ / / /
* | | | | Merge pull request #6525luigi11112020-06-083-4/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | 86cf811 simplewallet: don't complain about incoming payment ids on change (moneromooo-monero)
| * | | | simplewallet: don't complain about incoming payment ids on changemoneromooo-monero2020-05-133-4/+19
| |/ / /
* / / / Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-311-1/+1
|/ / /
* | | Merge pull request #6506luigi11112020-05-071-7/+1
|\ \ \ | |/ / |/| | | | | 42e1484 wallet2: fix keys file deserialization exception handling (xiphon)
| * | wallet2: fix keys file deserialization exception handlingxiphon2020-05-051-7/+1
| | |
* | | Merge pull request #6485luigi11112020-05-062-3/+17
|\ \ \ | | | | | | | | | | | | 7a8c1ee wallet2: fix subaddress expansion when receiving monero (moneromooo-monero)
| * | | wallet2: fix subaddress expansion when receiving moneromoneromooo-monero2020-04-272-3/+17
| | | |
* | | | Merge pull request #6484luigi11112020-05-061-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | e7d0105 message_store: don't print an error when there is no mms file (moneromooo-monero)
| * | | | message_store: don't print an error when there is no mms filemoneromooo-monero2020-04-271-1/+1
| |/ / / | | | | | | | | | | | | It confuses people
* | | | Merge pull request #6480luigi11112020-05-061-3/+2
|\ \ \ \ | | | | | | | | | | | | | | | 4f489fa wallet2: check_connection return false on get_version status != OK (xiphon)
| * | | | wallet2: check_connection return false on get_version status != OKxiphon2020-04-261-3/+2
| | |_|/ | |/| |
* | | | Merge pull request #6467luigi11112020-05-054-20/+38
|\ \ \ \ | | | | | | | | | | | | | | | 8b655de simplewallet: report timestamp based expected unlock time on balance (moneromooo-monero)
| * | | | simplewallet: report timestamp based expected unlock time on balancemoneromooo-monero2020-04-224-20/+38
| |/ / /
* | | | Merge pull request #6441luigi11112020-05-051-6/+10
|\ \ \ \ | |_|_|/ |/| | | | | | | 613071f use memwipe on secret k/alpha values (moneromooo-monero)
| * | | use memwipe on secret k/alpha valuesmoneromooo-monero2020-04-151-6/+10
| | | | | | | | | | | | | | | | Reported by UkoeHB_ and sarang
* | | | Merge pull request #6446luigi11112020-05-014-9/+15
|\ \ \ \ | |_|_|/ |/| | | | | | | e509ede trezor: adapt to new passphrase mechanism (ph4r05)
| * | | trezor: adapt to new passphrase mechanismDusan Klinec2020-04-274-9/+15
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | - choice where to enter passphrase is now made on the host - use wipeable string in the comm stack - wipe passphrase memory - protocol optimizations, prepare for new firmware version - minor fixes and improvements - tests fixes, HF12 support
* | | Merge pull request #6415luigi11112020-04-212-7/+19
|\ \ \ | | | | | | | | | | | | 09abca7 wallet_api: checkUpdate - optional version and buildtag params (xiphon)
| * | | wallet_api: checkUpdate - optional version and buildtag paramsxiphon2020-04-022-7/+19
| | | |
* | | | Allow wallet2.h to run in WebAssemblywoodser2020-04-159-158/+251
| |/ / |/| | | | | | | | | | | | | | | | | - Add abstract_http_client.h which http_client.h extends. - Replace simple_http_client with abstract_http_client in wallet2, message_store, message_transporter, and node_rpc_proxy. - Import and export wallet data in wallet2. - Use #if defined __EMSCRIPTEN__ directives to skip incompatible code.
* | | Merge pull request #6394luigi11112020-04-102-3/+13
|\ \ \ | |_|/ |/| | | | | 69b5992 simplewallet: new 'address one-off <major> <minor>' command (moneromooo-monero)
| * | simplewallet: new "address one-off <major> <minor>" commandmoneromooo-monero2020-04-072-3/+13
| | |
* | | Merge pull request #6351luigi11112020-04-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | 81c5943 Remove temporary std::string creation in some hex->bin calls (vtnerd) 5fcc23a Move hex->bin conversion to monero copyright files and with less includes (vtnerd) 3387f0e Reduce template bloat in hex->bin for ZMQ json (vtnerd)
| * | | Move hex->bin conversion to monero copyright files and with less includesLee Clagett2020-03-091-1/+1
| |/ /
* | | Merge pull request #6338luigi11112020-04-042-10/+5
|\ \ \ | | | | | | | | | | | | 80d5320 Hash domain separation (SarangNoether)
| * | | Hash domain separationSarang Noether2020-04-012-10/+5
| | |/ | |/|
* | | Merge pull request #6334luigi11112020-04-045-6/+14
|\ \ \ | | | | | | | | | | | | cc18926 wallet2_api: wallet recovery - seed offset passphrase support (xiphon)
| * | | wallet2_api: wallet recovery - seed offset passphrase supportxiphon2020-02-115-6/+14
| | | |
* | | | Merge pull request #6321luigi11112020-04-041-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 1a6e7bd wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msg (xiphon)
| * | | | wallet2: mention --daemon-ssl-allow-any-cert in --proxy error msgxiphon2020-02-071-0/+1
| |/ / /
* | / / cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon2020-03-311-2/+0
| |/ / |/| |
* | | Merge pull request #6304luigi11112020-03-311-3/+12
|\ \ \ | | | | | | | | | | | | 2e9d1e6 wallet2: fix store-tx-info loading (moneromooo-monero)
| * | | wallet2: fix store-tx-info loadingmoneromooo-monero2020-01-241-3/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | The backward compatibility code was always setting it to 1 in modern wallets since store_tx_keys was not present and thus assumed to be 1 by default. Reported by SeventhAlpaca
* | | Merge pull request #6302luigi11112020-03-315-14/+45
|\ \ \ | | | | | | | | | | | | dab604e wallet2_api: implement estimateTransactionFee (xiphon)
| * | | wallet2_api: implement estimateTransactionFeexiphon2020-01-255-14/+45
| |/ /
* | | Merge pull request #6299Alexander Blair2020-03-272-2/+26
|\ \ \ | | | | | | | | | | | | 9c1f970b wallet2: remember daemon address overrides when loading a new wallet (moneromooo-monero)
| * | | wallet2: remember daemon address overrides when loading a new walletmoneromooo-monero2020-03-072-2/+26
| | | |
* | | | Merge pull request #6296Alexander Blair2020-03-271-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | 50e59cfa wallet2: reject zero keys in json input (moneromooo-monero)
| * | | | wallet2: reject zero keys in json inputmoneromooo-monero2020-01-161-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Because the user might do this for reasons unknown. Values beyond l-1 will be reduced, so are accepted. Reported by who-biz.
* | | | Merge pull request #6289Alexander Blair2020-03-272-2/+45
|\ \ \ \ | | | | | | | | | | | | | | | ffe7165e wallet: reroll fake outs selection on local tx_sanity_check failure (xiphon)
| * | | | wallet: reroll fake outs selection on local tx_sanity_check failurexiphon2020-01-142-2/+45
| | | | |
* | | | | Merge pull request #6288Alexander Blair2020-03-272-19/+37
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | 0349347e ringdb: use a different iv for key and data in rings table (moneromooo-monero) 7b882087 simplewallet: reword mixin in user message in terms of ring size (moneromooo-monero) f507a43a wallet2: do not remove known rings when a tx fails (moneromooo-monero)
| * | | | ringdb: use a different iv for key and data in rings tablemoneromooo-monero2020-01-091-18/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is technically a record encrypted in two pieces, so the iv needs to be different. Some backward compatibility is added to read data written by existing code, but new data is written with the new code.
| * | | | wallet2: do not remove known rings when a tx failsmoneromooo-monero2020-01-091-1/+0
| |/ / / | | | | | | | | | | | | | | | | Even if it fails, the ring composition is known to a potential adversary, and so we should reuse the same ring next time
* | | | Merge pull request #6268Alexander Blair2020-03-123-11/+11
|\ \ \ \ | | | | | | | | | | | | | | | a6c24412 wallet: fix exceptions getting the hash of a pruned tx (moneromooo-monero)