aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api
Commit message (Expand)AuthorAgeFilesLines
...
| * | libwallet_api: do not signal on sent/received tx until wallet completelyIlya Kitaev2016-10-072-6/+25
| * | libwallet_api: TransactionHistory: read/write syncchronizationIlya Kitaev2016-10-062-14/+21
| * | libwallet_api: some renamingsIlya Kitaev2016-10-063-3/+3
| * | Initialize transaction history if emptyIlya Kitaev2016-10-063-2/+11
| * | libwallet_api: fixes for transaction historyIlya Kitaev2016-10-061-3/+13
* | | libwallet_api: Added option to restore from specific heightJacob Brydolf2016-10-084-2/+10
|/ /
* | Merge pull request #1173Riccardo Spagni2016-10-042-0/+18
|\ \ | |/ |/|
| * wallet2_api: added Wallet::daemonBlockChainTargetHeight()Jacob Brydolf2016-10-032-0/+18
* | libwallet_api: do not use fast-refresh on recoveryIlya Kitaev2016-10-012-3/+10
* | libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev2016-09-302-6/+5
* | libwallet_api: fix unhandled exception on address checkIlya Kitaev2016-09-301-12/+16
* | libwallet_api: fast-refresh for new walletIlya Kitaev2016-09-302-9/+28
|/
* 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-262-10/+10
* wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-262-2/+18
* libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-262-1/+10
* wallet2_api: getter and setter for "refresh interval"Ilya Kitaev2016-09-202-1/+24
* wallet2_api: fixed deadlock while closing walletIlya Kitaev2016-09-201-3/+7
* switch wallet API from std thread/mutex to boostRiccardo Spagni2016-09-182-11/+11
* wallet: change priority/fee to ArticMine's recommendationmoneromooo-monero2016-09-161-2/+1
* wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-281-3/+2
* wallet2_api: zero amounts are now allowed with rctmoneromooo-monero2016-08-281-6/+0
* wallet2_api: update on_money_{received,spent} prototypes for rct changesmoneromooo-monero2016-08-281-4/+2
* libwallet_api: Wallet::amountFromString fixedIlya Kitaev2016-08-231-1/+1
* libwallet_api: helper method to return maximumAllowedAmountIlya Kitaev2016-08-231-0/+5
* libwallet_api: do not store wallet on close if status is not okIlya Kitaev2016-08-221-3/+5
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-2/+2
* Merge pull request #915Riccardo Spagni2016-07-233-21/+162
|\
| * refreshing wallet even if error happenedIlya Kitaev2016-07-182-6/+18
| * wallet_api: async init, Wallet::connected status, log levelIlya Kitaev2016-07-183-14/+45
| * libwallet_api cmake: conditionally creating libwallet_merged2 only forIlya Kitaev2016-07-181-2/+1
| * wallet_api: segfault on refresh fixedIlya Kitaev2016-07-181-2/+2
| * WalletListener functionalityIlya Kitaev2016-07-182-12/+98
| * Transaction fee multiplier aka priority integragedIlya Kitaev2016-07-182-3/+10
| * Wallet::paymentIdValidIlya Kitaev2016-07-181-0/+6
* | wallet2_api: use uint64_t for amountsmoneromooo-monero2016-07-171-2/+2
|/
* wallet2_api: make this build (smatch needs .str() for /=)moneromooo-monero2016-07-071-1/+1
* Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev2016-06-231-5/+3
|\
| * PendingTransactionImpl: pointer->referenceIlya Kitaev2016-06-222-4/+4
| * commented regexIlya Kitaev2016-06-221-1/+1
| * Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-202-8/+12
| * double/string to monero integer convertion methodsIlya Kitaev2016-06-161-0/+17
| * wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-102-1/+12
| * Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev2016-06-102-0/+12
| * removed unused "using"Ilya Kitaev2016-06-031-1/+0
| * Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-032-0/+38
| * WalletListener::moneySpent testIlya Kitaev2016-05-161-0/+8
| * WalletListener::moneySpent(), WalletListener::moneyReceived()Ilya Kitaev2016-05-131-2/+21
| * started WalletListenerIlya Kitaev2016-05-052-1/+57