aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/transaction_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
|
* core_tests: remove unused typedef, fix warningselsta2021-08-191-1/+0
|
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-2/+0
| | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* remove some unused codemoneromooo-monero2018-11-231-3/+0
| | | | Found by codacy.com
* Stagenetstoffu2018-03-051-2/+2
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* core_tests: fix for subaddress patchkenshi842017-10-171-1/+1
|
* Subaddresseskenshi842017-10-071-5/+5
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-3/+3
|
* 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-18/+7
| | | | | It is not yet constrained to a fork, so don't use on the real network or you'll be orphaned or rejected.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Separate testnet address prefixZachary Michaels2014-09-151-2/+2
|
* License updated to BSD 3-clausefluffypony2014-07-231-4/+29
|
* initial [broken] updatemydesktop2014-05-031-4/+2
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-9/+9
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+146