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.h
Age
Commit message (
Expand
)
Author
2022-11-29
doc: fix: prevHeights entries are set to 0, not removed
stickies-v
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-06-14
refactor: Pass script verify flags as uint32_t
MarcoFalke
2021-05-25
Mark `CheckTxInputs` `[[nodiscard]]` (out-param `txfee` only set if call is s...
practicalswift
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] Add CValidationState subclasses
John Newbery
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-20
Optimization: Minimize the number of times it is checked that no money is cre...
Jorge Timón
2017-04-06
MOVEONLY: tx functions to consensus/tx_verify.o
Jorge Timón