index
:
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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #9435: Removed unused variable in test, fixing warning.
MarcoFalke
2016-12-27
1
-1
/
+0
|
\
|
*
Remove unused variable in test, fixing warning.
Russell Yanofsky
2016-12-27
1
-1
/
+0
*
|
Re-enable a blank v1 Tx JSON test
Douglas Roark
2016-12-21
2
-3
/
+8
|
/
*
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-21
3
-36
/
+16
|
\
|
*
Move CTxInWitness inside CTxIn
Pieter Wuille
2016-12-04
3
-36
/
+16
*
|
Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write tests
Wladimir J. van der Laan
2016-12-21
1
-0
/
+364
|
\
\
|
*
|
[test] Add CCoinsViewCache Access/Modify/Write tests
Russell Yanofsky
2016-12-05
1
-0
/
+364
*
|
|
Merge #9376: Remove unused test files and references
Wladimir J. van der Laan
2016-12-21
1
-33
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove unused test files and references
BtcDrak
2016-12-19
1
-33
/
+0
*
|
|
Merge #9354: Make fuzzer actually test CTxOutCompressor
Wladimir J. van der Laan
2016-12-19
1
-2
/
+2
|
\
\
\
|
*
|
|
Make fuzzer actually test CTxOutCompressor
Pieter Wuille
2016-12-15
1
-2
/
+2
|
|
/
/
*
/
/
Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.
Karl-Johan Alm
2016-12-17
1
-0
/
+26
|
/
/
*
|
Merge #7562: Bump transaction version default to 2
Wladimir J. van der Laan
2016-12-15
19
-42
/
+113
|
\
\
|
*
|
Update python tests for default tx version=2
BtcDrak
2016-12-08
16
-39
/
+96
|
*
|
Preserve tx version=1 for certain tests
BtcDrak
2016-12-08
2
-1
/
+6
|
*
|
tiny test fix for mempool_tests
Alex Morcos
2016-12-08
1
-2
/
+11
*
|
|
Merge #9172: Resurrect pstratem's "Simple fuzzing framework"
Wladimir J. van der Laan
2016-12-15
1
-0
/
+256
|
\
\
\
|
*
|
|
Simple fuzzing framework
Patrick Strateman
2016-12-15
1
-0
/
+256
*
|
|
|
Merge #8895: Better SigCache Implementation
Pieter Wuille
2016-12-14
2
-0
/
+396
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add unit tests for the CuckooCache
Jeremy Rubin
2016-12-14
1
-0
/
+394
|
*
|
|
Add CuckooCache implementation and replace the sigcache map_type with it
Jeremy Rubin
2016-12-14
1
-0
/
+2
*
|
|
|
Merge #9273: Remove unused CDiskBlockPos* argument from ProcessNewBlock
Wladimir J. van der Laan
2016-12-14
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Remove unused CDiskBlockPos* argument from ProcessNewBlock
Matt Corallo
2016-12-04
2
-2
/
+2
*
|
|
|
|
Merge #9305: Refactor: Removed begin/end_ptr functions.
Wladimir J. van der Laan
2016-12-13
2
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-09
2
-4
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Fix spelling.
Richard Kiss
2016-12-12
1
-1
/
+1
*
|
|
|
|
Merge #9240: Remove txConflicted
Pieter Wuille
2016-12-09
2
-23
/
+25
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
remove internal tracking of mempool conflicts for reporting to wallet
Alex Morcos
2016-12-05
2
-22
/
+24
|
*
|
|
|
remove external usage of mempool conflict tracking
Alex Morcos
2016-12-05
1
-1
/
+1
*
|
|
|
|
Remove mapOrphanTransactionsByPrev from DoS_tests
Pieter Wuille
2016-12-05
1
-2
/
+0
|
/
/
/
/
*
|
|
|
Merge #9269: Align struct COrphan definition
Wladimir J. van der Laan
2016-12-05
1
-0
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Align struct COrphan definition
Pieter Wuille
2016-12-05
1
-0
/
+1
*
|
|
|
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-05
2
-2
/
+4
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-04
2
-2
/
+4
|
|
/
/
*
/
/
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
5
-42
/
+38
|
/
/
*
|
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...
Pieter Wuille
2016-12-02
11
-11
/
+13
|
\
\
|
*
|
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
10
-10
/
+10
|
*
|
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
3
-1
/
+3
*
|
|
Merge #9223: unification of Bloom filter representation
MarcoFalke
2016-12-02
1
-10
/
+10
|
\
\
\
|
*
|
|
unification of Bloom filter representation
S. Matthew English
2016-11-26
1
-10
/
+10
*
|
|
|
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-29
1
-7
/
+15
|
|
/
/
|
/
|
|
*
|
|
Fix some typos
fsb4000
2016-11-28
2
-2
/
+2
|
/
/
*
|
Merge #9128: net: Decouple CConnman and message serialization
Pieter Wuille
2016-11-25
1
-0
/
+58
|
\
\
|
*
|
net: add CVectorWriter and CNetMsgMaker
Cory Fields
2016-11-25
1
-0
/
+58
*
|
|
Merge #9100: tx_valid: re-order inputs to how they are encoded
MarcoFalke
2016-11-25
1
-9
/
+9
|
\
\
\
|
*
|
|
tx_valid: re-order inputs to how they are encoded
Daniel Cousens
2016-11-08
1
-9
/
+9
*
|
|
|
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-21
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge #8837: allow bitcoin-tx to parse partial transactions
Wladimir J. van der Laan
2016-11-21
1
-0
/
+10
|
\
\
\
|
*
|
|
Allow bitcoin-tx to parse partial transactions
jnewbery
2016-11-04
1
-0
/
+10
*
|
|
|
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
7
-24
/
+24
[next]