aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/rct.h
Commit message (Collapse)AuthorAgeFilesLines
* Add view tags to outputs to reduce wallet scanning timej-berman2022-04-181-1/+69
| | | | | | | | | | | | | Implements view tags as proposed by @UkoeHB in MRL issue https://github.com/monero-project/research-lab/issues/73 At tx construction, the sender adds a 1-byte view tag to each output. The view tag is derived from the sender-receiver shared secret. When scanning for outputs, the receiver can check the view tag for a match, in order to reduce scanning time. When the view tag does not match, the wallet avoids the more expensive EC operations when deriving the output public key using the shared secret.
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* blockchain: enforce 10 block age for spending outputsmoneromooo-monero2019-09-171-0/+14
| | | | | Some custom wallet code apparently ignores this, which causes users of that code to be fingerprinted
* tests: fix test_options initialization errorDusan Klinec2019-04-071-1/+1
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* tests: hard fork list must end with a 0moneromooo-monero2016-08-281-1/+1
|
* New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-281-1/+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.
* change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2016-08-281-1/+1
|
* rct: add the tx prefix hash into the MLSAGmoneromooo-monero2016-08-281-0/+13
| | | | to protect the non-signatures parts of the tx from tampering.
* Add rct core testsmoneromooo-monero2016-08-281-0/+251