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.cpp
Age
Commit message (
Expand
)
Author
2022-05-17
Remove fUseWTXID parameter from CBlockHeaderAndShortTxIDs constructor
John Newbery
2022-04-22
refactor: make GetRand a template, remove GetRandInt
pasta
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-05-28
Get rid of -Wthread-safety-precise warnings
Hennadii Stepanov
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-05-02
CorruptionPossible -> BLOCK_MUTATED
Matt Corallo
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-11
Drop unused GetType() from CSizeComputer
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-15
Fix typos
practicalswift
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-11
Simplify "bool x = y ? true : false" to "bool x = y"
practicalswift
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-01-16
Clarify comment about mempool/extra conflicts
Matt Corallo
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-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-28
Fix some typos
fsb4000
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
Make GetSerializeSize a wrapper on top of CSizeComputer
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-14
various typos
leijurv
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-19
Elaborate bucket size math
Pieter Wuille
2016-06-19
Use vTxHashes to optimize InitData significantly
Matt Corallo
2016-06-19
Add reconstruction debug logging
Matt Corallo
2016-06-19
Add partial-block block encodings API
Matt Corallo