aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15wallet: add sweep_single commandstoffu1-0/+1
2017-11-15wallet2 bugfix: loading old m_unconfirmed_paymentsstoffu1-3/+2
2017-11-14wallet: rejig to avoid prompting in wallet2moneromooo-monero1-7/+4
2017-11-14simplewallet: reject attempts to use too low mixin earlymoneromooo-monero1-0/+1
2017-11-13wallet2: use a vector, not a list, for selected_transfersmoneromooo-monero1-14/+38
2017-11-06track double spending in the txpoolmoneromooo-monero1-7/+32
2017-11-03Used declared default refresh status as default rather than it's current valueMaxime THIEBAUT1-2/+2
2017-10-29Wallet2: Don't throw when subaddress label doesn't existJaquee1-2/+2
2017-10-23wallet2: fix subaddress fields serializationmoneromooo-monero1-0/+15
2017-10-16Wallet: Descriptions through new commands 'set_description', 'get_description'rbrunner71-1/+27
2017-10-16Distinguish "not enough money" and "not enough unlocked money"binaryFate1-2/+2
2017-10-15wallet2+API: use separate callbacks for lightwalletsJaquee1-0/+7
2017-10-15wallet2: get_outs lightwallet supportJaquee1-0/+2
2017-10-15wallet2: refactor is_tx_spendtime_unlocked()Jaquee1-0/+1
2017-10-15my/openmonero API functionsJaquee1-0/+34
2017-10-15wallet2: add remove_obsolete_pool_txs()Jaquee1-0/+1
2017-10-15wallet2: add on_pool_tx_removed callbackJaquee1-0/+1
2017-10-15wallet2: light wallet member variablesJaquee1-1/+15
2017-10-15wallet2: add ssl option to init()Jaquee1-1/+1
2017-10-07Subaddresseskenshi841-54/+131
2017-10-07wallet: encrypt (un)signed tx, also optionally save unencrypted raw tx hexstrstoffu1-2/+2
2017-10-03tests: fix hashchain unit testsmoneromooo-monero1-1/+1
2017-10-03wallet2: error check for generate_key_image_helper, removed redundant wallet_...stoffu1-1/+0
2017-10-02simplewallet: allow to set threshold before warning about tx backlogselsta1-0/+3
2017-10-02wallet2: fix hash chain trimming when the inner chain becomes emptymoneromooo-monero1-1/+2
2017-09-25wallet2: do not keep block hashes below last checkpointmoneromooo-monero1-5/+52
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-1/+1
2017-09-25wallet2: simplify tx processing a bitmoneromooo-monero1-2/+15
2017-09-25wallet2: factor some of the tx scanning codemoneromooo-monero1-0/+1
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero1-1/+1
2017-08-29simplewallet: new "fee" command to display fee informationmoneromooo-monero1-3/+4
2017-08-26wallet: new option to check/confirm txpool backlog when sendingmoneromooo-monero1-2/+7
2017-08-21wallet2: export/import wallet data functionsJaquee1-1/+6
2017-08-18import_key_images - allow importing without being connected to daemonJaquee1-1/+1
2017-08-05wallet2: fix temporarily missing incoming tx when being minedmoneromooo-monero1-1/+1
2017-08-03Enable verifying wallet password with having to load wallet.m2049r1-0/+2
2017-08-02wallet2: add a is_synced functionmoneromooo-monero1-0/+2
2017-08-02wallet: return unlock_time in get_transfersmoneromooo-monero1-3/+11
2017-06-03Prevent crash if performing certain actions before wallet is initializedRobby Weinberg1-2/+3
2017-05-09Correct spelling of 'get_upper_transaction_size_limit'Nano Akron1-2/+2
2017-04-24wallet: add sweep_below functionmoneromooo-monero1-1/+1
2017-04-11Resolve #92 add ability to create wallets thru RPCHoward Chu1-0/+3
2017-03-25wallet: option to merge destinationsmoneromooo-monero1-2/+5
2017-03-24wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero1-2/+9
2017-03-21wallet2: cache which pool txes were scanned alreadymoneromooo-monero1-1/+6
2017-03-20wallet2: speed up transactions using remote nodesmoneromooo-monero1-0/+2
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero1-1/+2
2017-03-05wallet: add password commandmoneromooo-monero1-1/+1
2017-03-04wallet: fix get_tranfers with multiple incoming txes with same pidmoneromooo-monero1-3/+13
2017-03-02allow user I/O in millinero, micronero, nanonero, piconeromoneromooo-monero1-0/+2
2017-02-27Add support for the wallet to refresh pruned blocksmoneromooo-monero1-7/+7
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-4/+5
2017-02-06wallet2: fix transactions not considering rct inputsmoneromooo-monero1-1/+1
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett1-2/+5
2017-02-03simplewallet: option to always ask password for any crytical operationskenshi841-2/+5
2017-01-25Updates to epee HTTP client codeLee Clagett1-5/+5
2017-01-22Replace BOOST_FOREACH with C++11 ranged forMiguel Herranz1-8/+8
2017-01-16wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero1-2/+4
2017-01-16wallet2: reuse fake outs when adjusting fee on transfermoneromooo-monero1-2/+5
2017-01-16specify restore height by YYYY-MM-DD formatkenshi841-0/+2
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+4
2017-01-14wallet2: use at least two rct inputs if possiblemoneromooo-monero1-2/+2
2017-01-14fix timeout in check_connectionJaquee1-1/+1
2017-01-13Move key image export/import functions to wallet2Jaquee1-0/+2
2017-01-12Wallet2 + API: Callbacks for unconfirmed transfersJaquee1-0/+1
2017-01-10GUI cold signingJaquee1-0/+7
2017-01-10Wallet API: functions for supporting/creating view only walletsJaquee1-0/+1
2017-01-10Wallet API: functions for supporting/creating view only walletsJaquee1-0/+1
2017-01-09wallet cli: print originating block heights of mixin keys when making transferkenshi841-2/+5
2017-01-08Cold signing: make sure short payment id isnt encrypted twiceJaquee1-0/+1
2017-01-03portable serializer: tests addedkenshi841-0/+3
2017-01-02portable serializer: make signerd/unsigned tx portable, ignore archive versio...kenshi841-32/+46
2016-12-21make openalias also available for solo miner; introduce namespace tools::dns_...kenshi841-4/+0
2016-12-19Refactored password prompting for walletsLee Clagett1-0/+3
2016-12-16added experimental boost::archive::portable_binary_{i|o}archivekenshi841-4/+3
2016-12-14AddressBook: use unsigned type for row ID'sanonimal1-1/+1
2016-12-12addressbook updatesJaquee1-3/+3
2016-12-12GUI address bookJaquee1-1/+29
2016-12-09Fix sending outputs from a tx with more than one pubkeymoneromooo-monero1-1/+13
2016-12-04Fix a few minor typosPierre Boyer1-1/+1
2016-11-28wallet: add API and RPC to create/parse monero: URIsmoneromooo-monero1-0/+3
2016-11-26wallet: add a getter for the filename pathmoneromooo-monero1-0/+2
2016-11-26Improve daemon RPC version handlingmoneromooo-monero1-1/+1
2016-11-23wallet2: fix wrong change being recorded for cold signed txesmoneromooo-monero1-1/+7
2016-11-19wallet: fix exporting outputs and key images with txes with two pubkeysmoneromooo-monero1-0/+1
2016-11-16wallet: auto sync outputs and key images in cold signing filesmoneromooo-monero1-1/+20
2016-11-13wallet: fix serialization of new m_key_image_known membermoneromooo-monero1-2/+16
2016-11-13wallet: fix serialization of new m_key_image_known membermoneromooo-monero1-2/+16
2016-11-13Wallet2: calculate approximate blockchain height on offline creationJacob Brydolf1-1/+4
2016-11-10Created monero-wallet-rpc, moving functionality from monero-wallet-cliLee Clagett1-0/+19
2016-11-07wallet: encrypt outputs and key images files with the view keymoneromooo-monero1-0/+6
2016-11-07wallet: fix output collision detection for view walletsmoneromooo-monero1-2/+22
2016-11-02wallet: fix bad amounts/fees againmoneromooo-monero1-2/+24
2016-11-01refresh speedupluigi11111-1/+1
2016-10-31wallet: use the dynamic per kB feemoneromooo-monero1-0/+2
2016-10-30wallet: new import_outputs/export_outputs commandsmoneromooo-monero1-0/+3
2016-10-30wallet: set incoming outputs' key image to 0 on view walletsmoneromooo-monero1-0/+1
2016-10-30wallet: print tx overview on submit_transfer toomoneromooo-monero1-1/+1
2016-10-25wallet: fix pre-rct cold wallet signing not splitting changemoneromooo-monero1-3/+6
2016-10-15Rewrote add_wallet_create_if_needed for clearer flow and behaviourNanoAkron1-1/+0
2016-10-15Always confirm transfers defaults to ON/YESNanoAkron1-2/+2
2016-10-15simplewallet: fix sweep_all misreporting sweeped amount for rct outputsmoneromooo-monero1-0/+1
2016-10-04wallet: better implementation of sweep_unmixablemoneromooo-monero1-2/+1
2016-10-03wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf1-0/+1
2016-10-01wallet: wallet option to confirm transfers with no payment idmoneromooo-monero1-2/+5
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero1-13/+73
2016-09-26wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev1-0/+1
2016-09-16wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero1-9/+9
2016-09-15Decrease minimum fee from 0.01/kB to 0.002/kBmoneromooo-monero1-1/+1
2016-08-28wallet: transfer_selected_rct now also selects fake outsmoneromooo-monero1-0/+2
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-2/+17
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-4/+1
2016-08-28wallet: do not store signatures in the wallet cachemoneromooo-monero1-6/+29
2016-08-28wallet2: factor m_spent changesmoneromooo-monero1-0/+2
2016-08-28wallet: use the prefered rct case only when enough rct outs existmoneromooo-monero1-0/+2
2016-08-28wallet: do not try to use rct txes a few blocks before the forkmoneromooo-monero1-2/+2
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-3/+1
2016-08-28rpc: send global indices along with blocks/transacions on refreshmoneromooo-monero1-5/+5
2016-08-28wallet: better tx input selectionmoneromooo-monero1-0/+3
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-3/+10
2016-08-28wallet: rct specific output selectionmoneromooo-monero1-0/+2
2016-08-28wallet: factor transfer_rct code with transfer codemoneromooo-monero1-1/+0
2016-08-28wallet: reset output spent status on blockchain reorgmoneromooo-monero1-6/+20
2016-08-28add rct to the protocolmoneromooo-monero1-10/+47
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-2/+2
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero1-1/+1
2016-07-24wallet: new {ex,im}port_key_images commands and RPC callsmoneromooo-monero1-1/+3
2016-07-20wallet: add unconfirmed incoming txes from the txpoolmoneromooo-monero1-3/+10
2016-07-19wallet: add command and RPC to sign/verify datamoneromooo-monero1-0/+3
2016-07-10Add a daemon RPC version, and make simplewallet check itmoneromooo-monero1-1/+1
2016-06-23Typo fixedIlya Kitaev1-1/+1
2016-06-23Wallet API : WalletManager::findWallets() addedIlya Kitaev1-1/+1
2016-06-23i_wallet_callback: virtual dtorIlya Kitaev1-0/+1
2016-06-23- testnet option added to api;Ilya Kitaev1-0/+1
2016-06-22wallet: add a fee multipliermoneromooo-monero1-5/+9
2016-06-22Typo fixedIlya Kitaev1-1/+1
2016-06-03Wallet API : WalletManager::findWallets() addedIlya Kitaev1-1/+1
2016-05-13i_wallet_callback: virtual dtorIlya Kitaev1-0/+1
2016-04-29Move refresh height to keys file from cache fileHoward Chu1-1/+2
2016-04-26wallet: allow attaching notes to txidsmoneromooo-monero1-1/+8
2016-04-26wallet: add GMT timestamps to transfers/paymentsmoneromooo-monero1-6/+18
2016-04-19wallet: add a new sweep_all command and RPC commandmoneromooo-monero1-0/+1
2016-04-18 modified: src/wallet/wallet2.cppawfulcrawler1-2/+2
2016-04-18 modified: src/simplewallet/simplewallet.cppawfulcrawler1-2/+9
2016-04-17Add GET_HASHES_FAST rpc, use it in walletHoward Chu1-0/+2
2016-04-17wallet2: move output selection api publicmoneromooo-monero1-4/+6
2016-04-02wallet: better output selection for transfer/transfer_newmoneromooo-monero1-15/+15
2016-03-27wallet: make load_keys check types when loading JSONmoneromooo-monero1-1/+1
2016-03-26wallet: pass std::function by const ref, not valuemoneromooo-monero1-1/+1
2016-03-26wallet: do not leak owned amounts to the daemon unless --trusted-daemonmoneromooo-monero1-2/+2
2016-03-26wallet: change sweep_dust to sweep_unmixablemoneromooo-monero1-2/+5
2016-03-25- testnet option added to api;Ilya Kitaev1-0/+1
2016-03-25wallet: add a --generate-from-json flagmoneromooo-monero1-3/+9
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-1/+0
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-0/+1
2016-03-16Wallet::store_to(path, password) implemented;Ilya Kitaev1-0/+6
2016-03-16Wallet::setPassword() method for wallet2_apiIlya Kitaev1-0/+3
2016-03-11wallet_rpc_server: make use_fork_rules publicmoneromooo-monero1-1/+2
2016-03-11Use boost::thread instead of std::threadHoward Chu1-1/+1
2016-02-22simplewallet: add a new --restore-from-keys optionmoneromooo-monero1-0/+10
2016-01-31wallet: forbid dust altogether in output selection where appropriatemoneromooo-monero1-3/+4
2016-01-29wallet: detect and handle failed outgoing transfersmoneromooo-monero1-1/+6
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-1/+1
2016-01-10wallet2: decide at runtime which upper tx size to usemoneromooo-monero1-2/+4
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-30wallet: add a rescan_bc command and rescan_blockchain RPCmoneromooo-monero1-0/+1
2015-12-30wallet: protect against exceptions in the block pull threadmoneromooo-monero1-1/+1
2015-12-20wallet: fix load/save versioning bug for recently added tx datamoneromooo-monero1-2/+5
2015-12-19Allow the wallet to access hard fork informationmoneromooo-monero1-1/+3
2015-12-05wallet: make the wallet refresh type a wallet settingmoneromooo-monero1-1/+2
2015-11-28wallet: optional automatic refresh from the daemonmoneromooo-monero1-2/+5
2015-11-27wallet2: parallelize pulling blocks and processing them on refreshmoneromooo-monero1-0/+5
2015-11-27wallet2: maintain the short chain manually when refreshingmoneromooo-monero1-1/+1
2015-11-27wallet2: split pull blocks between pulling and processingmoneromooo-monero1-1/+2
2015-11-22wallet: make the refresh optimizations selectable via command linemoneromooo-monero1-2/+15
2015-11-22wallet: speedup refresh from daemonmoneromooo-monero1-1/+1
2015-11-22wallet2: speedup refresh a bitmoneromooo-monero1-1/+3
2015-11-22wallet: storing outgoing tx info now defaults to enabledmoneromooo-monero1-2/+2
2015-11-22wallet: rename store-tx-keys to store-tx-infomoneromooo-monero1-5/+5
2015-11-22wallet: improve show_transfersmoneromooo-monero1-4/+27
2015-11-21wallet: use incoming blocks to keep track of payments toomoneromooo-monero1-1/+2
2015-11-15wallet: track outgoing payments and add a show_transfers commandmoneromooo-monero1-3/+30
2015-10-30simplewallet: add a set default-mixin commandmoneromooo-monero1-2/+5
2015-10-27Fix a possibly-unused warning, and rationalize typesmoneromooo-monero1-4/+4
2015-10-25Fix leak on real output when using a very recent outputmoneromooo-monero1-1/+0
2015-10-11from hard fork 2, all outputs must be decomposedmoneromooo-monero1-32/+23
2015-08-24wallet: only return tx keys via RPC if requestedmoneromooo-monero1-3/+6
2015-08-22wallet: encrypt the cache filemoneromooo-monero1-0/+12
2015-08-19make tx keys available to the usermoneromooo-monero1-3/+11
2015-08-11wallet: new rescan_spent command to update outputs' spent statusmoneromooo-monero1-0/+1
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-0/+2
2015-07-22wallet: new transaction construction algorithmmoneromooo-monero1-0/+5
2015-07-18wallet: add boolean to always confirm transactions with the usermoneromooo-monero1-1/+6
2015-06-20simplewallet: allow creating a wallet from a public address and view secret keymoneromooo-monero1-0/+9
2015-05-31wallet: add watch only wallet supportmoneromooo-monero1-1/+5
2015-05-30wallet: add a sweep_dust commandmoneromooo-monero1-0/+4
2015-05-27wallet: add consts where appropriatemoneromooo-monero1-9/+10
2015-01-11Add a --restricted-rpc flag to simplewalletmoneromooo-monero1-1/+3
2015-01-11Allow get_bulk_payments to return all payments regardless of payment IDmoneromooo-monero1-0/+1