aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1152Riccardo Spagni2016-10-041-7/+145
|\
| * 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
* | Merge pull request #1140Riccardo Spagni2016-10-041-4/+4
|\ \
| * | wallet: cold wallet transaction signingmoneromooo-monero2016-09-271-4/+4
* | | tests: fix build after addition of cryptonote_core::get_block_sync_sizemoneromooo-monero2016-10-012-0/+2
| |/ |/|
* | 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-262-5/+21
* | libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev2016-09-261-2/+49
* | libwallet_api: simple documentation on testing environmentIlya Kitaev2016-09-232-3/+25
* | 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
|/
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-1812-44/+35
* rct: rework serialization to avoid storing vector sizesmoneromooo-monero2016-09-141-2/+5
* tests: block reward: disable 64-bit-only tests on 32-bit systemsredfish2016-09-041-0/+2
* fix remaining bitmonero and simplewallet bitsRiccardo Spagni2016-09-0310-10/+10
* cmake: exclude tests from runningredfish2016-09-011-11/+3
* Merge pull request #1018Riccardo Spagni2016-09-011-1/+1
|\
| * core: faster find_blockchain_supplementmoneromooo-monero2016-08-311-1/+1
* | tests: cmake: fix building with system gtestredfish2016-08-305-8/+9
* | tests: cmake: use a list for enabled testsredfish2016-08-301-6/+12
* | cmake: tests: gtest target is not always defined #983redfish2016-08-301-2/+9
|/
* Prevent core_tests from building under TravisJacob Torrey2016-08-291-1/+3
* Merge pull request #992Riccardo Spagni2016-08-281-2/+10
|\
| * Build the core_tests under TravisJacob Torrey2016-08-271-4/+1
| * Disabled libwallet_api_test until Issue #895 resolvedJacob Torrey2016-08-261-1/+3
| * Disable core_tests on Travis-CIJacob Torrey2016-08-261-2/+11
* | tests: hard fork list must end with a 0moneromooo-monero2016-08-283-4/+4
* | New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-2810-11/+28
* | rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-282-16/+17
* | rct: rework v2 txes into prunable and non prunable datamoneromooo-monero2016-08-282-39/+41
* | rct: rework the verification preparation processmoneromooo-monero2016-08-281-4/+4
* | rct: change the simple flag to a typemoneromooo-monero2016-08-282-2/+2
* | rct: avoid the need for the last II elementShen Noether2016-08-281-4/+2
* | wallet: do not store signatures in the wallet cachemoneromooo-monero2016-08-282-1/+6
* | rct: do not serialize senderPk - it is not used anymoremoneromooo-monero2016-08-281-1/+3
* | core_tests: fix a couple pre-rct tests using rctmoneromooo-monero2016-08-281-2/+2
* | change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2016-08-282-9/+9
* | rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-283-20/+35
* | rct: do not serialize public keys in outPkmoneromooo-monero2016-08-281-1/+2
* | tests: add tests for wallet output selectionmoneromooo-monero2016-08-282-1/+100
* | port get_tx_key/check_tx_key to rctmoneromooo-monero2016-08-281-2/+4
* | tests: add basic tests for simple rct apimoneromooo-monero2016-08-281-44/+378
* | integrate simple rct apimoneromooo-monero2016-08-283-7/+65
* | move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-281-5/+1