summaryrefslogtreecommitdiff
path: root/tests/unit_tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* ringct: add a test for prooveRange being non deterministicmoneromooo-monero2016-08-281-0/+9
* tests: more ringct range proof testsmoneromooo-monero2016-08-281-0/+245
* tests: add some more ringct building block testsmoneromooo-monero2016-08-281-1/+50
* tests: add Shen Noether's basic ringct testsmoneromooo-monero2016-08-282-1/+209
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-3/+3
* tests: fix a bitflag test typomoneromooo-monero2016-07-261-1/+1
* unit_tests: check adding checkpoints succeededmoneromooo-monero2016-07-261-3/+3
* remove hf_starting_height dbmoneromooo-monero2016-07-131-31/+1
* fix: error: -Werror=misleading-indentationmoneroexample2016-05-181-1/+3
* Merge pull request #831Riccardo Spagni2016-05-172-2/+69
|\
| * unit_tests: add a write_varint/read_varint testmoneromooo-monero2016-05-012-1/+68
| * unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typomoneromooo-monero2016-05-011-1/+1
* | Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-291-4/+5
|\ \ | |/ |/|
| * Merge branch 'performance' into masterHoward Chu2016-04-051-4/+5
| |\
| | * CleanupHoward Chu2016-04-051-4/+5
* | | tests: unbound API is only accessible in static buildsmoneromooo-monero2016-04-021-0/+4
|/ /
* | tests: add test for needed OpenSSL algorithms in unboundmoneromooo-monero2016-03-292-1/+52
* | tests: obligatory hardfork unit build fix after interface changemoneromooo-monero2016-03-261-1/+1
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+1
* | Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-214-4/+2
* | Print stack trace upon exceptionsmoneromooo-monero2016-03-194-2/+4
|/
* unit_tests: fix hard fork unit test compilationwarptangent2016-03-051-1/+1