summaryrefslogtreecommitdiff
path: root/tests/unit_tests
Commit message (Expand)AuthorAgeFilesLines
* ringct: luigi1111's changes to fix and speedup Borromean sigsluigi11112016-12-041-8/+4
* ringct: switch to Borromean signaturesShen Noether2016-12-042-35/+18
* Merge pull request #1385Riccardo Spagni2016-12-042-0/+218
|\
| * tests: add unit tests for uri parsingmoneromooo-monero2016-11-282-0/+218
* | Added command_line::is_yesLee Clagett2016-11-252-0/+51
|/
* Merge pull request #1371Riccardo Spagni2016-11-241-2/+2
|\
| * Fixed undefined behavior in TestDBLee Clagett2016-11-231-2/+2
* | Merge pull request #1364Riccardo Spagni2016-11-242-0/+178
|\ \
| * | Added task_region - a fork/join task implementationLee Clagett2016-11-232-0/+178
| |/
* | tests: fix uninitialized data valgrind reports in levin testsmoneromooo-monero2016-11-201-0/+1
* | tests: fix uninitialized data valgrind reports in serialization testsmoneromooo-monero2016-11-201-1/+4
|/
* tests: fix another fee test on 32 bitmoneromooo-monero2016-11-131-1/+1
* tests: fix tests builds after fluffy blocks mergemoneromooo-monero2016-11-111-0/+3
* tests: fix fee unit tests on 32 bitmoneromooo-monero2016-11-101-3/+5
* Merge pull request #1276Riccardo Spagni2016-11-082-0/+122
|\
| * core: dynamic fee algorithm from ArticMinemoneromooo-monero2016-10-312-0/+122
* | ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero2016-10-292-2/+4
|/
* core: notify the txpool when transactions are relayedmoneromooo-monero2016-10-231-0/+1
* unit_tests: fix build after get_output_histogram signature changemoneromooo-monero2016-10-191-1/+1
* 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-011-0/+1
|/
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-6/+2
* 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
* 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-301-1/+1
|/
* rct amount key modified as per luigi1111's recommendationsmoneromooo-monero2016-08-281-8/+8
* 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-281-1/+1
* 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-281-0/+5
* rct: do not serialize senderPk - it is not used anymoremoneromooo-monero2016-08-281-1/+3
* rct: make the amount key derivable by a third party with the tx keymoneromooo-monero2016-08-282-15/+32
* 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
* tests: add basic tests for simple rct apimoneromooo-monero2016-08-281-44/+378
* integrate simple rct apimoneromooo-monero2016-08-282-6/+61
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-281-5/+1
* rct: add the tx prefix hash into the MLSAGmoneromooo-monero2016-08-282-6/+6
* ringct: do not serialize what can be reconstructedmoneromooo-monero2016-08-282-21/+13
* tests: test for ringct rctSig data sizesmoneromooo-monero2016-08-281-3/+44
* make rct tx serialization workmoneromooo-monero2016-08-281-0/+201
* ringct: allow no outputs, and add tests for this and feesmoneromooo-monero2016-08-281-31/+75
* ringct: txn fee stuffShen Noether2016-08-281-0/+61
* blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero2016-08-281-0/+4
* tests: new ringct test for checking H2 valuesShen Noether2016-08-281-0/+11
* tests: zero inputs/outputs are in fact supposed to be acceptedmoneromooo-monero2016-08-281-14/+14