aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/tx_verify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-4/+11
* refactor: replace pointers by references within tx_verify.{h,cpp}Sebastian Falbesoner2020-05-261-5/+5
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* [validation] Remove useless ret parameter from Invalid()John Newbery2019-10-291-5/+5
* [validation] Add CValidationState subclassesJohn Newbery2019-10-291-6/+6
* [validation] Remove REJECT code from CValidationStateJohn Newbery2019-10-101-5/+5
* Separate reason for premature spends (coinbase/locktime)Suhas Daftuar2019-05-021-1/+1
* scripted-diff: Remove DoS calls to CValidationStateMatt Corallo2019-05-021-5/+5
* [refactor] Prep for scripted-diff by removing some \ns which annoy sed.Matt Corallo2019-05-021-2/+1
* [refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo2019-05-021-5/+5
* Clean up banning levelsMatt Corallo2019-05-021-2/+2
* [build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery2019-04-091-49/+0
* Update copyright headers to 2018DrahtBot2018-12-291-1/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Drop unused GetType() from CSizeComputerBen Woosley2018-09-111-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...Wladimir J. van der Laan2017-10-111-38/+38
|\
| * Optimization: Minimize the number of times it is checked that no money is cre...Jorge Timón2017-09-201-13/+11
| * Proper indentation for CheckTxInputs and other minor fixesJorge Timón2017-09-071-37/+39
* | Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-141-1/+1
|/
* Restore some assert semantics in sigop cost calculationsMatt Corallo2017-06-091-2/+6
* scripted-diff: various renames for per-utxo consistencyPieter Wuille2017-06-011-1/+1
* Merge CCoinsViewCache's GetOutputFor and AccessCoinPieter Wuille2017-06-011-2/+2
* Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille2017-06-011-7/+7
* MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-061-0/+246