aboutsummaryrefslogtreecommitdiff
path: root/tests/libwallet_api_tests/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* tests: add a few try/catch in main to shut coverity upmoneromooo-monero2019-04-031-0/+3
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* Wallet API: make nettype non-defaulted to disambiguate from deprecated versio...stoffu2018-03-061-51/+51
* Correct spelling mistakes.Edward Betts2018-03-051-1/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* split wallet and wallet_apimoneromooo-monero2017-11-161-1/+1
* Merge pull request #2696Riccardo Spagni2017-11-141-0/+2
|\
| * Initialize openssl on startupmoneromooo-monero2017-10-211-0/+2
* | fix libwallet api test after api changeJaquee2017-10-291-8/+8
|/
* Subaddresseskenshi842017-10-071-55/+59
* libwallet_api_tests: initialize newblock_triggered on resetmoneromooo-monero2017-09-251-1/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* switch to boost::thread for mingw buildLee Clagett2017-02-161-29/+30
* update wallet api testsJaquee2017-02-041-7/+8
* Wallet2 + API: Callbacks for unconfirmed transfersJaquee2017-01-121-0/+10
* Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph2016-12-131-136/+136
* libwallet_api: test: adjusted mixin_count=4 as it's minumum allowedIlya Kitaev2016-10-061-3/+4
* libwallet_api: some renamingsIlya Kitaev2016-10-061-6/+8
* libwallet_api: do not use fast-refresh on recoveryIlya Kitaev2016-10-011-11/+53
* libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev2016-09-301-1/+25
* libwallet_api: fast-refresh for new walletIlya Kitaev2016-09-301-3/+28
* libwallet_api: test for create/init wallet on mainnetIlya Kitaev2016-09-281-3/+50
* libwallet_api: tests: fixed WalletCallbackReceived testIlya Kitaev2016-09-281-3/+7
* libwallet_api: tests: test fixed according implementationIlya Kitaev2016-09-271-1/+0
* libwallet_api: tests: compilation errors fixedIlya Kitaev2016-09-271-2/+2
* wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2016-09-261-3/+21
* libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-261-2/+49
* libwallet_api: tests: env variables for WALLETS_ROOT_DIR andIlya Kitaev2016-09-221-13/+36
* libwallet_api: tests: changed testwallets path, uncommitted all testsIlya Kitaev2016-09-221-12/+14
* wallet2_api: getter and setter for "refresh interval"Ilya Kitaev2016-09-201-6/+13
* 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-181-33/+72
* 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::filename, Wallet::keysFilename, tests for move walletIlya Kitaev2016-06-101-0/+29
| * Wallet API : WalletManager::findWallets() addedIlya Kitaev2016-06-031-13/+26
| * scripts for faster test wallets generationIlya Kitaev2016-06-011-19/+45
| * 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