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
/
blockencodings.h
Age
Commit message (
Expand
)
Author
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-12
Make PartiallyDownloadedBlock::InitData's second param const
Matt Corallo
2017-01-12
Add extra_count lower bound to compact reconstruction debug print
Matt Corallo
2017-01-10
Use replaced transactions in compact block reconstruction
Matt Corallo
2016-12-21
Make FillBlock consume txn_available to avoid shared_ptr copies
Pieter Wuille
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-09
Merge #9039: Various serialization simplifcations and optimizations
Wladimir J. van der Laan
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-03
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-10-04
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-08-03
Do not shadow local variable, cleanup
Pavel JanÃk
2016-06-19
Add reconstruction debug logging
Matt Corallo
2016-06-19
Add partial-block block encodings API
Matt Corallo