summaryrefslogtreecommitdiff
path: root/tests/libwallet_api_tests
Commit message (Collapse)AuthorAgeFilesLines
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-1/+5
| | | | | | | | | | | | | | Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared.
* fix remaining bitmonero and simplewallet bitsRiccardo Spagni2016-09-0310-10/+10
|
* tests: cmake: fix building with system gtestredfish2016-08-301-1/+1
| | | | Issues #980 #983
* libwallet_api: tests: checking for result while opening walletIlya Kitaev2016-08-231-4/+6
|
* libwallet_api: Wallet::amountFromString fixedIlya Kitaev2016-08-231-0/+23
|
* libwallet_api: tests: removed logged passwordsIlya Kitaev2016-08-221-2/+2
|
* libwallet_api: do not store wallet on close if status is not okIlya Kitaev2016-08-221-2/+67
|
* wallet_api: async init, Wallet::connected status, log levelIlya Kitaev2016-07-181-20/+81
|
* WalletListener functionalityIlya Kitaev2016-07-182-39/+90
|
* Transaction fee multiplier aka priority integragedIlya Kitaev2016-07-181-0/+42
|
* Merge branch 'master' of https://github.com/mbg033/bitmoneroIlya Kitaev2016-06-231-11/+6
|\
| * Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-201-1/+40
| |
| * double/string to monero integer convertion methodsIlya Kitaev2016-06-161-2/+14
| |
| * wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-101-0/+2
| | | | | | | | | | Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction
| * Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev2016-06-101-0/+29
| |
| * Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-034-15/+29
| |
| * scripts for faster test wallets generationIlya Kitaev2016-06-0111-19/+120
| |
| * regenerated test wallets, basic functions got brokenIlya Kitaev2016-05-271-17/+20
| |
| * WalletListener::moneyReceived testIlya Kitaev2016-05-171-12/+38
| |
| * WalletListener::moneySpent testIlya Kitaev2016-05-161-53/+154
| |
| * TransactionHistory continuedIlya Kitaev2016-04-291-11/+55
| |
| * Wallet API: transaction history in progressIlya Kitaev2016-04-221-4/+4
| |
| * Wallet API : transaction history in progressIlya Kitaev2016-04-221-0/+28
| |
| * TODOs for Transaction/Transfer interfaceIlya Kitaev2016-04-121-4/+4
| |
| * Transaction API continuedIlya Kitaev2016-04-061-0/+2
| |
| * Wallet::createTransaction API introducedIlya Kitaev2016-04-051-2/+8
| |
| * Wallet::transfer() continuedIlya Kitaev2016-04-041-0/+16
| |
| * Wallet::refresh + testsIlya Kitaev2016-03-311-0/+12
| |
| * testnet option, Wallet::balance(), Wallet::unlockedBalance()Ilya Kitaev2016-03-311-11/+12
| |
| * - testnet option added to api;Ilya Kitaev2016-03-251-24/+44
| |
| * wallet2::store() implemented within wallet2::store_toIlya Kitaev2016-03-211-0/+25
| |
* | Wallet: payment id and integrated addressIlya Kitaev2016-06-231-3/+76
| |
* | Wallet::createTransaction: added mixin_count paramIlya Kitaev2016-06-231-1/+40
| |
* | double/string to monero integer convertion methodsIlya Kitaev2016-06-231-2/+14
| |
* | wallet::default_mixin exposed to public interface asIlya Kitaev2016-06-231-0/+2
| | | | | | | | | | Wallet::setDefaultMixin, Wallet::defaultMixin; wallet::create_transaction_2 used in Wallet::createTransaction
* | Wallet::filename, Wallet::keysFilename, tests for move walletIlya Kitaev2016-06-231-0/+29
| |
* | Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-234-15/+29
| |
* | scripts for faster test wallets generationIlya Kitaev2016-06-2311-19/+120
| |
* | regenerated test wallets, basic functions got brokenIlya Kitaev2016-06-231-17/+20
| |
* | WalletListener::moneyReceived testIlya Kitaev2016-06-231-12/+38
| |
* | WalletListener::moneySpent testIlya Kitaev2016-06-231-53/+154
| |
* | TransactionHistory continuedIlya Kitaev2016-06-231-11/+55
| |
* | Wallet API : transaction history in progressIlya Kitaev2016-06-231-0/+28
| |
* | Wallet::createTransaction API introducedIlya Kitaev2016-06-231-3/+11
| | | | | | | | | | | | Transaction API continued TODOs for Transaction/Transfer interface
* | Wallet::transfer in progressIlya Kitaev2016-06-231-0/+16
| |
* | Wallet::refresh + testsIlya Kitaev2016-06-231-0/+12
| |
* | testnet option, Wallet::balance(), Wallet::unlockedBalance()Ilya Kitaev2016-06-231-11/+12
| |
* | - testnet option added to api;Ilya Kitaev2016-06-231-24/+44
| |
* | wallet2::store() implemented within wallet2::store_toIlya Kitaev2016-06-231-0/+25
|/
* Wallet::store_to(path, password) implemented;Ilya Kitaev2016-03-161-1/+64
|