Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 1 | -2/+5 |
2017-02-04 | Merge pull request #1640 | Riccardo Spagni | 1 | -2/+5 |
2017-02-03 | simplewallet: option to always ask password for any crytical operations | kenshi84 | 1 | -2/+5 |
2017-02-02 | Merge pull request #1629 | Riccardo Spagni | 1 | -5/+5 |
2017-01-25 | Updates to epee HTTP client code | Lee Clagett | 1 | -5/+5 |
2017-01-22 | Replace BOOST_FOREACH with C++11 ranged for | Miguel Herranz | 1 | -8/+8 |
2017-01-16 | wallet: add a node RPC cache layer for simple RPC calls | moneromooo-monero | 1 | -2/+4 |
2017-01-16 | wallet2: reuse fake outs when adjusting fee on transfer | moneromooo-monero | 1 | -2/+5 |
2017-01-15 | Merge pull request #1569 | Riccardo Spagni | 1 | -0/+2 |
2017-01-16 | specify restore height by YYYY-MM-DD format | kenshi84 | 1 | -0/+2 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 1 | -0/+4 |
2017-01-15 | Merge pull request #1574 | Riccardo Spagni | 1 | -2/+2 |
2017-01-14 | wallet2: use at least two rct inputs if possible | moneromooo-monero | 1 | -2/+2 |
2017-01-14 | fix timeout in check_connection | Jaquee | 1 | -1/+1 |
2017-01-13 | Merge pull request #1562 | Riccardo Spagni | 1 | -0/+2 |
2017-01-13 | Merge pull request #1559 | Riccardo Spagni | 1 | -0/+1 |
2017-01-13 | Merge pull request #1541 | Riccardo Spagni | 1 | -0/+7 |
2017-01-13 | Merge pull request #1540 | Riccardo Spagni | 1 | -0/+1 |
2017-01-13 | Merge pull request #1526 | Riccardo Spagni | 1 | -0/+1 |
2017-01-13 | Move key image export/import functions to wallet2 | Jaquee | 1 | -0/+2 |
2017-01-12 | Wallet2 + API: Callbacks for unconfirmed transfers | Jaquee | 1 | -0/+1 |
2017-01-10 | GUI cold signing | Jaquee | 1 | -0/+7 |
2017-01-10 | Wallet API: functions for supporting/creating view only wallets | Jaquee | 1 | -0/+1 |
2017-01-10 | Wallet API: functions for supporting/creating view only wallets | Jaquee | 1 | -0/+1 |
2017-01-09 | wallet cli: print originating block heights of mixin keys when making transfer | kenshi84 | 1 | -2/+5 |
2017-01-08 | Merge pull request #1515 | Riccardo Spagni | 1 | -32/+49 |
2017-01-08 | Cold signing: make sure short payment id isnt encrypted twice | Jaquee | 1 | -0/+1 |
2017-01-03 | portable serializer: tests added | kenshi84 | 1 | -0/+3 |
2017-01-02 | portable serializer: make signerd/unsigned tx portable, ignore archive versio... | kenshi84 | 1 | -32/+46 |
2016-12-21 | make openalias also available for solo miner; introduce namespace tools::dns_... | kenshi84 | 1 | -4/+0 |
2016-12-20 | Merge pull request #1472 | Riccardo Spagni | 1 | -0/+3 |
2016-12-19 | Refactored password prompting for wallets | Lee Clagett | 1 | -0/+3 |
2016-12-16 | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 1 | -4/+3 |
2016-12-14 | AddressBook: use unsigned type for row ID's | anonimal | 1 | -1/+1 |
2016-12-12 | addressbook updates | Jaquee | 1 | -3/+3 |
2016-12-12 | GUI address book | Jaquee | 1 | -1/+29 |
2016-12-09 | Fix sending outputs from a tx with more than one pubkey | moneromooo-monero | 1 | -1/+13 |
2016-12-04 | Merge pull request #1398 | Riccardo Spagni | 1 | -1/+1 |
2016-12-04 | Merge pull request #1385 | Riccardo Spagni | 1 | -0/+3 |
2016-12-04 | Merge pull request #1380 | Riccardo Spagni | 1 | -0/+2 |
2016-12-04 | Fix a few minor typos | Pierre Boyer | 1 | -1/+1 |
2016-11-28 | wallet: add API and RPC to create/parse monero: URIs | moneromooo-monero | 1 | -0/+3 |
2016-11-26 | wallet: add a getter for the filename path | moneromooo-monero | 1 | -0/+2 |
2016-11-26 | Improve daemon RPC version handling | moneromooo-monero | 1 | -1/+1 |
2016-11-24 | Merge pull request #1369 | Riccardo Spagni | 1 | -1/+7 |
2016-11-23 | wallet2: fix wrong change being recorded for cold signed txes | moneromooo-monero | 1 | -1/+7 |
2016-11-19 | wallet: fix exporting outputs and key images with txes with two pubkeys | moneromooo-monero | 1 | -0/+1 |
2016-11-17 | Merge pull request #1318 | Riccardo Spagni | 1 | -1/+4 |
2016-11-16 | wallet: auto sync outputs and key images in cold signing files | moneromooo-monero | 1 | -1/+20 |
2016-11-13 | wallet: fix serialization of new m_key_image_known member | moneromooo-monero | 1 | -2/+16 |
2016-11-13 | Wallet2: calculate approximate blockchain height on offline creation | Jacob Brydolf | 1 | -1/+4 |
2016-11-10 | Created monero-wallet-rpc, moving functionality from monero-wallet-cli | Lee Clagett | 1 | -0/+19 |
2016-11-09 | Merge pull request #1305 | Riccardo Spagni | 1 | -2/+22 |
2016-11-08 | Merge pull request #1306 | Riccardo Spagni | 1 | -0/+6 |
2016-11-08 | Merge pull request #1285 | Riccardo Spagni | 1 | -1/+1 |
2016-11-08 | Merge pull request #1276 | Riccardo Spagni | 1 | -0/+2 |
2016-11-07 | wallet: encrypt outputs and key images files with the view key | moneromooo-monero | 1 | -0/+6 |
2016-11-07 | wallet: fix output collision detection for view wallets | moneromooo-monero | 1 | -2/+22 |
2016-11-02 | wallet: fix bad amounts/fees again | moneromooo-monero | 1 | -2/+24 |
2016-11-01 | refresh speedup | luigi1111 | 1 | -1/+1 |
2016-11-01 | Merge pull request #1281 | Riccardo Spagni | 1 | -0/+3 |
2016-10-31 | wallet: use the dynamic per kB fee | moneromooo-monero | 1 | -0/+2 |
2016-10-30 | wallet: new import_outputs/export_outputs commands | moneromooo-monero | 1 | -0/+3 |
2016-10-30 | wallet: set incoming outputs' key image to 0 on view wallets | moneromooo-monero | 1 | -0/+1 |
2016-10-30 | wallet: print tx overview on submit_transfer too | moneromooo-monero | 1 | -1/+1 |
2016-10-25 | wallet: fix pre-rct cold wallet signing not splitting change | moneromooo-monero | 1 | -3/+6 |
2016-10-22 | Merge pull request #1225 | Riccardo Spagni | 1 | -2/+2 |
2016-10-22 | Merge pull request #1224 | Riccardo Spagni | 1 | -0/+1 |
2016-10-22 | Merge pull request #1200 | Riccardo Spagni | 1 | -1/+0 |
2016-10-15 | Rewrote add_wallet_create_if_needed for clearer flow and behaviour | NanoAkron | 1 | -1/+0 |
2016-10-15 | Always confirm transfers defaults to ON/YES | NanoAkron | 1 | -2/+2 |
2016-10-15 | simplewallet: fix sweep_all misreporting sweeped amount for rct outputs | moneromooo-monero | 1 | -0/+1 |
2016-10-04 | wallet: better implementation of sweep_unmixable | moneromooo-monero | 1 | -2/+1 |
2016-10-04 | Merge pull request #1173 | Riccardo Spagni | 1 | -0/+1 |
2016-10-04 | Merge pull request #1160 | Riccardo Spagni | 1 | -2/+5 |
2016-10-04 | Merge pull request #1140 | Riccardo Spagni | 1 | -13/+73 |
2016-10-03 | wallet2_api: added Wallet::daemonBlockChainTargetHeight() | Jacob Brydolf | 1 | -0/+1 |
2016-10-01 | wallet: wallet option to confirm transfers with no payment id | moneromooo-monero | 1 | -2/+5 |
2016-09-27 | wallet: cold wallet transaction signing | moneromooo-monero | 1 | -13/+73 |
2016-09-26 | wallet2_api: added Wallet::daemonBlockChainHeight() | Ilya Kitaev | 1 | -0/+1 |