summaryrefslogtreecommitdiff
path: root/tests/core_tests
Commit message (Expand)AuthorAgeFilesLines
* cryptonote: untangle dependency from miner to blockchainmoneromooo-monero2019-10-311-2/+6
* Merge pull request #5915luigi11112019-10-081-5/+13
|\
| * monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-5/+13
* | RandomX integrationHoward Chu2019-09-251-2/+2
* | Merge pull request #5882luigi11112019-09-243-6/+40
|\ \
| * | blockchain: enforce 10 block age for spending outputsmoneromooo-monero2019-09-173-6/+40
* | | Merge pull request #5877luigi11112019-09-241-2/+2
|\ \ \ | |/ / |/| |
| * | Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-2/+2
| |/
* / blockchain: forbid v1 coinbase from v12moneromooo-monero2019-08-193-0/+28
|/
* add a few checks where it seems appropriatemoneromooo-monero2019-04-292-0/+2
* 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