index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
consensus
/
tx_verify.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-27
doc: Remove TODO comment in tx_verify
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-07-20
Merge bitcoin/bitcoin#22232: refactor: Pass interpreter flags as uint32_t ins...
MarcoFalke
2021-06-14
refactor: Pass script verify flags as uint32_t
MarcoFalke
2021-04-27
doc: IsFinalTx comment about nSequence & OP_CLTV
Yuval Kogman
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-05-26
refactor: replace pointers by references within tx_verify.{h,cpp}
Sebastian Falbesoner
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-29
[validation] Remove useless ret parameter from Invalid()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-10
[validation] Remove REJECT code from CValidationState
John Newbery
2019-05-02
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
scripted-diff: Remove DoS calls to CValidationState
Matt 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 CValidationState
Matt Corallo
2019-05-02
Clean up banning levels
Matt Corallo
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2018-12-29
Update copyright headers to 2018
DrahtBot
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-11
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...
Wladimir J. van der Laan
2017-09-20
Optimization: Minimize the number of times it is checked that no money is cre...
Jorge Timón
2017-09-07
Proper indentation for CheckTxInputs and other minor fixes
Jorge Timón
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-09
Restore some assert semantics in sigop cost calculations
Matt Corallo
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Merge CCoinsViewCache's GetOutputFor and AccessCoin
Pieter Wuille
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón