aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/tx_sanity_check.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* wallet: reroll fake outs selection on local tx_sanity_check failurexiphon2020-01-141-6/+10
|
* Merge pull request #5755luigi11112019-08-211-2/+2
|\ | | | | | | 7a3e458 improve tx_sanity_check clarification (vicsn)
| * improve tx_sanity_check clarificationvicsn2019-07-151-2/+2
| |
* | Merge pull request #5635luigi11112019-07-241-1/+1
|\ \ | |/ |/| | | 03aa14e tx_sanity_check: don't print an error when not enough outs to check (monermooo-monero)
| * tx_sanity_check: don't print an error when not enough outs to checkmoneromooo-monero2019-06-121-1/+1
| |
* | tx_sanity_check: relax the median check a lotmoneromooo-monero2019-06-191-1/+1
|/ | | | we don't want to prevent bona fide txes, just obvious bad ones
* tx_sanity_check: relax uniqueness check a bitmoneromooo-monero2019-04-231-2/+2
| | | | It triggers easily on testnet
* rpc: new sanity check on relayed transactionsmoneromooo-monero2019-04-121-0/+100
This will weed out some transactions with silly rings