aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/v2_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enforce Tx unlock_time is Zero by Relay Rule [RELEASE]jeffro2562024-04-291-1/+1
| | | | | | | | | | | | | | | | Related to https://github.com/monero-project/research-lab/issues/78 Added a relay rule that enforces the `unlock_time` field is equal to 0 for non-coinbase transactions. UIs changed: * Removed `locked_transfer` and `locked_sweep_all` commands from `monero-wallet-cli` APIs changed: * Removed `unlock_time` parameters from `wallet2` transfer methods * Wallet RPC transfer endpoints send error codes when requested unlock time is not 0 * Removed `unlock_time` parameters from `construct_tx*` cryptonote core functions @tobtoht: undo rebase changes tx.dsts -> tx_dsts
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* core_tests: remove some useless verbose logsmoneromooo-monero2019-10-301-1/+0
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* Merge pull request #2691Riccardo Spagni2017-11-141-1/+1
|\ | | | | | | f92f1606 core_tests: do not include chaingen_tests_list.h in all tests (moneromooo-monero)
| * core_tests: do not include chaingen_tests_list.h in all testsmoneromooo-monero2017-10-201-1/+1
| | | | | | | | This fixes all tests being annoyingly rebuilt when one changes
* | core_tests: fix for subaddress patchkenshi842017-10-171-1/+1
|/
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-281-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.
* add rct to the protocolmoneromooo-monero2016-08-281-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.
* tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero2016-05-011-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.
* Add the new test filesmoneromooo-monero2016-02-131-0/+173
Forgot to add them before commit