aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/tx_verify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2019-04-031-4/+9
* 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