aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/tx_verify.cpp
AgeCommit message (Expand)Author
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-05-26refactor: replace pointers by references within tx_verify.{h,cpp}Sebastian Falbesoner
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-29[validation] Remove useless ret parameter from Invalid()John Newbery
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-10-10[validation] Remove REJECT code from CValidationStateJohn Newbery
2019-05-02Separate reason for premature spends (coinbase/locktime)Suhas Daftuar
2019-05-02scripted-diff: Remove DoS calls to CValidationStateMatt Corallo
2019-05-02[refactor] Prep for scripted-diff by removing some \ns which annoy sed.Matt Corallo
2019-05-02[refactor] Add useful-for-dos "reason" field to CValidationStateMatt Corallo
2019-05-02Clean up banning levelsMatt Corallo
2019-04-09[build] Move CheckTransaction from lib_server to lib_consensusJohn Newbery
2018-12-29Update copyright headers to 2018DrahtBot
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-11Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...Wladimir J. van der Laan
2017-09-20Optimization: Minimize the number of times it is checked that no money is cre...Jorge Timón
2017-09-07Proper indentation for CheckTxInputs and other minor fixesJorge Timón
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-06-09Restore some assert semantics in sigop cost calculationsMatt Corallo
2017-06-01scripted-diff: various renames for per-utxo consistencyPieter Wuille
2017-06-01Merge CCoinsViewCache's GetOutputFor and AccessCoinPieter Wuille
2017-06-01Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille
2017-04-06MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón