aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/v2_tests.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-11-14Merge pull request #2691Riccardo Spagni1-1/+1
f92f1606 core_tests: do not include chaingen_tests_list.h in all tests (moneromooo-monero)
2017-10-20core_tests: do not include chaingen_tests_list.h in all testsmoneromooo-monero1-1/+1
This fixes all tests being annoyingly rebuilt when one changes
2017-10-17core_tests: fix for subaddress patchkenshi841-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-0/+1
When RingCT is enabled, outputs from coinbase transactions are created as a single output, and stored as RingCT output, with a fake mask. Their amount is not hidden on the blockchain itself, but they are then able to be used as fake inputs in a RingCT ring. Since the output amounts are hidden, their "dustiness" is not an obstacle anymore to mixing, and this makes the coinbase transactions a lot smaller, as well as helping the TXO set to grow more slowly. Also add a new "Null" type of rct signature, which decreases the size required when no signatures are to be stored, as in a coinbase tx.
2016-08-28add rct to the protocolmoneromooo-monero1-6/+4
It is not yet constrained to a fork, so don't use on the real network or you'll be orphaned or rejected.
2016-05-01tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero1-17/+11
The tests for rejection of unmixable outputs in v2 are commented out, as there are no unmixable outputs created anymore. This should be restored at some point.
2016-02-13Add the new test filesmoneromooo-monero1-0/+173
Forgot to add them before commit