aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/tx_validation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enforce Tx unlock_time is Zero by Relay Rule [RELEASE]jeffro2562024-04-291-1/+28
| | | | | | | | | | | | | | | | 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
* Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-2/+2
|
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* keypair::generate: always require hw::device to avoid possible mistakestoffu2018-03-141-2/+2
|
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-041-1/+2
| | | | | | | | | | | | | | | | | | | The basic approach it to delegate all sensitive data (master key, secret ephemeral key, key derivation, ....) and related operations to the device. As device has low memory, it does not keep itself the values (except for view/spend keys) but once computed there are encrypted (with AES are equivalent) and return back to monero-wallet-cli. When they need to be manipulated by the device, they are decrypted on receive. Moreover, using the client for storing the value in encrypted form limits the modification in the client code. Those values are transfered from one C-structure to another one as previously. The code modification has been done with the wishes to be open to any other hardware wallet. To achieve that a C++ class hw::Device has been introduced. Two initial implementations are provided: the "default", which remaps all calls to initial Monero code, and the "Ledger", which delegates all calls to Ledger device.
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* 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
* Subaddresseskenshi842017-10-071-1/+4
|
* tests: fix invalid key image testmoneromooo-monero2017-05-181-2/+10
| | | | | | It was using an invalid key image which wasn't in the key image domain, so the transaction was rejected earlier than the test was expecting
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* add rct to the protocolmoneromooo-monero2016-08-281-4/+8
| | | | | It is not yet constrained to a fork, so don't use on the real network or you'll be orphaned or rejected.
* Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-1/+1
| | | | | | Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
* Print stack trace upon exceptionsmoneromooo-monero2016-03-191-1/+1
| | | | Useful for debugging users' logs
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* tests: fix various tests by using parameters better suited to moneromoneromooo-monero2015-12-251-4/+4
| | | | | | Either smaller coin values (as monero has smaller block rewards), or pre-hard fork values (full reward zone), or post-Bytecoin values (emission speed).
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+746