Age | Commit message (Expand) | Author | Files | Lines |
2020-03-07 | wallet2: remember daemon address overrides when loading a new wallet | moneromooo-monero | 2 | -2/+26 |
2020-01-26 | wallet: do not split integrated addresses in address book api | moneromooo-monero | 5 | -135/+63 |
2020-01-25 | wallet2_api: implement estimateTransactionFee | xiphon | 5 | -14/+45 |
2020-01-16 | wallet2: reject zero keys in json input | moneromooo-monero | 1 | -0/+4 |
2020-01-14 | wallet: reroll fake outs selection on local tx_sanity_check failure | xiphon | 2 | -2/+45 |
2020-01-11 | Wallet: Distingush amounts for a single subaddress | Tadeas Moravec | 4 | -2/+38 |
2020-01-09 | ringdb: use a different iv for key and data in rings table | moneromooo-monero | 1 | -18/+37 |
2020-01-09 | wallet2: do not remove known rings when a tx fails | moneromooo-monero | 1 | -1/+0 |
2019-12-31 | wallet: allow message sign/verify for subaddresses | moneromooo-monero | 4 | -5/+23 |
2019-12-30 | wallet: fix exceptions getting the hash of a pruned tx | moneromooo-monero | 3 | -11/+11 |
2019-12-17 | wallet2: guard against race with multiple decrypt_keys users | moneromooo-monero | 2 | -0/+9 |
2019-12-16 | wallet-cli/rpc: allow sweep_all to use outputs in all subaddresses within an ... | stoffu | 2 | -2/+15 |
2019-12-14 | wallet2: fix hang in wallet refresh | moneromooo-monero | 1 | -1/+1 |
2019-12-01 | remove unused variable 'ptx' from on_describe_transfer() | woodser | 1 | -1/+0 |
2019-11-28 | wallet2: better error when restoring a wallet with the wrong keys | moneromooo-monero | 1 | -1/+1 |
2019-11-27 | node_rpc_proxy: init some new rpc payment fields in invalidate | moneromooo-monero | 1 | -0/+4 |
2019-11-22 | wallet_rpc_server: add count parameter to create_address | Matt Smith | 2 | -7/+33 |
2019-11-19 | wallet: don't issue node rpc proxy requests in '--offline' mode | xiphon | 1 | -0/+1 |
2019-11-14 | wallet: set non-empty error string on connection failure | xiphon | 1 | -1/+1 |
2019-11-09 | build: fix IOS, build blockchain_db and rpc, skip wallet_rpc_server | xiphon | 1 | -32/+33 |
2019-11-06 | wallet_rpc_server: new estimate_tx_size_and_weight RPC | moneromooo-monero | 5 | -0/+72 |
2019-11-05 | wallet2: don't try to lock an empty filename | moneromooo-monero | 1 | -0/+6 |
2019-11-05 | wallet_rpc_server: add tx weight in transfer commands responses | moneromooo-monero | 3 | -7/+18 |
2019-11-04 | wallet2: fix pool txes not being flushed when mined | moneromooo-monero | 1 | -1/+1 |
2019-11-01 | wallet: reuse cached height when set after refresh | moneromooo-monero | 2 | -0/+11 |
2019-11-01 | wallet2: fix is_synced checking target height, not height | moneromooo-monero | 1 | -1/+1 |
2019-11-01 | wallet: fix another facet of "did I get some monero" information leak | moneromooo-monero | 3 | -13/+40 |
2019-11-01 | wallet2: do not send an unnecessary last getblocks.bin call on refresh | moneromooo-monero | 2 | -7/+17 |
2019-11-01 | wallet2: do not repeatedly ask for pool txes sent to us | moneromooo-monero | 1 | -5/+0 |
2019-10-29 | wallet2: make keys unlocker reentrant | moneromooo-monero | 2 | -3/+23 |
2019-10-27 | wallet: do not warn if the rpc cost was free | moneromooo-monero | 1 | -1/+1 |
2019-10-27 | wallet: do not warn if the rpc cost was free | moneromooo-monero | 1 | -1/+1 |
2019-10-25 | simplewallet: add public_nodes command | moneromooo-monero | 2 | -0/+23 |
2019-10-25 | daemon, wallet: new pay for RPC use system | moneromooo-monero | 11 | -324/+1001 |
2019-10-24 | changed 'batttery' to 'battery' | Jake Hemmerle | 1 | -2/+2 |
2019-10-23 | wallet2: error out when we need a daemon password but have no prompt function | moneromooo-monero | 1 | -0/+5 |
2019-10-23 | wallet2: fix the logged number of detached transfers | moneromooo-monero | 1 | -0/+1 |
2019-10-14 | wallet_rpc_server: don't report integrated addresses for 0 payment ID | moneromooo-monero | 1 | -2/+5 |
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 3 | -34/+3 |
2019-10-14 | wallet2: ignore received unencrypted payment IDs (but warn hard) | moneromooo-monero | 2 | -7/+19 |
2019-10-04 | wallet2: don't delete file that may not exist | selsta | 1 | -5/+5 |
2019-10-02 | wallet2: add ignore-outputs-{above/below} option | stoffu | 2 | -1/+41 |
2019-09-28 | RPC on_transfer_split error consistent with on_transfer if no tx sent | binaryFate | 1 | -0/+7 |
2019-09-28 | build: link wallet_merged against blockchain_db and hardforks obj | xiphon | 1 | -0/+2 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 1 | -1/+1 |
2019-09-17 | wallet: add edit_address_book RPC | moneromooo-monero | 5 | -1/+153 |
2019-09-10 | wallet2: enable ignoring fractional outputs also when sweeping | stoffu | 1 | -0/+16 |
2019-09-09 | wallet2_api: add missing parameter | selsta | 2 | -4/+4 |
2019-09-09 | wallet2_api: fix load unsigned tx from file error propagation | xiphon | 1 | -0/+4 |
2019-09-06 | wallet2: resolve CID 203918 null pointer deference (NULL_RETURNS) | anonimal | 1 | -0/+6 |
2019-09-05 | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 4 | -49/+79 |
2019-09-05 | wallet_rpc_server: add locked field to get_transfers/get_{bulk_,}_payments | moneromooo-monero | 2 | -1/+12 |
2019-09-02 | Removed unused boost/value_init header | Lev Sizov | 1 | -1/+0 |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 2 | -5/+5 |
2019-08-28 | simplewallet: lock console on inactivity | moneromooo-monero | 2 | -0/+12 |
2019-08-28 | wallet_rpc_server: call deinit on exit | moneromooo-monero | 1 | -0/+1 |
2019-08-28 | rpc: move a leftover light wallet RPC out of daemon RPC | moneromooo-monero | 2 | -2/+49 |
2019-08-26 | wallet, rpc: add a release field to get_version | moneromooo-monero | 2 | -1/+5 |
2019-08-24 | wallet2: fix unset_ring tx retrieval checks | moneromooo-monero | 1 | -3/+1 |
2019-08-23 | wallet2: fix cold signing losing tx keys | moneromooo-monero | 1 | -1/+1 |
2019-08-22 | Wallet: Option to export data to ASCII | Tadeas Moravec | 2 | -21/+120 |
2019-08-22 | ringdb: fix bug in blackballing | stoffu | 1 | -1/+1 |
2019-08-22 | wallet: add --extra-entropy command line flag | moneromooo-monero | 1 | -0/+11 |
2019-08-20 | MMS: Use chans instead of normal addresses for auto-config | rbrunner7 | 3 | -35/+41 |
2019-08-19 | reject setting lookahead major or minor to 0 | moneromooo-monero | 1 | -0/+2 |
2019-08-16 | wallet_api: add multi destination tx support | selsta | 3 | -48/+79 |
2019-08-15 | Replace std::random_shuffle with std::shuffle | Tom Smeding | 1 | -2/+2 |
2019-07-31 | Add IPv6 support | Thomas Winget | 1 | -1/+3 |
2019-07-29 | functional_tests: add validate_address tests | moneromooo-monero | 1 | -3/+2 |
2019-07-28 | Fixed error preventing build of monero-gui | Nejcraft | 1 | -1/+3 |
2019-07-10 | wallet: provide original address for outgoing transfers | xiphon | 2 | -3/+3 |
2019-07-09 | wallet_rpc_server: fix get_bulk_payments with short payment ids | moneromooo-monero | 1 | -0/+5 |
2019-07-02 | simplewallet: optional all flag to export_outputs/export_key_images | moneromooo-monero | 2 | -3/+3 |
2019-07-01 | wallet: do not print log settings when unset | moneromooo-monero | 1 | -1/+4 |
2019-06-19 | wallet_api: catch getTxKey exception | Dusan Klinec | 1 | -8/+17 |
2019-06-19 | wallet2: fix change subaddress mixup when sending pre rct outputs | moneromooo-monero | 1 | -0/+1 |
2019-06-17 | device: show address on device display | Dusan Klinec | 5 | -0/+53 |
2019-06-17 | device: tx_key caching fixed, store recovered txkey | Dusan Klinec | 1 | -3/+11 |
2019-06-02 | Remember RPC version on initial connect | Howard Chu | 2 | -7/+13 |
2019-05-27 | wallet_manager: omit redundant disconnect, drop unused variable | xiphon | 2 | -4/+0 |
2019-05-22 | Fix allow any cert mode in wallet rpc when configured over rpc | Lee Clagett | 1 | -1/+5 |
2019-05-22 | Add ssl_options support to monerod's rpc mode. | Lee Clagett | 1 | -50/+1 |
2019-05-21 | Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works. | Lee Clagett | 1 | -1/+4 |
2019-05-16 | wallet: add unlock_time details to show_transfers | moneromooo-monero | 3 | -4/+4 |
2019-05-11 | wallet: fix certificate fingerprint length check | moneromooo-monero | 2 | -2/+2 |
2019-05-10 | expose set/get walletcache attribute functionality in wallet api | dsc | 3 | -0/+28 |
2019-05-10 | wallet_rpc_server: use original addresses in destinations in get_transfers | moneromooo-monero | 1 | -1/+9 |
2019-05-02 | wallet2: don't wait a day before using new version fees | moneromooo-monero | 1 | -2/+2 |
2019-05-02 | wallet: distinguish between empty and absent attributes | moneromooo-monero | 4 | -6/+16 |
2019-05-02 | wallet_rpc_server: use original addresses in destinations in get_transfers | moneromooo-monero | 1 | -1/+9 |
2019-05-01 | wallet2: reject standalone short payment IDs in monero: URI API | moneromooo-monero | 1 | -4/+2 |
2019-04-30 | wallet_rpc_server: reject standalone short payment id in address book | moneromooo-monero | 1 | -4/+4 |
2019-04-29 | remove unused code | moneromooo-monero | 1 | -3/+0 |
2019-04-29 | wallet2: fix infinite loop picking outputs in corner case | moneromooo-monero | 1 | -2/+5 |
2019-04-26 | change SSL certificate fingerprint whitelisting from SHA1 to SHA-256 | moneromooo-monero | 2 | -0/+15 |
2019-04-25 | wallet_rpc_server: adding missing return on error in set_daemon | moneromooo-monero | 1 | -0/+1 |
2019-04-25 | wallet_rpc_server: return false on error in set_log_categories | moneromooo-monero | 1 | -1/+1 |
2019-04-25 | wallet_rpc_server: fix crash in validate_address if no wallet is loaded | moneromooo-monero | 1 | -1/+2 |
2019-04-24 | wallet2: default to trying to keep 5 outputs of 2+ monero | moneromooo-monero | 1 | -3/+13 |
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 1 | -0/+2 |
2019-04-23 | wallet2: add missing "sanity check failed" reason message | moneromooo-monero | 1 | -0/+2 |
2019-04-23 | wallet2: fix wrong change being recorded in sweep_all | moneromooo-monero | 1 | -2/+2 |
2019-04-22 | wallet: fix key image computation signaling to the device | Dusan Klinec | 1 | -1/+1 |
2019-04-20 | wallet_rpc_server: add block_height and frozen to incoming_transfers | moneromooo-monero | 2 | -1/+7 |
2019-04-18 | simplewallet: fix output representation offset | moneromooo-monero | 1 | -2/+2 |
2019-04-18 | wallet2: "output lineup" fake out selection | moneromooo-monero | 2 | -60/+72 |
2019-04-17 | wallet_rpc_server: add unlocked field to incoming_transfers output | moneromooo-monero | 2 | -1/+4 |
2019-04-17 | wallet_rpc_server: remove unused variable | moneromooo-monero | 1 | -2/+0 |
2019-04-16 | wallet_rpc_server: set suggested_confirmations_threshold for pool txes | moneromooo-monero | 1 | -5/+3 |
2019-04-16 | wallet_rpc_server: add set_log_level/set_log_categories | moneromooo-monero | 4 | -1/+82 |
2019-04-15 | wallet: new --offline option | moneromooo-monero | 4 | -60/+115 |
2019-04-15 | wallet_rpc_server: remove unused code | moneromooo-monero | 1 | -5/+1 |
2019-04-12 | rpc: new sanity check on relayed transactions | moneromooo-monero | 1 | -0/+1 |
2019-04-12 | wallet_rpc_server: fix inconsistent wallet caches on reload | moneromooo-monero | 2 | -42/+58 |
2019-04-11 | wallet2: update estimate_rct_tx_size for smaller rct proofs | moneromooo-monero | 1 | -1/+1 |
2019-04-11 | simplewallet: new net_stats command | moneromooo-monero | 2 | -0/+13 |
2019-04-10 | wallet_rpc_server: add a all flag to export_outputs | moneromooo-monero | 4 | -9/+13 |
2019-04-07 | Enabling daemon-rpc SSL now requires non-system CA verification | Lee Clagett | 2 | -17/+29 |
2019-04-07 | device/trezor: add button pressed request | Dusan Klinec | 4 | -0/+27 |
2019-04-07 | Require manual override for user chain certificates. | Lee Clagett | 1 | -0/+5 |
2019-04-07 | Pass SSL arguments via one class and use shared_ptr instead of reference | Lee Clagett | 3 | -31/+55 |
2019-04-06 | Change default SSL to "enabled" if user specifies fingerprint/certificate | Lee Clagett | 2 | -7/+17 |
2019-04-06 | Change SSL certificate file list to OpenSSL builtin load_verify_location | Lee Clagett | 4 | -40/+19 |
2019-04-06 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 4 | -19/+55 |
2019-04-05 | wallet: API changes to enable passphrase entry | Dusan Klinec | 4 | -10/+37 |
2019-04-04 | wallet: new option to start background mining | moneromooo-monero | 4 | -0/+74 |
2019-04-04 | wallet2: add --no-dns flag | moneromooo-monero | 2 | -3/+10 |
2019-04-04 | crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) | stoffu | 1 | -4/+4 |
2019-04-03 | wallet2: support multi out txes without change in sanity check | moneromooo-monero | 1 | -7/+9 |
2019-04-02 | libwallet_merged: add missing net target | selsta | 1 | -0/+1 |
2019-04-02 | simplewallet: new unset_ring command | moneromooo-monero | 4 | -11/+61 |
2019-04-02 | api/wallet: fix some wrong namespace | stoffu | 1 | -2/+2 |
2019-04-01 | wallet: add number of blocks required for the balance to fully unlock | moneromooo-monero | 4 | -20/+56 |
2019-04-01 | wallet2: set confirmations to 0 for pool txes in proofs | moneromooo-monero | 1 | -4/+4 |
2019-04-01 | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 1 | -1/+7 |
2019-04-01 | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 1 | -0/+2 |
2019-04-01 | wallet_rpc_server: error out on getting the spend key from a hot wallet | moneromooo-monero | 1 | -1/+7 |
2019-04-01 | wallet_rpc_server: add a set_daemon RPC | moneromooo-monero | 5 | -7/+91 |
2019-04-01 | wallet2: init some variables to default values if loading old wallets | moneromooo-monero | 1 | -0/+3 |
2019-04-01 | wallet_rpc_server: always fill out subaddr_indices in get_transfers | moneromooo-monero | 1 | -0/+2 |
2019-04-01 | wallet_rpc_server: set confirmations to 0 for pending/pool txes | moneromooo-monero | 1 | -1/+1 |
2019-03-28 | Add get_tx_proof support, needed for new sanity check | cslashm | 1 | -21/+29 |
2019-03-27 | wallet2: factor the watchonly/multisig/etc fields on creation | moneromooo-monero | 2 | -36/+23 |
2019-03-25 | wallet2: fix tx sanity check change test for the sweep_all case | moneromooo-monero | 1 | -3/+9 |
2019-03-25 | wallet2: skip derivation precalc for blocks we know we'll skip | moneromooo-monero | 2 | -1/+24 |
2019-03-25 | cryptonote: block parsing + hash calculation speedup | moneromooo-monero | 1 | -3/+1 |
2019-03-25 | wallet_rpc_server: allow english/local language names in create_wallet | moneromooo-monero | 2 | -4/+12 |
2019-03-25 | wallet: fix memory only wallets | moneromooo-monero | 2 | -18/+9 |
2019-03-25 | Added socks proxy (tor/i2pd/kovri) support to wallet | Lee Clagett | 4 | -6/+55 |
2019-03-24 | wallet2: set confirmations to 0 for pool txes in proofs | moneromooo-monero | 1 | -4/+4 |
2019-03-24 | wallet: use original user address if we have a short payment id | moneromooo-monero | 1 | -1/+1 |
2019-03-22 | wallet: add freeze/thaw/frozen commands | moneromooo-monero | 2 | -13/+98 |
2019-03-21 | wallet_rpc_server: remove mixin from transfer RPCs | moneromooo-monero | 2 | -44/+4 |
2019-03-21 | wallet: fix offline signing calling a daemon RPC | moneromooo-monero | 2 | -18/+24 |
2019-03-21 | wallet2: sanity check new tx before sending | moneromooo-monero | 2 | -105/+217 |
2019-03-20 | device/trezor: HF10 support added, wallet::API | Dusan Klinec | 7 | -38/+306 |
2019-03-17 | wallet2: make use_fork_rules handle chain heights lower than leeway | moneromooo-monero | 1 | -1/+1 |
2019-03-17 | wallet: flush output cache upon reorg | moneromooo-monero | 2 | -4/+13 |
2019-03-17 | wallet_rpc_server: new auto_refresh RPC | moneromooo-monero | 3 | -1/+59 |
2019-03-15 | wallet_rpc_server: fix buffer read overflow in string assignment | moneromooo-monero | 1 | -1/+1 |
2019-03-15 | wallet: move light wallet RPC out of core RPC | moneromooo-monero | 3 | -13/+334 |
2019-03-15 | wallet: adds rescan_bc option with preserving key images | Dusan Klinec | 2 | -17/+93 |
2019-03-15 | wallet2: set seed language when creating from json | moneromooo-monero | 1 | -0/+2 |
2019-03-14 | wallet2: fix generation from json when restore height is not set | moneromooo-monero | 1 | -1/+1 |
2019-03-13 | wallet_rpc_server: include out subaddress indices in get_transfers | moneromooo-monero | 2 | -0/+6 |
2019-03-13 | wallet_rpc_server: add missing --rpc-ssl-allowed-fingerprints | moneromooo-monero | 1 | -0/+1 |
2019-03-12 | wallet2: don't store 0 amount outputs, they'll fail to be spent | moneromooo-monero | 1 | -1/+7 |
2019-03-12 | Wallet API: multisig_tx_set passing bug fixed | naughtyfox | 1 | -1/+3 |
2019-03-11 | wallet: fix load failure if the mms isn't usable | moneromooo-monero | 1 | -1/+8 |
2019-03-07 | wallet2: do not use invalid keys as fake outs in rings | moneromooo-monero | 1 | -0/+11 |
2019-03-05 | wallet2: key image import fixes | moneromooo-monero | 1 | -15/+17 |
2019-03-05 | Update 2019 copyright | binaryFate | 33 | -33/+33 |
2019-03-05 | add multisig tx sets to describe_transfer rpc endpoint | spoke0 | 4 | -27/+71 |
2019-03-05 | epee: add SSL support | Martijn Otto | 3 | -5/+17 |
2019-03-05 | device/trezor: debugging features, trezor tests | Dusan Klinec | 1 | -0/+2 |
2019-03-05 | wallet_rpc_server: avoid repeated string allocations when parsing | moneromooo-monero | 1 | -20/+14 |
2019-03-05 | wallet2: don't calculate prefix hash when we don't need it | moneromooo-monero | 1 | -6/+6 |
2019-03-04 | check load_t_from_json return values | moneromooo-monero | 1 | -3/+9 |
2019-03-04 | default initialize rpc structures | moneromooo-monero | 3 | -155/+314 |
2019-03-04 | various: remove unused variables | moneromooo-monero | 3 | -7/+0 |
2019-03-04 | Print the reason why a notification spec failed to parse | moneromooo-monero | 1 | -1/+1 |
2019-03-03 | wallet2: fix mishandling rct outputs in coinbase tx | moneromooo-monero | 2 | -7/+13 |
2019-03-02 | Simplify RPC endpoint, emoving second RPC endpoint generate_from_view_key | Joel | 2 | -17/+4 |
2019-02-22 | Better error when sending a tx with a too large extra field | moneromooo-monero | 2 | -3/+21 |
2019-02-21 | Remove code duplication | Joel | 3 | -190/+20 |
2019-02-20 | wallet-rpc: get balance for all accounts and subaddresses | stoffu | 2 | -21/+49 |
2019-02-20 | wallet: fix payment ID decryption for construction data | Dusan Klinec | 1 | -7/+6 |
2019-02-19 | Add generate_from_view_key RPC method | Joel | 3 | -0/+185 |
2019-02-19 | Add generate_from_keys RPC method | Joel | 3 | -0/+201 |
2019-02-17 | wallet-rpc: get transfers for all accounts and subaddresses | Jethro Grassie | 2 | -5/+15 |
2019-02-14 | wallet_rpc_server: add a validate_address RPC | moneromooo-monero | 3 | -1/+89 |
2019-02-13 | Don't decrypt keys in view only wallets in wallet_keys_unlocker | Doyle | 1 | -1/+1 |
2019-02-02 | epee: add SSL support | moneromooo-monero | 4 | -12/+80 |
2019-02-02 | wallet_rpc_server: remove detached short payment ids support | moneromooo-monero | 1 | -5/+1 |
2019-01-28 | rpc: fix internal daemon calls in restricted rpc getting partial data | moneromooo-monero | 2 | -153/+154 |
2019-01-28 | notify: handle arbitrary tags | moneromooo-monero | 1 | -1/+1 |
2019-01-22 | ringct: encode 8 byte amount, saving 24 bytes per output | moneromooo-monero | 1 | -2/+2 |
2019-01-22 | add a bulletproof version, new bulletproof type, and rct config | moneromooo-monero | 2 | -19/+28 |
2019-01-22 | Pruning | moneromooo-monero | 1 | -76/+113 |
2019-01-19 | wallet2: fix hashchain going out of sync on refresh error | moneromooo-monero | 1 | -0/+5 |