aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph2016-12-131-1/+3
* addressbook updatesJaquee2016-12-121-6/+11
* GUI address bookJaquee2016-12-121-3/+10
* Merge pull request #1398Riccardo Spagni2016-12-041-1/+1
|\
| * Fix a few minor typosPierre Boyer2016-12-041-1/+1
* | Merge pull request #1380Riccardo Spagni2016-12-041-0/+5
|\ \
| * | wallet: add a getter for the filename pathmoneromooo-monero2016-11-261-0/+5
| |/
* / Improve daemon RPC version handlingmoneromooo-monero2016-11-261-3/+3
|/
* wallet2_api: fix payment ids from integrated addresses being ignoredmoneromooo-monero2016-11-181-0/+11
* Wallet2: calculate approximate blockchain height on offline creationJacob Brydolf2016-11-131-1/+4
* Merge pull request #1315Riccardo Spagni2016-11-111-2/+12
|\
| * Wallet API: use stored refresh height when rebuilding cacheJacob Brydolf2016-11-091-2/+12
* | wallet2_api: support for sweeping allmoneromooo-monero2016-11-091-9/+17
|/
* Merge pull request #1310Riccardo Spagni2016-11-091-0/+92
|\
| * wallet2_api: add API for create_unmixable_sweep_transactionsmoneromooo-monero2016-11-081-0/+92
* | wallet2_api: API to sign and verify a messagemoneromooo-monero2016-11-081-0/+17
* | Merge pull request #1308Riccardo Spagni2016-11-081-0/+6
|\ \
| * | Wallet API: Pause refresh while creating transactionJacob Brydolf2016-11-081-0/+6
| |/
* | Merge pull request #1302Riccardo Spagni2016-11-081-2/+8
|\ \
| * | wallet2_api: allow connection to return "yes, but wrong version"moneromooo-monero2016-11-071-2/+8
| |/
* | Wallet API: added getTxKey()Jacob Brydolf2016-11-081-0/+20
* | wallet2_api: add API for tx notesmoneromooo-monero2016-11-051-0/+20
|/
* Merge pull request #1230Riccardo Spagni2016-10-231-0/+20
|\
| * wallet_api: add address validation functionsmoneromooo-monero2016-10-161-0/+20
* | Merge pull request #1229Riccardo Spagni2016-10-221-2/+7
|\ \
| * | wallet2_api: recognize full size payment ids as validmoneromooo-monero2016-10-161-2/+7
| |/
* | Merge pull request #1228Riccardo Spagni2016-10-221-1/+1
|\ \
| * | wallet_api: do not override invalid payment idmoneromooo-monero2016-10-161-1/+1
| |/
* / wallet: improve error messages when not enough money for transfermoneromooo-monero2016-10-151-0/+9
|/
* Wallet API: added setRecoveringFromSeed();Jacob Brydolf2016-10-101-0/+4
* Merge pull request #1195Riccardo Spagni2016-10-091-7/+28
|\
| * libwallet_api: do not signal on sent/received tx until wallet completelyIlya Kitaev2016-10-071-6/+22
| * libwallet_api: some renamingsIlya Kitaev2016-10-061-1/+0
| * Initialize transaction history if emptyIlya Kitaev2016-10-061-0/+6
* | libwallet_api: Added option to restore from specific heightJacob Brydolf2016-10-081-0/+4
|/
* Merge pull request #1173Riccardo Spagni2016-10-041-0/+17
|\
| * wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf2016-10-031-0/+17
* | libwallet_api: do not use fast-refresh on recoveryIlya Kitaev2016-10-011-3/+6
* | libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev2016-09-301-4/+5
* | libwallet_api: fast-refresh for new walletIlya Kitaev2016-09-301-9/+25
|/
* libwallet_api: Wallet::setAutoRefreshInterval sanity checkIlya Kitaev2016-09-281-1/+9
* libwallet_api: explicitly return 0 in Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-281-0/+2
* wallet2_api: milliseconds resolution for auto-refresh intervalIlya Kitaev2016-09-261-8/+8
* wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-261-0/+15
* libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-261-1/+9
* wallet2_api: getter and setter for "refresh interval"Ilya Kitaev2016-09-201-1/+19
* wallet2_api: fixed deadlock while closing walletIlya Kitaev2016-09-201-3/+7
* switch wallet API from std thread/mutex to boostRiccardo Spagni2016-09-181-4/+4
* wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero2016-09-161-2/+1
* wallet2_api: zero amounts are now allowed with rctmoneromooo-monero2016-08-281-6/+0