summaryrefslogtreecommitdiff
path: root/tests/core_tests
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded SFINAE on check_tx/block verification in core_testsDoyle2019-04-173-77/+28
* Merge pull request #5409Riccardo Spagni2019-04-164-5/+5
|\
| * tests: fix test_options initialization errorDusan Klinec2019-04-074-5/+5
* | Merge pull request #5400Riccardo Spagni2019-04-161-2/+17
|\ \
| * | blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-141-2/+17
| |/
* / tests: trezor tests fixes and improvementsDusan Klinec2019-04-101-1/+1
|/
* Merge pull request #5211Riccardo Spagni2019-03-212-6/+4
|\
| * tests/trezor: HF9 and HF10 testsDusan Klinec2019-03-202-6/+4
* | Merge pull request #5061Riccardo Spagni2019-03-1733-33/+33
|\ \ | |/ |/|
| * Update 2019 copyrightbinaryFate2019-03-0533-33/+33
* | Merge pull request #4977Riccardo Spagni2019-03-145-110/+1353
|\ \ | |/ |/|
| * device/trezor: debugging features, trezor testsDusan Klinec2019-03-055-110/+1353
* | cryptonote: avoid double parsing blocks when syncingmoneromooo-monero2019-03-051-2/+2
* | ArticMine's new block weight algorithmmoneromooo-monero2019-03-041-1/+1
|/
* ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero2019-01-221-1/+1
* add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero2019-01-224-45/+45
* Merge pull request #5046Riccardo Spagni2019-01-182-5/+13
|\
| * core_tests: add a --list_tests command line switchmoneromooo-monero2019-01-072-5/+13
* | core_tests: rename invalid multisig tests to read "invalid"moneromooo-monero2018-12-223-16/+16
|/
* remove some unused codemoneromooo-monero2018-11-232-4/+1
* Multisig M/N functionality core tests addednaughtyfox2018-10-014-42/+223
* Arbitrary M/N multisig schemes:naughtyfox2018-10-011-1/+1
* core_tests: add a test for 4-aggregated BP verificationmoneromooo-monero2018-09-113-0/+16
* core_tests: add a test for a tx with empty bulletproofmoneromooo-monero2018-09-113-0/+20
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-117-163/+176
* require canonical multi output bulletproof layoutmoneromooo-monero2018-09-113-13/+13
* Bulletproof aggregated verification and testsmoneromooo-monero2018-09-117-4/+573
* bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2018-09-111-1/+1
* core_tests: add --filter to select which tests to runmoneromooo-monero2018-07-072-0/+7
* replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-267-18/+18
* keypair::generate: always require hw::device to avoid possible mistakestoffu2018-03-142-3/+3
* Stagenetstoffu2018-03-051-2/+2
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-045-7/+10
* pass large parameters by const ref, not valuemoneromooo-monero2018-02-021-1/+1
* Readd copyright starting datexmr-eric2018-01-262-2/+2
* Update 2018 copyrightxmr-eric2018-01-2631-31/+31
* core_tests: multisig test now tests multiple inputsmoneromooo-monero2017-12-173-135/+208
* Match surae's recommendation to derive multisig keysmoneromooo-monero2017-12-171-4/+6
* make multisig work with subaddressesmoneromooo-monero2017-12-171-7/+11
* add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-176-0/+716
* cryptonote_core does not depend on p2p anymoremoneromooo-monero2017-12-161-1/+1
* add bulletproofs from v7 on testnetmoneromooo-monero2017-12-081-1/+1
* remove "using namespace std" from headersmoneromooo-monero2017-11-141-0/+1
* Merge pull request #2696Riccardo Spagni2017-11-141-0/+1
|\
| * Initialize openssl on startupmoneromooo-monero2017-10-211-0/+1
* | Merge pull request #2691Riccardo Spagni2017-11-1410-12/+8
|\ \
| * | core_tests: do not include chaingen_tests_list.h in all testsmoneromooo-monero2017-10-2010-12/+8
| |/
* | Merge pull request #2686Riccardo Spagni2017-11-141-5/+5
|\ \
| * | always use core_tests for consistency, not coretestsmoneromooo-monero2017-10-191-5/+5
| |/
* / core_tests: fix for subaddress patchkenshi842017-10-176-8/+9
|/