aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api
Commit message (Expand)AuthorAgeFilesLines
* 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
| * TransactionHistory continuedIlya Kitaev2016-04-293-11/+92
| * merged with upstreamIlya Kitaev2016-04-263-2/+99
| * Wallet API: transaction history in progressIlya Kitaev2016-04-223-7/+14
| * Wallet API : transaction history in progressIlya Kitaev2016-04-226-11/+55
| * transaction history api in progressIlya Kitaev2016-04-202-0/+42
| * transaction history api in progressIlya Kitaev2016-04-205-14/+67
| * api implementation splitted over separate filesIlya Kitaev2016-04-2011-0/+1087
* WalletManager::findWallets: searching by "keys" files instead ofIlya Kitaev2016-06-231-5/+3
* Wallet: payment id and integrated addressIlya Kitaev2016-06-232-9/+53
* PendingTransactionImpl: pointer->referenceIlya Kitaev2016-06-232-4/+4
* commented regexIlya Kitaev2016-06-231-1/+1
* Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-232-8/+12
* double/string to monero integer convertion methodsIlya Kitaev2016-06-231-0/+17
* wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-232-1/+12
* Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev2016-06-232-0/+12
* removed unused "using"Ilya Kitaev2016-06-231-1/+0
* Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-232-0/+38
* WalletListener::moneySpent testIlya Kitaev2016-06-231-0/+8
* WalletListener::moneySpent(), WalletListener::moneyReceived()Ilya Kitaev2016-06-231-2/+21
* started WalletListenerIlya Kitaev2016-06-232-1/+57
* TransactionHistory continuedIlya Kitaev2016-06-233-11/+92
* merged with upstreamIlya Kitaev2016-06-233-2/+99
* Wallet API : transaction history in progressIlya Kitaev2016-06-236-18/+69
* transaction history api in progressIlya Kitaev2016-06-236-14/+109