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
/
consensus
Age
Commit message (
Expand
)
Author
2019-09-18
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...
Wladimir J. van der Laan
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-08-14
[Consensus] Bury CSV deployment height
John Newbery
2019-06-02
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-02
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
Assert validation reasons are contextually correct
Suhas Daftuar
2019-05-02
[refactor] Drop unused state.DoS(), state.GetDoS(), state.CorruptionPossible()
Matt Corallo
2019-05-02
scripted-diff: Remove DoS calls to CValidationState
Matt Corallo
2019-05-02
[refactor] Prep for scripted-diff by removing some \ns which annoy sed.
Matt Corallo
2019-05-02
Allow use of state.Invalid() for all reasons
Matt Corallo
2019-05-02
[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
Matt Corallo
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
Clean up banning levels
Matt Corallo
2019-05-02
[refactor] drop IsInvalid(nDoSOut)
Matt Corallo
2019-05-02
[refactor] Refactor misbehavior ban decisions to MaybePunishNode()
Matt Corallo
2019-04-09
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2018-12-29
Update copyright headers to 2018
DrahtBot
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-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-05-29
[MOVEONLY] Move unused Merkle branch code to tests
Pieter Wuille
2018-05-29
Use SHA256D64 in Merkle root computation
Pieter Wuille
2018-04-13
Use P2SH consensus rules for all blocks
Suhas Daftuar
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-21
Fix typos
practicalswift
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
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-11-11
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-11-06
Always-active versionbits support
Pieter Wuille
2017-11-06
[consensus] Pin P2SH activation to block 173805 on mainnet
John Newbery
2017-11-06
Improve handling of BIP9Deployment limits
Anthony Towns
2017-10-11
Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...
Wladimir J. van der Laan
2017-09-20
Optimization: Minimize the number of times it is checked that no money is cre...
Jorge Timón
2017-09-15
Trivial: Fix validation comments
Dan Raviv
2017-09-07
Proper indentation for CheckTxInputs and other minor fixes
Jorge Timón
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-26
Use compile-time constants instead of unnamed enumerations (remove "enum hack")
practicalswift
2017-07-15
Fix typos
practicalswift
2017-07-14
Remove confusing MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-24
Merge #10608: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.
Wladimir J. van der Laan
2017-06-20
Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweak
Pieter Wuille
2017-06-16
Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.
Gregory Maxwell
2017-06-09
Restore some assert semantics in sigop cost calculations
Matt Corallo
2017-06-09
Comment out unused constant REJECT_DUST
practicalswift
2017-06-01
scripted-diff: various renames for per-utxo consistency
Pieter Wuille
2017-06-01
Merge CCoinsViewCache's GetOutputFor and AccessCoin
Pieter Wuille
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
[next]