Age | Commit message (Expand) | Author | Files | Lines |
2018-09-21 | Merge pull request #4401 | Riccardo Spagni | 1 | -3/+3 |
2018-09-19 | query backing device | m2049r | 1 | -2/+4 |
2018-09-18 | Merge pull request #4302 | Riccardo Spagni | 1 | -2/+2 |
2018-09-18 | wallet: add 'outputs' option for sweep_* commands | whythat | 1 | -3/+3 |
2018-09-17 | api/wallet: properly disable key encryption | stoffu | 1 | -2/+2 |
2018-09-14 | hw_device: support for multiple devices added [for review] | Dusan Klinec | 1 | -0/+5 |
2018-09-14 | Merge pull request #4324 | Riccardo Spagni | 1 | -10/+16 |
2018-09-14 | wallet: ask-password can now ask without encrypting the secret spend key | moneromooo-monero | 1 | -10/+16 |
2018-09-14 | Merge pull request #4332 | Riccardo Spagni | 1 | -1/+5 |
2018-09-14 | Merge pull request #4253 | Riccardo Spagni | 1 | -201/+0 |
2018-09-14 | remove obsolete daemon selection of fake outs and old tx construction | moneromooo-monero | 1 | -201/+0 |
2018-09-14 | Merge pull request #4260 | Riccardo Spagni | 1 | -4/+4 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -13/+11 |
2018-09-11 | bulletproofs: add multi output bulletproofs to rct | moneromooo-monero | 1 | -2/+2 |
2018-09-10 | record blackballs as amount/offset, and add export ability | moneromooo-monero | 1 | -4/+4 |
2018-09-03 | wallet2: factor the creation of a new wallet keys file | moneromooo-monero | 1 | -1/+3 |
2018-09-03 | wallet2: factor new blockchain setup | moneromooo-monero | 1 | -0/+2 |
2018-08-23 | wallet: store trusted-daemon flag in wallet2 | stoffu | 1 | -20/+24 |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -18/+39 |
2018-08-16 | wallet: wipe seed from memory where appropriate | moneromooo-monero | 1 | -4/+7 |
2018-08-16 | wallet2: make --restricted-rpc available for wallet RPC only | stoffu | 1 | -3/+1 |
2018-08-15 | Merge pull request #4188 | luigi1111 | 1 | -0/+1 |
2018-08-15 | Merge pull request #4170 | luigi1111 | 1 | -0/+1 |
2018-08-15 | Merge pull request #4153 | luigi1111 | 1 | -2/+10 |
2018-08-15 | Merge pull request #4103 | luigi1111 | 1 | -2/+3 |
2018-08-15 | Merge pull request #3528 | luigi1111 | 1 | -1/+1 |
2018-08-08 | wallet: allow adjusting number of rounds for the key derivation function | stoffu | 1 | -2/+3 |
2018-08-03 | wallet: distinguish coinbase from other txes in show_transfers | moneromooo-monero | 1 | -2/+10 |
2018-07-31 | wallet-rpc: add get_address_index command | stoffu | 1 | -0/+1 |
2018-07-30 | simplewallet: add set_tx_key for importing tx keys from 3rd party wallets | stoffu | 1 | -0/+1 |
2018-07-27 | Merge pull request #4091 | luigi1111 | 1 | -1/+4 |
2018-07-19 | Merge pull request #4087 | luigi1111 | 1 | -1/+1 |
2018-07-19 | Merge pull request #4071 | luigi1111 | 1 | -0/+3 |
2018-07-16 | wallet2: recover from index out of hashchain bounds error | moneromooo-monero | 1 | -1/+1 |
2018-07-08 | wallet2: ensure outputs are processed only once | moneromooo-monero | 1 | -0/+1 |
2018-07-03 | wallet2: use a gamma distribution to pick fake outs | moneromooo-monero | 1 | -1/+1 |
2018-07-03 | wallet2: unlock keys file before calling verify_password (needed for Windows) | stoffu | 1 | -1/+4 |
2018-07-03 | Allow fractional outputs to be ignored | stoffu | 1 | -0/+3 |
2018-06-28 | wallet: prevent the same wallet file from being opened by multiple processes | stoffu | 1 | -0/+1 |
2018-06-27 | Merge pull request #3907 | luigi1111 | 1 | -1/+9 |
2018-06-27 | Merge pull request #3998 | luigi1111 | 1 | -5/+6 |
2018-06-27 | Merge pull request #3991 | luigi1111 | 1 | -0/+1 |
2018-06-27 | wallet: include a suggested number of confirmations based on amount | moneromooo-monero | 1 | -1/+9 |
2018-06-27 | Merge pull request #3716 | luigi1111 | 1 | -8/+47 |
2018-06-26 | wallet2: cache ringdb key while refreshing | moneromooo-monero | 1 | -0/+14 |
2018-06-26 | wallet2: remove old blockchain size cache hack | moneromooo-monero | 1 | -2/+1 |
2018-06-26 | wallet2: speedup refresh | moneromooo-monero | 1 | -2/+20 |
2018-06-26 | wallet2: avoid re-parsing blocks when refreshing in a loop | moneromooo-monero | 1 | -1/+1 |
2018-06-26 | wallet2: parse blocks in the RPC thread, not the processing thread | moneromooo-monero | 1 | -2/+10 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -4/+4 |
2018-06-25 | Merge pull request #3955 | luigi1111 | 1 | -1/+7 |
2018-06-16 | Merge pull request #3804 | luigi1111 | 1 | -0/+1 |
2018-06-16 | Merge pull request #3780 | luigi1111 | 1 | -0/+7 |
2018-06-13 | wallet: on first refresh, start off with a quantized height | moneromooo-monero | 1 | -5/+6 |
2018-06-13 | wallet: allow unspendable unmixable outputs to be discarded | stoffu | 1 | -0/+1 |
2018-06-08 | Merge pull request #3598 | luigi1111 | 1 | -0/+16 |
2018-06-07 | wallet2: fix bulletproof cold signing | moneromooo-monero | 1 | -1/+7 |
2018-06-03 | wallet-rpc: watch-only and cold wallet features added | Dusan Klinec | 1 | -0/+7 |
2018-05-31 | Merge pull request #3489 | luigi1111 | 1 | -0/+1 |
2018-05-29 | Merge pull request #3405 | luigi1111 | 1 | -13/+15 |
2018-05-15 | simple-wallet-cli: Add warnings about inaccurate balances to to watch-only wa... | jcktm | 1 | -0/+1 |
2018-04-25 | Wallet: added methods to sign and verify arbitrary message with multisig publ... | naughtyfox | 1 | -0/+16 |
2018-04-12 | Merge pull request #3534 | Riccardo Spagni | 1 | -0/+3 |
2018-03-31 | wallet: warn if not using the default ring size | moneromooo-monero | 1 | -0/+3 |
2018-03-28 | WalletApi: getMultisigInfo entry for gui wallets | naughtyfox | 1 | -0/+1 |
2018-03-21 | wallet: catch exceptions dealing with ringdb and warn | moneromooo-monero | 1 | -1/+1 |
2018-03-17 | wallet: make the segregation height settable | moneromooo-monero | 1 | -0/+5 |
2018-03-16 | Add command line option allowing to restrict the default sub-address lookahea... | stoffu | 1 | -0/+1 |
2018-03-16 | wallet: more user friendly print_ring | moneromooo-monero | 1 | -3/+12 |
2018-03-16 | wallet: add a set_ring command | moneromooo-monero | 1 | -0/+1 |
2018-03-16 | wallet: make ringdb an object with database state | moneromooo-monero | 1 | -6/+10 |
2018-03-16 | wallet: add an output blackball list to avoid using those in rings | moneromooo-monero | 1 | -0/+5 |
2018-03-16 | wallet: key reuse mitigation options | moneromooo-monero | 1 | -0/+6 |
2018-03-16 | wallet: add shared ring database | moneromooo-monero | 1 | -1/+16 |
2018-03-16 | add RPC to get a histogram of outputs of a given amount | moneromooo-monero | 1 | -0/+2 |
2018-03-15 | wallet2+cli+rpc: eliminate redundant m_http_client from cli/rpc and delegate ... | stoffu | 1 | -0/+19 |
2018-03-14 | wallet2: Update function parameter documentation | Leon Klingele | 1 | -13/+15 |
2018-03-14 | Merge pull request #3369 | Riccardo Spagni | 1 | -1/+1 |
2018-03-10 | wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new wa... | Leon Klingele | 1 | -20/+24 |
2018-03-07 | wallet: fixes and tweaks to the save_watch_only command | moneromooo-monero | 1 | -1/+1 |
2018-03-05 | Stagenet | stoffu | 1 | -5/+6 |
2018-03-04 | Code modifications to integrate Ledger HW device into monero-wallet-cli. | cslashm | 1 | -1/+11 |
2018-02-20 | Merge pull request #3247 | Riccardo Spagni | 1 | -2/+3 |
2018-02-16 | wallet2: remove unused m_subaddresses_inv | moneromooo-monero | 1 | -2/+2 |
2018-02-16 | wallet2: speed up subaddress generation (by about a third) | moneromooo-monero | 1 | -0/+1 |
2018-02-16 | Merge pull request #3175 | Riccardo Spagni | 1 | -0/+6 |
2018-01-28 | wallet: automatically use low priority if safe (no backlog & recent blocks no... | stoffu | 1 | -0/+4 |
2018-01-28 | wallet2: split estimate_backlog to allow for raw fee levels | moneromooo-monero | 1 | -0/+1 |
2018-01-27 | Merge pull request #3141 | Riccardo Spagni | 1 | -20/+18 |
2018-01-27 | Merge pull request #3118 | Riccardo Spagni | 1 | -0/+3 |
2018-01-27 | Merge pull request #3113 | Riccardo Spagni | 1 | -1/+8 |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 |
2018-01-26 | wallet2: remove {set|get}_default_decimal_point and use the same funcs under ... | stoffu | 1 | -2/+0 |
2018-01-26 | wallet2: make scan_output const and omit keys arg | stoffu | 1 | -1/+1 |
2018-01-26 | wallet2: make member functions const when possible | stoffu | 1 | -17/+17 |
2018-01-26 | wallet rpc: show fees when querying incoming transfers | stoffu | 1 | -1/+8 |
2018-01-26 | simplewallet: check file overwrite when exporting stuff | stoffu | 1 | -0/+3 |
2018-01-24 | wallet-cli: Do not ask for scan_from_height if it explicitly is set to zero. | Maximilian Lupke | 1 | -0/+6 |
2018-01-10 | Reserve proof | stoffu | 1 | -0/+42 |
2018-01-02 | Merge pull request #2960 | Riccardo Spagni | 1 | -0/+10 |
2017-12-25 | Add a chacha20 variant to go with chacha8 | moneromooo-monero | 1 | -4/+4 |
2017-12-20 | wallet: support for multisig seeds | moneromooo-monero | 1 | -0/+10 |
2017-12-18 | Account tagging | stoffu | 1 | -1/+23 |
2017-12-17 | wallet: factor multisig info parsing | moneromooo-monero | 1 | -0/+8 |
2017-12-17 | wallet: use raw encrypted data in multisig import/export RPC | moneromooo-monero | 1 | -2/+2 |
2017-12-17 | wallet: add multisig sign/submit RPC | moneromooo-monero | 1 | -0/+6 |
2017-12-17 | wallet2: fix slow multisig unit tests with subaddress patch | moneromooo-monero | 1 | -5/+3 |
2017-12-17 | make multisig work with subaddresses | moneromooo-monero | 1 | -1/+0 |
2017-12-17 | wallet: guard against partly initialized multisig wallet | moneromooo-monero | 1 | -1/+1 |
2017-12-17 | add multisig core test and factor multisig building blocks | moneromooo-monero | 1 | -1/+5 |
2017-12-17 | N-1/N multisig | moneromooo-monero | 1 | -27/+83 |
2017-12-17 | multisig address generation RPC | moneromooo-monero | 1 | -1/+3 |
2017-12-17 | Add N/N multisig tx generation and signing | moneromooo-monero | 1 | -7/+93 |
2017-12-17 | wallet: add multisig key generation | moneromooo-monero | 1 | -1/+21 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 1 | -2/+0 |
2017-12-16 | Merge pull request #2860 | Riccardo Spagni | 1 | -12/+12 |
2017-12-08 | add bulletproofs from v7 on testnet | moneromooo-monero | 1 | -1/+1 |
2017-12-02 | Merge pull request #2833 | Riccardo Spagni | 1 | -0/+1 |
2017-11-27 | new wipeable_string class to replace std::string passphrases | moneromooo-monero | 1 | -12/+12 |
2017-11-25 | Merge pull request #2368 | Riccardo Spagni | 1 | -0/+2 |
2017-11-25 | Merge pull request #2788 | Riccardo Spagni | 1 | -0/+27 |
2017-11-24 | wallet: transfer RPC can now return tx metadata (pending_tx) | moneromooo-monero | 1 | -0/+27 |
2017-11-21 | Spend proof without txkey | stoffu | 1 | -0/+2 |
2017-11-21 | fix for tx proof: use exception instead of error_str when signature gen failed | stoffu | 1 | -1/+1 |
2017-11-18 | Tx proof (revised): | stoffu | 1 | -0/+4 |
2017-11-17 | Fixes #759 Add sanity check on restore height | Cifrado | 1 | -0/+1 |
2017-11-15 | wallet: add sweep_single command | stoffu | 1 | -0/+1 |
2017-11-15 | wallet2 bugfix: loading old m_unconfirmed_payments | stoffu | 1 | -3/+2 |
2017-11-14 | wallet: rejig to avoid prompting in wallet2 | moneromooo-monero | 1 | -7/+4 |
2017-11-14 | Merge pull request #2755 | Riccardo Spagni | 1 | -2/+2 |
2017-11-14 | Merge pull request #2624 | Riccardo Spagni | 1 | -0/+1 |
2017-11-14 | Merge pull request #2697 | Riccardo Spagni | 1 | -14/+38 |
2017-11-14 | simplewallet: reject attempts to use too low mixin early | moneromooo-monero | 1 | -0/+1 |
2017-11-13 | wallet2: use a vector, not a list, for selected_transfers | moneromooo-monero | 1 | -14/+38 |
2017-11-06 | track double spending in the txpool | moneromooo-monero | 1 | -7/+32 |
2017-11-06 | Merge pull request #2605 | Riccardo Spagni | 1 | -1/+27 |
2017-11-06 | Merge pull request #2546 | Riccardo Spagni | 1 | -2/+2 |
2017-11-03 | Used declared default refresh status as default rather than it's current value | Maxime THIEBAUT | 1 | -2/+2 |
2017-11-01 | Merge pull request #2703 | Riccardo Spagni | 1 | -2/+2 |
2017-10-29 | Wallet2: Don't throw when subaddress label doesn't exist | Jaquee | 1 | -2/+2 |
2017-10-23 | wallet2: fix subaddress fields serialization | moneromooo-monero | 1 | -0/+15 |
2017-10-16 | Wallet: Descriptions through new commands 'set_description', 'get_description' | rbrunner7 | 1 | -1/+27 |
2017-10-16 | Distinguish "not enough money" and "not enough unlocked money" | binaryFate | 1 | -2/+2 |
2017-10-15 | Merge pull request #2565 | Riccardo Spagni | 1 | -1/+1 |
2017-10-15 | Merge pull request #2109 | Riccardo Spagni | 1 | -2/+62 |
2017-10-15 | wallet2+API: use separate callbacks for lightwallets | Jaquee | 1 | -0/+7 |
2017-10-15 | wallet2: get_outs lightwallet support | Jaquee | 1 | -0/+2 |
2017-10-15 | wallet2: refactor is_tx_spendtime_unlocked() | Jaquee | 1 | -0/+1 |
2017-10-15 | my/openmonero API functions | Jaquee | 1 | -0/+34 |
2017-10-15 | wallet2: add remove_obsolete_pool_txs() | Jaquee | 1 | -0/+1 |
2017-10-15 | wallet2: add on_pool_tx_removed callback | Jaquee | 1 | -0/+1 |
2017-10-15 | wallet2: light wallet member variables | Jaquee | 1 | -1/+15 |
2017-10-15 | Merge pull request #2554 | Riccardo Spagni | 1 | -2/+2 |
2017-10-15 | wallet2: add ssl option to init() | Jaquee | 1 | -1/+1 |
2017-10-07 | Subaddresses | kenshi84 | 1 | -54/+131 |
2017-10-07 | wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstr | stoffu | 1 | -2/+2 |
2017-10-06 | Merge pull request #2529 | Riccardo Spagni | 1 | -1/+0 |
2017-10-03 | tests: fix hashchain unit tests | moneromooo-monero | 1 | -1/+1 |
2017-10-03 | wallet2: error check for generate_key_image_helper, removed redundant wallet_... | stoffu | 1 | -1/+0 |
2017-10-02 | simplewallet: allow to set threshold before warning about tx backlog | selsta | 1 | -0/+3 |
2017-10-02 | wallet2: fix hash chain trimming when the inner chain becomes empty | moneromooo-monero | 1 | -1/+2 |
2017-09-25 | wallet2: do not keep block hashes below last checkpoint | moneromooo-monero | 1 | -5/+52 |
2017-09-25 | move checkpoints in a separate library | moneromooo-monero | 1 | -1/+1 |
2017-09-25 | wallet2: simplify tx processing a bit | moneromooo-monero | 1 | -2/+15 |
2017-09-25 | wallet2: factor some of the tx scanning code | moneromooo-monero | 1 | -0/+1 |
2017-09-12 | wallet: add encrypted seed functionality | moneromooo-monero | 1 | -1/+1 |
2017-09-02 | Merge pull request #2362 | Riccardo Spagni | 1 | -3/+4 |
2017-09-02 | Merge pull request #2309 | Riccardo Spagni | 1 | -2/+7 |
2017-08-29 | simplewallet: new "fee" command to display fee information | moneromooo-monero | 1 | -3/+4 |
2017-08-26 | wallet: new option to check/confirm txpool backlog when sending | moneromooo-monero | 1 | -2/+7 |
2017-08-21 | wallet2: export/import wallet data functions | Jaquee | 1 | -1/+6 |
2017-08-18 | import_key_images - allow importing without being connected to daemon | Jaquee | 1 | -1/+1 |
2017-08-15 | Merge pull request #2240 | Riccardo Spagni | 1 | -0/+2 |
2017-08-15 | Merge pull request #2238 | Riccardo Spagni | 1 | -0/+2 |
2017-08-15 | Merge pull request #2205 | Riccardo Spagni | 1 | -3/+11 |
2017-08-05 | wallet2: fix temporarily missing incoming tx when being mined | moneromooo-monero | 1 | -1/+1 |
2017-08-03 | Enable verifying wallet password with having to load wallet. | m2049r | 1 | -0/+2 |
2017-08-02 | wallet2: add a is_synced function | moneromooo-monero | 1 | -0/+2 |
2017-08-02 | wallet: return unlock_time in get_transfers | moneromooo-monero | 1 | -3/+11 |
2017-06-03 | Prevent crash if performing certain actions before wallet is initialized | Robby Weinberg | 1 | -2/+3 |
2017-05-09 | Correct spelling of 'get_upper_transaction_size_limit' | Nano Akron | 1 | -2/+2 |
2017-04-24 | wallet: add sweep_below function | moneromooo-monero | 1 | -1/+1 |
2017-04-11 | Resolve #92 add ability to create wallets thru RPC | Howard Chu | 1 | -0/+3 |
2017-03-25 | wallet: option to merge destinations | moneromooo-monero | 1 | -2/+5 |
2017-03-24 | wallet: try to save large outputs when using an unneeded second input | moneromooo-monero | 1 | -2/+9 |
2017-03-21 | Merge pull request #1903 | Riccardo Spagni | 1 | -1/+6 |
2017-03-21 | wallet2: cache which pool txes were scanned already | moneromooo-monero | 1 | -1/+6 |
2017-03-20 | wallet2: speed up transactions using remote nodes | moneromooo-monero | 1 | -0/+2 |
2017-03-15 | Add intervening v5 fork for increased min block size | moneromooo-monero | 1 | -1/+2 |
2017-03-06 | Merge pull request #1846 | Riccardo Spagni | 1 | -1/+1 |
2017-03-05 | wallet: add password command | moneromooo-monero | 1 | -1/+1 |
2017-03-04 | wallet: fix get_tranfers with multiple incoming txes with same pid | moneromooo-monero | 1 | -3/+13 |
2017-03-03 | Merge pull request #1826 | Riccardo Spagni | 1 | -0/+2 |
2017-03-02 | allow user I/O in millinero, micronero, nanonero, piconero | moneromooo-monero | 1 | -0/+2 |
2017-02-27 | Add support for the wallet to refresh pruned blocks | moneromooo-monero | 1 | -7/+7 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 |
2017-02-11 | Merge pull request #1689 | Riccardo Spagni | 1 | -2/+5 |
2017-02-11 | Merge pull request #1686 | Riccardo Spagni | 1 | -1/+1 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -4/+5 |
2017-02-06 | wallet2: fix transactions not considering rct inputs | moneromooo-monero | 1 | -1/+1 |