aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet_manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* wallet2_api: add an API to the OpenAlias resolvermoneromooo-monero2016-12-171-0/+8
|
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that ↵Randi Joseph2016-12-131-1/+3
| | | | third party uses of the wallet api can transition.
* GUI address bookJaquee2016-12-121-0/+2
|
* wallet_api: add a few daemon related gettersmoneromooo-monero2016-11-291-1/+64
| | | | Blockchain height, version, Mining hash rate...
* 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
|
* wallet2_api: make this build (smatch needs .str() for /=)moneromooo-monero2016-07-071-1/+1
|
* WalletManager::findWallets: searching by "keys" files instead ofIlya Kitaev2016-06-231-5/+3
| | | | "address.txt" files
* commented regexIlya Kitaev2016-06-231-1/+1
|
* removed unused "using"Ilya Kitaev2016-06-231-1/+0
|
* Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-231-0/+37
|
* api implementation splitted over separate filesIlya Kitaev2016-06-231-0/+108