Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-11 | Bulletproof aggregated verification and tests | moneromooo-monero | 1 | -2/+1 | |
Also constrains bulletproofs to simple rct, for simplicity | |||||
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 2 | -14/+32 | |
2018-09-05 | wallet rpc: Add close_wallet RPC | Guillaume LE VAILLANT | 3 | -0/+59 | |
And close the current wallet automatically if necessary when opening another wallet. | |||||
2018-09-04 | Merge pull request #4270 | luigi1111 | 1 | -0/+2 | |
29dea03 epee: resize vectors where possible in serialization (moneromooo-monero) 76affd9 epee: some speedup in parsing (moneromooo-monero) dc6c069 db_lmdb: speedup the get_output_distribution common case (moneromooo-monero) 76ac5a8 wallet2: ask for a binary output distribution, for speed (moneromooo-monero) | |||||
2018-09-04 | Merge pull request #4269 | luigi1111 | 3 | -1/+54 | |
3d5abbe [#4027] add change_wallet_password wallet rpc command (artyomsol) | |||||
2018-09-04 | Merge pull request #4268 | luigi1111 | 1 | -0/+2 | |
1f2409e Do memwipe for critical secret keys copied to rct::key (stoffu) | |||||
2018-09-04 | Merge pull request #4263 | luigi1111 | 1 | -2/+0 | |
5ed6669 wallet_rpc_server: remove unused amount_keys field in transfer RPC (moneromooo-monero) | |||||
2018-09-04 | Merge pull request #4252 | luigi1111 | 1 | -28/+1 | |
ac09cfa wallet2: remove obsolete pruned/unpruned case (moneromooo-monero) | |||||
2018-08-23 | wallet: store trusted-daemon flag in wallet2 | stoffu | 6 | -78/+95 | |
2018-08-22 | Merge pull request #4247 | luigi1111 | 2 | -2/+2 | |
10475ab node_rpc_proxy: fix fork earliest height caching [RYO backport] (fireice-uk) | |||||
2018-08-22 | Merge pull request #4242 | luigi1111 | 3 | -0/+47 | |
6fcdc9e rpc-wallet: refresh command added (ph4r05) | |||||
2018-08-22 | Merge pull request #4202 | luigi1111 | 1 | -0/+1 | |
8439306 wallet2: do not divide by 0 on invalid daemon response (moneromooo-monero) | |||||
2018-08-22 | rpc-wallet: refresh command added | Dusan Klinec | 3 | -0/+47 | |
2018-08-19 | wallet2: ask for a binary output distribution, for speed | moneromooo-monero | 1 | -0/+2 | |
2018-08-17 | [#4027] add change_wallet_password wallet rpc command | artyomsol | 3 | -1/+54 | |
2018-08-16 | Do memwipe for critical secret keys copied to rct::key | stoffu | 1 | -0/+2 | |
2018-08-16 | crypto: make secret_key automatically mlock | moneromooo-monero | 1 | -1/+1 | |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 5 | -75/+316 | |
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. | |||||
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 4 | -20/+43 | |
2018-08-16 | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 7 | -49/+47 | |
2018-08-15 | Merge pull request #4194 | luigi1111 | 1 | -4/+3 | |
0f75717 wallet2: avoid using arbitrary random values when unknown (moneromooo-monero) | |||||
2018-08-15 | Merge pull request #4193 | luigi1111 | 1 | -2/+4 | |
4520cfd wallet2: guard against bad outputs in import_outputs (moneromooo-monero) | |||||
2018-08-15 | Merge pull request #4188 | luigi1111 | 2 | -0/+49 | |
a3fe1c5 simplewallet: add set_tx_key for importing tx keys from 3rd party wallets (stoffu) | |||||
2018-08-15 | Merge pull request #4174 | luigi1111 | 1 | -21/+15 | |
ff37bd0 wallet2: fix O(n^2) behaviour in import_key_images (moneromooo-monero) | |||||
2018-08-15 | Merge pull request #4171 | luigi1111 | 2 | -4/+12 | |
9127a8b wallet-rpc: filter getbalance response by address index (stoffu) | |||||
2018-08-15 | Merge pull request #4170 | luigi1111 | 5 | -1/+52 | |
1c6cfd3 wallet-rpc: add get_address_index command (stoffu) | |||||
2018-08-15 | Merge pull request #4158 | luigi1111 | 2 | -1/+35 | |
7db7ec8 wallet rpc: support making integrated address of given standard address (stoffu) | |||||
2018-08-15 | Merge pull request #4153 | luigi1111 | 3 | -3/+13 | |
37f0799 wallet: distinguish coinbase from other txes in show_transfers (moneromooo-monero) | |||||
2018-08-15 | Merge pull request #4150 | luigi1111 | 1 | -2/+3 | |
f2e65c6 wallet2: consider minimum fee when testing if balance is sufficient (stoffu) | |||||
2018-08-15 | Merge pull request #4136 | luigi1111 | 2 | -0/+6 | |
4307489 wallet: disable core dumps on startup in release mode (moneromooo-monero) | |||||
2018-08-15 | Merge pull request #4103 | luigi1111 | 7 | -39/+59 | |
bcab579 wallet: allow adjusting number of rounds for the key derivation function (stoffu) | |||||
2018-08-15 | Merge pull request #3528 | luigi1111 | 2 | -30/+115 | |
34d4b79 wallet2: use a gamma distribution to pick fake outs (moneromooo-monero) | |||||
2018-08-15 | wallet_rpc_server: remove unused amount_keys field in transfer RPC | moneromooo-monero | 1 | -2/+0 | |
2018-08-13 | node_rpc_proxy: fix fork earliest height caching [RYO backport] | fireice-uk | 2 | -2/+2 | |
xref https://github.com/ryo-currency/ryo-currency/pull/86 | |||||
2018-08-13 | wallet2: remove obsolete pruned/unpruned case | moneromooo-monero | 1 | -28/+1 | |
All daemons will not support pruned blocks | |||||
2018-08-12 | wallet: disable core dumps on startup in release mode | moneromooo-monero | 2 | -0/+6 | |
2018-08-08 | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 7 | -39/+59 | |
2018-08-03 | wallet: distinguish coinbase from other txes in show_transfers | moneromooo-monero | 3 | -3/+13 | |
2018-07-31 | wallet2: do not divide by 0 on invalid daemon response | moneromooo-monero | 1 | -0/+1 | |
2018-07-31 | wallet-rpc: add get_address_index command | stoffu | 5 | -1/+52 | |
2018-07-31 | wallet-rpc: filter getbalance response by address index | stoffu | 2 | -5/+13 | |
2018-07-30 | wallet2: avoid using arbitrary random values when unknown | moneromooo-monero | 1 | -4/+3 | |
2018-07-30 | wallet2: guard against bad outputs in import_outputs | moneromooo-monero | 1 | -2/+4 | |
also some minor speedup | |||||
2018-07-30 | simplewallet: add set_tx_key for importing tx keys from 3rd party wallets | stoffu | 2 | -0/+49 | |
2018-07-27 | Merge pull request #4109 | luigi1111 | 1 | -4/+2 | |
2951436 wallet: warn when payment IDs are used (moneromooo-monero) | |||||
2018-07-27 | Merge pull request #4091 | luigi1111 | 5 | -10/+71 | |
a4272de wallet2: unlock keys file before calling verify_password (needed for Windows) (stoffu) | |||||
2018-07-24 | wallet2: fix O(n^2) behaviour in import_key_images | moneromooo-monero | 1 | -21/+15 | |
That takes a lot of time for even not so large wallets | |||||
2018-07-20 | wallet rpc: support making integrated address of given standard address | stoffu | 2 | -1/+35 | |
2018-07-19 | Merge pull request #4088 | luigi1111 | 3 | -80/+57 | |
8c4db68 node_rpc_proxy: factor a few RPC calls using get_info (moneromooo-monero) | |||||
2018-07-19 | Merge pull request #4087 | luigi1111 | 3 | -5/+44 | |
d6440ab wallet2: recover from index out of hashchain bounds error (moneromooo-monero) | |||||
2018-07-19 | Merge pull request #4075 | luigi1111 | 1 | -1/+0 | |
438d52d remove epee from link lines where it's redundant (moneromooo-monero) | |||||
2018-07-19 | Merge pull request #4071 | luigi1111 | 2 | -0/+22 | |
d6d78f1 Allow fractional outputs to be ignored (stoffu) | |||||
2018-07-19 | Merge pull request #4033 | luigi1111 | 1 | -2/+2 | |
3e46db9 rpc: add a non binary get_transaction_pool_hashes RPC (moneromooo-monero) | |||||
2018-07-19 | wallet2: consider minimum fee when testing if balance is sufficient | stoffu | 1 | -2/+3 | |
2018-07-16 | wallet2: recover from index out of hashchain bounds error | moneromooo-monero | 3 | -5/+44 | |
This can happen when there's a very large reorg on the daemon (ie, on testnet) | |||||
2018-07-12 | wallet: warn when payment IDs are used | moneromooo-monero | 1 | -4/+2 | |
Subaddresses are better for privacy | |||||
2018-07-08 | wallet2: ensure outputs are processed only once | moneromooo-monero | 2 | -14/+18 | |
This should be proof against any way one might get to multiple processing, such as generating the same derivation from the same pubkey, etc | |||||
2018-07-03 | wallet2: use a gamma distribution to pick fake outs | moneromooo-monero | 2 | -30/+115 | |
as per "An Empirical Analysis of Linkability in the Monero Blockchain", by Miller et al. | |||||
2018-07-03 | Merge pull request #3985 | Riccardo Spagni | 1 | -10/+24 | |
58cceaad wallet2: fix double counting outs if the tx pubkey is duplicated (moneromooo-monero) | |||||
2018-07-03 | Merge pull request #4041 | Riccardo Spagni | 1 | -1/+1 | |
df9d50a8 wallet2: fix read buffer overflow in import_key_images (moneromooo-monero) | |||||
2018-07-03 | Merge pull request #4035 | Riccardo Spagni | 1 | -0/+2 | |
66df13a5 wallet-rpc.getaddress: throw if index is out of bound (stoffu) | |||||
2018-07-03 | Merge pull request #4028 | Riccardo Spagni | 1 | -1/+1 | |
2a19697b wallet2: fix double header in unsigned transfer file (moneromooo-monero) | |||||
2018-07-03 | Merge pull request #4005 | Riccardo Spagni | 1 | -0/+6 | |
b85acb4c Fix RPC crashes that didn't check for an open wallet (Howard Chu) | |||||
2018-07-03 | Merge pull request #4004 | Riccardo Spagni | 1 | -0/+1 | |
bc443494 wallet2: fix out of sync account tag cache (moneromooo-monero) | |||||
2018-07-03 | wallet2: fix double counting outs if the tx pubkey is duplicated | moneromooo-monero | 1 | -10/+24 | |
2018-07-03 | wallet2: unlock keys file before calling verify_password (needed for Windows) | stoffu | 5 | -10/+71 | |
Also added notes to WalletManager::verifyWalletPassword (which afaik seems unused by anyone at the moment) regarding the need to unlock the keys file beforehand. | |||||
2018-07-03 | Allow fractional outputs to be ignored | stoffu | 2 | -0/+22 | |
2018-07-02 | node_rpc_proxy: factor a few RPC calls using get_info | moneromooo-monero | 3 | -80/+57 | |
Takes advantage of caching | |||||
2018-06-28 | remove epee from link lines where it's redundant | moneromooo-monero | 1 | -1/+0 | |
For some reason, this confuses and kills ASAN on startup as it thinks const uint8_t ipv4_network_address::ID is defined multiple times. | |||||
2018-06-27 | Merge pull request #4067 | luigi1111 | 1 | -1/+1 | |
9a39b7d wallet2: fix build for windows (std::max again) (moneromooo-monero) | |||||
2018-06-28 | api/wallet: add missing arg to wallet2::refresh() | stoffu | 1 | -1/+1 | |
2018-06-27 | Merge pull request #4000 | luigi1111 | 7 | -165/+164 | |
4510f41 Wallet API: add some missing override keyword (stoffu) | |||||
2018-06-27 | Merge pull request #3994 | luigi1111 | 3 | -0/+10 | |
1d17647 epee.string_tools: add conversion between UTF-8 and UTF-16 (stoffu) 59de6f8 util: add file_locker class (stoffu) 3d623a8 wallet: prevent the same wallet file from being opened by multiple processes (stoffu) | |||||
2018-06-28 | Wallet API: add some missing override keyword | stoffu | 7 | -165/+164 | |
Also remove dust() from UnsignedTransactionImpl (already in PendingTransactionImpl) | |||||
2018-06-28 | wallet: prevent the same wallet file from being opened by multiple processes | stoffu | 3 | -0/+10 | |
2018-06-28 | wallet2: fix build for windows (std::max again) | moneromooo-monero | 1 | -1/+1 | |
2018-06-27 | wallet_rpc_server: fix build - forgot to build rpc version | moneromooo-monero | 1 | -3/+3 | |
2018-06-27 | Merge pull request #3907 | luigi1111 | 4 | -3/+45 | |
dcbc17e wallet: include a suggested number of confirmations based on amount (moneromooo-monero) | |||||
2018-06-27 | Merge pull request #3998 | luigi1111 | 3 | -20/+27 | |
8db23df wallet: on first refresh, start off with a quantized height (moneromooo-monero) | |||||
2018-06-27 | Merge pull request #3995 | luigi1111 | 1 | -5/+5 | |
0a5292c wallet2: use decoded amount when reporting repeated output key (stoffu) | |||||
2018-06-27 | Merge pull request #3992 | luigi1111 | 1 | -6/+14 | |
25c15dc wallet2: use correct fee for split txes (stoffu) | |||||
2018-06-27 | Merge pull request #3991 | luigi1111 | 2 | -0/+11 | |
798dfcf wallet: allow unspendable unmixable outputs to be discarded (stoffu) | |||||
2018-06-27 | Merge pull request #3982 | luigi1111 | 1 | -14/+4 | |
08b85a8 cryptonote_config: add get_config to refactor x = testnet ? config::testnet::X : stagenet ? config::stagenet::X : config::X (stoffu) 0cf80ba net_node: resolve host for node addresses given via command line flags (stoffu) | |||||
2018-06-27 | wallet: include a suggested number of confirmations based on amount | moneromooo-monero | 4 | -3/+45 | |
This is based on how much an attacking miner stands to lose in block rewardy by mining a private chain which double spends a payment. This is not foolproof, since mining is based on luck, and breaks down as the attacking miner nears 50% of the network hash rate, and the estimation is based on a constant block reward. | |||||
2018-06-27 | Merge pull request #3716 | luigi1111 | 2 | -194/+374 | |
a2b557f 6795bd0 209ec96 ed2c81e a830db2 57ea902 31a895e ba8331c f7f1917 41be339 f025ae9 ef2cb63 dcfd299 5d3e702 2704624 2771a18 0e4c7d0 (moneromooo-monero) | |||||
2018-06-26 | wallet2: cache ringdb key while refreshing | moneromooo-monero | 2 | -23/+47 | |
Speeds up syncing with a lot of outgoing outputs as key generation runs Cryptonight. | |||||
2018-06-26 | threadpool: allow leaf functions to run concurrently | moneromooo-monero | 1 | -17/+17 | |
Decrease the number of worker threads by one to account for the fact the calling thread acts as a worker thread now | |||||
2018-06-26 | wallet2: remove unneeded divisions | moneromooo-monero | 1 | -2/+2 | |
2018-06-26 | wallet2: remove old blockchain size cache hack | moneromooo-monero | 2 | -16/+3 | |
2018-06-26 | wallet2: speedup refresh | moneromooo-monero | 2 | -59/+258 | |
key derivation and checking for incoming outputs are threaded in batch before adding blocks to the local blockchain. Other minor bits and bobs are also cached. | |||||
2018-06-26 | wallet2: avoid re-parsing blocks when refreshing in a loop | moneromooo-monero | 2 | -8/+5 | |
2018-06-26 | wallet2: avoid duplicate parsing of tx extra | moneromooo-monero | 1 | -9/+12 | |
2018-06-26 | wallet2: remove useless device locking | moneromooo-monero | 1 | -2/+1 | |
2018-06-26 | wallet2: parse blocks in the RPC thread, not the processing thread | moneromooo-monero | 2 | -34/+51 | |
Processing typically is the bottleneck | |||||
2018-06-26 | wallet2: simplify/speedup process_blocks | moneromooo-monero | 1 | -66/+17 | |
2018-06-26 | wallet: don't process miner tx if we're refreshing with no-coinbase | moneromooo-monero | 1 | -1/+3 | |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 2 | -15/+15 | |
also use reserve where appropriate | |||||
2018-06-26 | rpc: add option to skip coinbase info in get_blocks.bin | moneromooo-monero | 1 | -0/+1 | |
2018-06-26 | wallet2: use std::move on containers where appropriate | moneromooo-monero | 1 | -4/+4 | |
2018-06-25 | Merge pull request #3955 | luigi1111 | 2 | -5/+11 | |
d7a6b72 wallet2: fix bulletproof cold signing (moneromooo-monero) | |||||
2018-06-25 | Merge pull request #3941 | luigi1111 | 1 | -2/+2 | |
bf26920 wallet2: fix get_approximate_blockchain_height for stagenet (stoffu) | |||||
2018-06-23 | wallet2: fix read buffer overflow in import_key_images | moneromooo-monero | 1 | -1/+1 | |
2018-06-21 | rpc: add a non binary get_transaction_pool_hashes RPC | moneromooo-monero | 1 | -2/+2 | |
2018-06-21 | Wallet API: add support for wallet creation from hardware device | stoffu | 5 | -1/+95 | |
2018-06-21 | wallet2: lower default for subaddress lookahead when restoring with hardware | stoffu | 1 | -0/+6 | |
2018-06-21 | wallet-rpc.getaddress: throw if index is out of bound | stoffu | 1 | -0/+2 | |
2018-06-20 | Merge pull request #3939 | luigi1111 | 1 | -0/+4 | |
62c8c07 wallet: do not log by default if we're not asked to log to console (moneromooo-monero) | |||||
2018-06-20 | Merge pull request #3897 | luigi1111 | 1 | -1/+3 | |
63d0ab0 mlog: --max-log-files to set the max number of rotated log files (stoffu) | |||||
2018-06-19 | wallet2: fix double header in unsigned transfer file | moneromooo-monero | 1 | -1/+1 | |
2018-06-19 | Merge pull request #3878 | luigi1111 | 1 | -1/+1 | |
5a412b7 disable file size sanity check when loading the wallet cache (moneromooo-monero) | |||||
2018-06-19 | Merge pull request #3829 | luigi1111 | 1 | -20/+34 | |
4764929 use deterministic viewkey if not supplied (cryptochangements34) | |||||
2018-06-16 | Merge pull request #3804 | luigi1111 | 2 | -0/+9 | |
89e51ec simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wallet (jcktm) | |||||
2018-06-16 | Merge pull request #3780 | luigi1111 | 6 | -34/+491 | |
9c2a7b4 wallet-rpc: watch-only and cold wallet features added (ph4r05) | |||||
2018-06-16 | Merge pull request #3762 | luigi1111 | 1 | -2/+3 | |
eb9f3a3 check_spend_proof (itssteven) | |||||
2018-06-16 | Merge pull request #3735 | luigi1111 | 1 | -1/+1 | |
4812c06 add .load() to make Boost 1.67 happy with its new is_integral check (Teutone) | |||||
2018-06-15 | Fix RPC crashes that didn't check for an open wallet | Howard Chu | 1 | -0/+6 | |
2018-06-15 | wallet2: fix out of sync account tag cache | moneromooo-monero | 1 | -0/+1 | |
This would cause crashes when trying to tag an account that was just created | |||||
2018-06-13 | wallet: on first refresh, start off with a quantized height | moneromooo-monero | 3 | -20/+27 | |
for privacy reasons, so an untrusted node can't easily track wallets from IP address to IP address, etc. The granularity is 1024 blocks, which is about a day and a half. | |||||
2018-06-13 | mlog: --max-log-files to set the max number of rotated log files | stoffu | 1 | -1/+3 | |
2018-06-13 | wallet: allow unspendable unmixable outputs to be discarded | stoffu | 2 | -0/+11 | |
2018-06-13 | wallet2: use decoded amount when reporting repeated output key | stoffu | 1 | -5/+5 | |
2018-06-12 | wallet2: use correct fee for split txes | stoffu | 1 | -6/+14 | |
2018-06-11 | cryptonote_config: add get_config to refactor x = testnet ? ↵ | stoffu | 1 | -14/+4 | |
config::testnet::X : stagenet ? config::stagenet::X : config::X | |||||
2018-06-08 | Merge pull request #3599 | luigi1111 | 3 | -0/+17 | |
8787fd8 WalletApi: publicMultisigSignerKey method (naughtyfox) | |||||
2018-06-08 | Merge pull request #3598 | luigi1111 | 5 | -0/+113 | |
b21bc00 Wallet: added methods to sign and verify arbitrary message with multisig public signer's key (libwallet & wallet api) (naughtyfox) | |||||
2018-06-07 | Merge pull request #3890 | luigi1111 | 1 | -1/+1 | |
f80b157 wallet2: don't ask for pruned txes yet, we still parse the entire tx (moneromooo-monero) | |||||
2018-06-07 | wallet2: fix bulletproof cold signing | moneromooo-monero | 2 | -5/+11 | |
Cold signing was always using Borromean range proofs, causing a larger tx, and an incorrect fee | |||||
2018-06-06 | wallet2: fix get_approximate_blockchain_height for stagenet | stoffu | 1 | -2/+2 | |
2018-06-06 | wallet: do not log by default if we're not asked to log to console | moneromooo-monero | 1 | -0/+4 | |
This means monero-wallet-rpc still does, but the user level program does not. | |||||
2018-06-05 | use deterministic viewkey if not supplied | cryptochangements34 | 1 | -20/+34 | |
2018-06-03 | wallet-rpc: watch-only and cold wallet features added | Dusan Klinec | 6 | -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 | |||||
2018-05-31 | Merge pull request #3640 | luigi1111 | 3 | -8/+23 | |
f36132a wallet cli/rpc: terminate execution with code 0 when --help or --version is given (stoffu) | |||||
2018-05-31 | Merge pull request #3635 | luigi1111 | 3 | -0/+37 | |
c1bda09 wallet_rpc_server: add a get_version RPC (moneromooo-monero) | |||||
2018-05-31 | Merge pull request #3592 | luigi1111 | 2 | -4/+15 | |
90a16b1 crypto: fix initialization order issue with random mutex (moneromooo-monero) 6a61f52 unit_tests: add ringdb unit tests (moneromooo-monero) | |||||
2018-05-31 | Merge pull request #3489 | luigi1111 | 7 | -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) | |||||
2018-05-31 | wallet2: don't ask for pruned txes yet, we still parse the entire tx | moneromooo-monero | 1 | -1/+1 | |
2018-05-31 | wallet: fix shared ring db path | stoffu | 2 | -6/+12 | |
2018-05-29 | Merge pull request #3405 | luigi1111 | 2 | -31/+41 | |
80d2f80 wallet2: Update function parameter documentation (leonklingele) | |||||
2018-05-28 | disable file size sanity check when loading the wallet cache | moneromooo-monero | 1 | -1/+1 | |
2018-05-21 | Merge pull request #3832 | Riccardo Spagni | 1 | -2/+2 | |
cb9c7972 Fix output shuffling for multisig (stoffu) | |||||
2018-05-21 | Merge pull request #3745 | Riccardo Spagni | 2 | -3/+4 | |
b13bddc3 Wallet API: allow log path to be non-default & console output to be configurable (stoffu) | |||||
2018-05-20 | Fix output shuffling for multisig | stoffu | 1 | -2/+2 | |
2018-05-15 | simple-wallet-cli: Add warnings about inaccurate balances to to watch-only ↵ | jcktm | 2 | -0/+9 | |
wallet | |||||
2018-05-10 | wallet2: consider 6 outputs or less to be unmixable from v7 | moneromooo-monero | 1 | -2/+2 | |
2018-05-06 | check_spend_proof | itssteven | 1 | -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 | |||||
2018-05-05 | add .load() to make Boost 1.67 happy with its new is_integral check | Teutone | 1 | -1/+1 | |
2018-05-04 | Wallet API: allow log path to be non-default & console output to be configurable | stoffu | 2 | -3/+4 | |
2018-04-28 | Merge pull request #3685 | Riccardo Spagni | 1 | -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) | |||||
2018-04-28 | Merge pull request #3650 | Riccardo Spagni | 1 | -1/+6 | |
5bd7f760 import_multisig_info: fix sanity check crash in detach_blockchain (Mikhail Mitkevichl) | |||||
2018-04-25 | Wallet: added methods to sign and verify arbitrary message with multisig ↵ | naughtyfox | 5 | -0/+113 | |
public signer's key (libwallet & wallet api) | |||||
2018-04-23 | wallet2: add missing parameters to get_output_histogram | moneromooo-monero | 1 | -0/+3 | |
2018-04-22 | wallet cli/rpc: terminate execution with code 0 when --help or --version is ↵ | stoffu | 3 | -8/+23 | |
given | |||||
2018-04-21 | import_multisig_info: fix sanity check crash in detach_blockchain | Mikhail Mitkevichl | 1 | -1/+6 | |
2018-04-21 | Merge pull request #3576 | Riccardo Spagni | 3 | -39/+35 | |
f82c10dc WalletManagerImpl: reuse existing connection to daemon instead of reconnectivng every time (stoffu) | |||||
2018-04-21 | Merge pull request #3672 | Riccardo Spagni | 1 | -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) | |||||
2018-04-19 | wallet2: increase rpc timeout for get_output_distribution | moneromooo-monero | 1 | -1/+1 | |
2018-04-19 | add top height to get_output_distribution, and cache it for rct | moneromooo-monero | 1 | -0/+2 | |
This should cache the vast majority of calls for long running wallets | |||||
2018-04-14 | wallet_rpc_server: add a get_version RPC | moneromooo-monero | 3 | -0/+37 | |
2018-04-13 | WalletApi: publicMultisigSignerKey method | naughtyfox | 3 | -0/+17 | |
2018-04-12 | wallet2: store subaddress lookahead settings | stoffu | 1 | -0/+12 | |
2018-04-12 | Use 'boost' mutex instead of 'std' mutex | cslashm | 1 | -4/+4 | |
2018-04-12 | Fix sub-address tx scan. | cslashm | 1 | -3/+3 | |
When additional keys was needed, the TX scan failed because the derivation data was always recomputed with the main tx_key and not the corresponding additional one. Moreover this patch avoid perf decreasing when not using HW device. | |||||
2018-04-12 | Merge pull request #3549 | Riccardo Spagni | 1 | -21/+44 | |
73951cbd wallet2: request transactions in slices when scanning for known rings (moneromooo-monero) 25fe67e4 rpc: allow getting pruned blocks from gettransactions (moneromooo-monero) | |||||
2018-04-12 | Merge pull request #3615 | Riccardo Spagni | 1 | -9/+9 | |
24acb66e wallet2: fix misc issues when the ringdb can't be initialized (moneromooo-monero) | |||||
2018-04-12 | Merge pull request #3555 | Riccardo Spagni | 1 | -1/+1 | |
0b26c4d5 wallet2: move segregation height to v7 (moneromooo-monero) | |||||
2018-04-12 | Merge pull request #3534 | Riccardo Spagni | 2 | -0/+10 | |
eecfb57d wallet: warn if not using the default ring size (moneromooo-monero) | |||||
2018-04-12 | Merge pull request #3516 | Riccardo Spagni | 1 | -1/+1 | |
1e0958c0 wallet: fix default mixin (4 -> 6) (sneurlax) | |||||
2018-04-12 | wallet2: fix misc issues when the ringdb can't be initialized | moneromooo-monero | 1 | -9/+9 | |
2018-04-12 | Merge pull request #3502 | Riccardo Spagni | 1 | -1/+1 | |
11c933e1 fix lambda compile error on openbsd (moneromooo-monero) | |||||
2018-04-12 | Merge pull request #3536 | Riccardo Spagni | 1 | -11/+44 | |
c77d2bfa Add the possibility to export private view key for fast scan. (cslashm) 100b7bc1 Change mutex lock model to avoid dead lock and ensure locks are always released. (cslashm) 641dfc99 Automatic height setup when creating/restoring hw device. (cslashm) | |||||
2018-04-12 | Merge pull request #3473 | Riccardo Spagni | 1 | -5/+6 | |
eaa8bfe7 wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctly The previous expression (stoffu) 0a619f78 wallet2: enable the mitigation only after the fork height (stoffu) | |||||
2018-04-12 | Merge pull request #3468 | Riccardo Spagni | 1 | -0/+9 | |
0098ed33 wallet2: fix for loading settings of key reuse mitigation (stoffu) | |||||
2018-04-11 | unit_tests: add ringdb unit tests | moneromooo-monero | 2 | -4/+15 | |
2018-04-07 | wallet2: request transactions in slices when scanning for known rings | moneromooo-monero | 1 | -22/+32 | |
This avoid massive memory consumption for huge wallets | |||||
2018-04-07 | rpc: allow getting pruned blocks from gettransactions | moneromooo-monero | 1 | -0/+13 | |
and get them pruned in find_and_save_rings, since it does not need the pruned data in the first place. Also set decode_to_json to false where missing, we don't need this either. | |||||
2018-04-07 | WalletManagerImpl: reuse existing connection to daemon instead of ↵ | stoffu | 3 | -39/+35 | |
reconnectivng every time | |||||
2018-04-05 | wallet2: move segregation height to v7 | moneromooo-monero | 1 | -1/+1 | |
since people seem to really want to use things the wrong way. | |||||
2018-03-31 | Add the possibility to export private view key for fast scan. | cslashm | 1 | -11/+44 | |
On client startup the device asks for authorization to export the private view key. If user agree, the client hold the private view key allowing a fast blockchain scan. If the user does not agree, the blockchain scan is fully done via the device. | |||||
2018-03-31 | wallet: warn if not using the default ring size | moneromooo-monero | 2 | -0/+10 | |
2018-03-28 | wallet: fix default mixin (4 -> 6) | sneurlax | 1 | -1/+1 | |
2018-03-28 | WalletApi: getMultisigInfo entry for gui wallets | naughtyfox | 7 | -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 | |||||
2018-03-28 | Refactored: work with wallet api statuses to make setting and getting ↵ | naughtyfox | 3 | -255/+175 | |
operations atomic along with error strings WalletApi: added method statusWithErrorString to atomically retrieve error with error string | |||||
2018-03-27 | fix lambda compile error on openbsd | moneromooo-monero | 1 | -1/+1 | |
2018-03-22 | wallet2: set from_height of GET_OUTPUT_DISTRIBUTION correctly | stoffu | 1 | -1/+1 | |
The previous expression req_t.from_height = X ? Y >= Z : 0; forces the parameter to take the value of either 0 or 1. | |||||
2018-03-22 | wallet2: enable the mitigation only after the fork height | stoffu | 1 | -4/+5 | |
2018-03-22 | wallet2: fix for loading settings of key reuse mitigation | stoffu | 1 | -0/+9 | |
2018-03-21 | wallet: catch exceptions dealing with ringdb and warn | moneromooo-monero | 2 | -20/+45 | |
2018-03-17 | wallet: make the segregation height settable | moneromooo-monero | 2 | -8/+63 | |
via user setting first, then DNS TXT record, hardcoded fallback | |||||
2018-03-17 | Merge pull request #3421 | Riccardo Spagni | 1 | -0/+1 | |
9732a37e wallet_rpc_server: add sweep_unmixable as alias for sweep_dust (moneromooo-monero) | |||||
2018-03-17 | wallet_rpc_server: add sweep_unmixable as alias for sweep_dust | moneromooo-monero | 1 | -0/+1 | |
2018-03-16 | Add command line option allowing to restrict the default sub-address ↵ | stoffu | 1 | -0/+1 | |
lookahead in order to avoid so looooong time of set-up when creating a HW based wallet. | |||||
2018-03-16 | Merge pull request #3336 | Riccardo Spagni | 3 | -6/+6 | |
57c0b1ed Fix typos in various files (Dimitris Apostolou) | |||||
2018-03-16 | wallet: more user friendly print_ring | moneromooo-monero | 5 | -5/+78 | |
It can now take a txid (to display rings for all its inputs), and will print rings in a format that set_ring understands | |||||
2018-03-16 | wallet2_api: add key reuse mitigations API | moneromooo-monero | 3 | -0/+27 | |
2018-03-16 | wallet2_api: add ring api | moneromooo-monero | 3 | -0/+46 | |
2018-03-16 | ringdb: factor ring addition code | moneromooo-monero | 1 | -22/+16 | |
2018-03-16 | wallet2_api: add blackball api | moneromooo-monero | 4 | -0/+65 | |
2018-03-16 | ringdb: use the genesis block as a db name | moneromooo-monero | 3 | -5/+7 | |
This will avoid careless forkers polluting the shared database even if they make their own chain. They'll then automatically start using another subdb, and any key-reusing fork of those forks will reuse their subdbs. | |||||
2018-03-16 | wallet: add a set_ring command | moneromooo-monero | 4 | -0/+43 | |
This is so one can set rings for spent key images in case the attackers don't merge the ring matching patch set. | |||||
2018-03-16 | wallet: make ringdb an object with database state | moneromooo-monero | 4 | -164/+179 | |