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
/
test
Age
Commit message (
Expand
)
Author
2016-12-05
Remove mapOrphanTransactionsByPrev from DoS_tests
Pieter Wuille
2016-12-05
Merge #9269: Align struct COrphan definition
Wladimir J. van der Laan
2016-12-05
Align struct COrphan definition
Pieter Wuille
2016-12-05
Merge #9014: Fix block-connection performance regression
Wladimir J. van der Laan
2016-12-04
Switch pblock in ProcessNewBlock to a shared_ptr
Matt Corallo
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
Merge #9223: unification of Bloom filter representation
MarcoFalke
2016-11-29
Disable fee estimates for a confirm target of 1 block
Alex Morcos
2016-11-28
Fix some typos
fsb4000
2016-11-26
unification of Bloom filter representation
S. Matthew English
2016-11-25
Merge #9128: net: Decouple CConnman and message serialization
Pieter Wuille
2016-11-25
net: add CVectorWriter and CNetMsgMaker
Cory Fields
2016-11-25
Merge #9100: tx_valid: re-order inputs to how they are encoded
MarcoFalke
2016-11-21
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-21
Merge #8837: allow bitcoin-tx to parse partial transactions
Wladimir J. van der Laan
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-17
Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)
Pieter Wuille
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-09
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-09
Merge #9039: Various serialization simplifcations and optimizations
Wladimir J. van der Laan
2016-11-08
Merge #9095: test: Fix test_random includes
Jonas Schnelli
2016-11-07
Merge #9026: Fix handling of invalid compact blocks
Pieter Wuille
2016-11-08
tx_valid: re-order inputs to how they are encoded
Daniel Cousens
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
test: Fix test_random includes
MarcoFalke
2016-11-07
Merge #8976: libconsensus: Add input validation of flags
Wladimir J. van der Laan
2016-11-07
Merge #7730: Remove priority estimation
Wladimir J. van der Laan
2016-11-07
Remove priority estimation
Alex Morcos
2016-11-07
Merge #8675: Make copyright header lines uniform
Wladimir J. van der Laan
2016-11-07
Merge #8708: net: have CConnman handle message sending
Wladimir J. van der Laan
2016-11-07
Merge #9070: Lockedpool fixes
Wladimir J. van der Laan
2016-11-06
[copyright] copyright header style uniform
isle2983
2016-11-04
Allow bitcoin-tx to parse partial transactions
jnewbery
2016-11-04
Merge #9069: Clean up bctest.py and bitcoin-util-test.py
Wladimir J. van der Laan
2016-11-03
net: handle version push in InitializeNode
Cory Fields
2016-11-03
connman is in charge of pushing messages
Cory Fields
2016-11-03
serialization: teach serializers variadics
Cory Fields
2016-11-03
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-03
Clean up bctest.py and bitcoin-util-test.py
John Newbery
2016-11-03
Merge #9050: net: make a few values immutable, and use deterministic randomne...
Wladimir J. van der Laan
2016-11-03
Merge #9053: IBD using chainwork instead of height and not using header times...
Pieter Wuille
2016-11-02
LockedPool: avoid quadratic-time allocation
Kaz Wesley
2016-11-02
Merge #9065: Merge `doc/unit-tests.md` into `src/test/README.md`
MarcoFalke
2016-11-02
LockedPool: test handling of invalid allocations
Kaz Wesley
[next]