aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-12wallet: add encrypted seed functionalitymoneromooo-monero1-1/+1
2017-09-02Merge pull request #2362Riccardo Spagni1-3/+4
2017-09-02Merge pull request #2309Riccardo Spagni1-2/+7
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-15Merge pull request #2240Riccardo Spagni1-0/+2
2017-08-15Merge pull request #2238Riccardo Spagni1-0/+2
2017-08-15Merge pull request #2205Riccardo Spagni1-3/+11
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-21Merge pull request #1903Riccardo Spagni1-1/+6
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-06Merge pull request #1846Riccardo Spagni1-1/+1
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-03Merge pull request #1826Riccardo Spagni1-0/+2
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-11Merge pull request #1689Riccardo Spagni1-2/+5
2017-02-11Merge pull request #1686Riccardo 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-04Merge pull request #1640Riccardo Spagni1-2/+5
2017-02-03simplewallet: option to always ask password for any crytical operationskenshi841-2/+5
2017-02-02Merge pull request #1629Riccardo Spagni1-5/+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-15Merge pull request #1569Riccardo Spagni1-0/+2
2017-01-16specify restore height by YYYY-MM-DD formatkenshi841-0/+2
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+4
2017-01-15Merge pull request #1574Riccardo Spagni1-2/+2
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-13Merge pull request #1562Riccardo Spagni1-0/+2
2017-01-13Merge pull request #1559Riccardo Spagni1-0/+1
2017-01-13Merge pull request #1541Riccardo Spagni1-0/+7
2017-01-13Merge pull request #1540Riccardo Spagni1-0/+1
2017-01-13Merge pull request #1526Riccardo Spagni1-0/+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-08Merge pull request #1515Riccardo Spagni1-32/+49
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-20Merge pull request #1472Riccardo Spagni1-0/+3
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-04Merge pull request #1398Riccardo Spagni1-1/+1
2016-12-04Merge pull request #1385Riccardo Spagni1-0/+3
2016-12-04Merge pull request #1380Riccardo Spagni1-0/+2
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-24Merge pull request #1369Riccardo Spagni1-1/+7
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-17Merge pull request #1318Riccardo Spagni1-1/+4
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-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-09Merge pull request #1305Riccardo Spagni1-2/+22
2016-11-08Merge pull request #1306Riccardo Spagni1-0/+6
2016-11-08Merge pull request #1285Riccardo Spagni1-1/+1
2016-11-08Merge pull request #1276Riccardo Spagni1-0/+2
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-11-01Merge pull request #1281Riccardo Spagni1-0/+3
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-22Merge pull request #1225Riccardo Spagni1-2/+2
2016-10-22Merge pull request #1224Riccardo Spagni1-0/+1
2016-10-22Merge pull request #1200Riccardo Spagni1-1/+0
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-04Merge pull request #1173Riccardo Spagni1-0/+1
2016-10-04Merge pull request #1160Riccardo Spagni1-2/+5
2016-10-04Merge pull request #1140Riccardo Spagni1-13/+73
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-20Merge pull request #902Riccardo Spagni1-1/+1
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-07-06Merge pull request #878Riccardo Spagni1-5/+9
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-27Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-1/+2
2016-05-13i_wallet_callback: virtual dtorIlya Kitaev1-0/+1
2016-05-12Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-13/+44
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-26Merge pull request #815Riccardo Spagni1-0/+1
2016-04-26Merge pull request #814Riccardo Spagni1-2/+9
2016-04-26Merge pull request #811Riccardo Spagni1-4/+6
2016-04-26Merge remote-tracking branch 'upstream/master' into developIlya Kitaev1-16/+16
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-31Merge remote-tracking branch 'upstream/master'Ilya Kitaev1-5/+14
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-31Merge pull request #634Riccardo Spagni1-3/+4
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-22Merge pull request #550Riccardo Spagni1-2/+5
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-30Merge pull request #507Riccardo Spagni1-2/+5
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