index
:
archived-discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
validation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
1
-12
/
+11
*
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-05
1
-23
/
+39
|
\
|
*
Document ConnectBlock connectTrace postconditions
Matt Corallo
2016-12-04
1
-0
/
+4
|
*
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
1
-7
/
+2
|
*
Make the optional pblock in ActivateBestChain a shared_ptr
Matt Corallo
2016-12-04
1
-6
/
+11
|
*
Create a shared_ptr for the block we're connecting in ActivateBCS
Matt Corallo
2016-12-04
1
-8
/
+8
|
*
Keep blocks as shared_ptrs, instead of copying txn in ConnectTip
Matt Corallo
2016-12-04
1
-9
/
+16
|
*
Add struct to track block-connect-time-generated info for callbacks
Matt Corallo
2016-12-04
1
-14
/
+19
*
|
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
1
-4
/
+4
*
|
Switch GetTransaction to returning a CTransactionRef
Pieter Wuille
2016-12-02
1
-4
/
+4
|
/
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-0
/
+4190