aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* wallet: API changes to enable passphrase entryDusan Klinec2019-04-051-2/+13
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* wallet api/device: set estimated restore height if none is providedselsta2019-01-021-0/+2
* query backing devicem2049r2018-09-191-0/+8
* wallet2: make --restricted-rpc available for wallet RPC onlystoffu2018-08-161-5/+5
* wallet: allow adjusting number of rounds for the key derivation functionstoffu2018-08-081-12/+15
* Wallet API: add support for wallet creation from hardware devicestoffu2018-06-211-0/+20
* WalletManagerImpl: reuse existing connection to daemon instead of reconnectiv...stoffu2018-04-071-25/+19
* device: untangle cyclic depenencystoffu2018-03-141-1/+0
* Merge pull request #3347Riccardo Spagni2018-03-081-1/+1
|\
| * wallet_manager: fixed typo deviuce/device.hppstoffu2018-03-051-1/+1
* | Wallet API: generalize 'bool testnet' to 'NetworkType nettype'stoffu2018-03-051-12/+12
|/
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-2/+2
* Merge pull request #3104Riccardo Spagni2018-01-271-4/+26
|\
| * Wallet API: all recover options with passwordm2049r2018-01-171-4/+26
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Add N/N multisig tx generation and signingmoneromooo-monero2017-12-171-2/+2
* Tx proof (revised):stoffu2017-11-181-149/+0
* Wallet API: override update subdir when built from srcJaquee2017-10-291-1/+3
* Subaddresseskenshi842017-10-071-9/+7
* wallet2_api: check whether dynamic_cast returns NULLmoneromooo-monero2017-09-251-0/+2
* store is optional during close and defaults to true; except during descructionm2049r2017-09-231-2/+2
* Enable verifying wallet password with having to load wallet.m2049r2017-08-031-0/+4
* Wallet API: add hard fork info functionsJaquee2017-03-241-20/+0
* wallet: fix set_log not handling 0,xxx style settingsmoneromooo-monero2017-03-211-1/+1
* wallet api: add missing mining optionsJaquee2017-03-021-1/+3
* wallet2_api: add updates check apimoneromooo-monero2017-02-221-0/+28
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1747Riccardo Spagni2017-02-211-1/+0
|\
| * wallet_api: fix logging init via apimoneromooo-monero2017-02-181-1/+0
* | simplewallet: validate hex input sizemoneromooo-monero2017-02-141-2/+2
|/
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-1/+1
* Merge pull request #1629Riccardo Spagni2017-02-021-21/+20
|\
| * Updates to epee HTTP client codeLee Clagett2017-01-251-21/+20
* | Wallet API: Create wallet from keysJaquee2017-01-301-0/+16
|/
* wallet2_api: add API to set log categoriesmoneromooo-monero2017-01-161-0/+5
* Change logging to easylogging++moneromooo-monero2017-01-161-2/+2
* wallet2_api: add solo mining APImoneromooo-monero2017-01-091-1/+37
* Merge pull request #1500Riccardo Spagni2017-01-081-1/+32
|\
| * wallet2_api: some new APIs to access daemon statemoneromooo-monero2016-12-251-1/+32
* | make openalias also available for solo miner; introduce namespace tools::dns_...kenshi842016-12-211-1/+2
|/
* wallet2_api: add an API to the OpenAlias resolvermoneromooo-monero2016-12-171-0/+8
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph2016-12-131-1/+3
* GUI address bookJaquee2016-12-121-0/+2
* wallet_api: add a few daemon related gettersmoneromooo-monero2016-11-291-1/+64
* wallet_api: txkey checking functions for the GUImoneromooo.monero2016-11-051-0/+153
* Wallet API: added walletExists logicJacob Brydolf2016-10-301-1/+7
* Wallet API: make sure path exists before searching for walletsJacob Brydolf2016-10-281-2/+5
* libwallet_api: Added option to restore from specific heightJacob Brydolf2016-10-081-1/+4
* wallet_api: async init, Wallet::connected status, log levelIlya Kitaev2016-07-181-0/+5