aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
Commit message (Expand)AuthorAgeFilesLines
* Merge AuxPoW support from NamecoreRoss Nicoll2019-07-131-0/+18
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2019-04-032-5/+14
* Update copyright headers to 2018DrahtBot2018-07-276-6/+6
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* [MOVEONLY] Move unused Merkle branch code to testsPieter Wuille2018-05-292-124/+1
* Use SHA256D64 in Merkle root computationPieter Wuille2018-05-292-7/+20
* Use P2SH consensus rules for all blocksSuhas Daftuar2018-04-131-2/+2
* Fix missing or inconsistent include guardspracticalswift2018-03-221-3/+3
* Fix typospracticalswift2018-03-211-1/+1
* Calculate and store the number of bytes required to spend an inputAndrew Chow2018-03-091-0/+5
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-035-5/+5
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-166-20/+20
* Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...MarcoFalke2017-11-111-7/+4
|\
| * Use compile-time constants instead of unnamed enumerations (remove "enum hack")practicalswift2017-07-261-7/+4
* | Always-active versionbits supportPieter Wuille2017-11-061-0/+6
* | [consensus] Pin P2SH activation to block 173805 on mainnetJohn Newbery2017-11-061-0/+2
* | Improve handling of BIP9Deployment limitsAnthony Towns2017-11-061-0/+4
* | Merge #8498: Near-Bugfix: Optimization: Minimize the number of times it is ch...Wladimir J. van der Laan2017-10-112-39/+42
|\ \
| * | Optimization: Minimize the number of times it is checked that no money is cre...Jorge Timón2017-09-202-14/+15
| * | Proper indentation for CheckTxInputs and other minor fixesJorge Timón2017-09-071-37/+39
* | | Trivial: Fix validation commentsDan Raviv2017-09-151-6/+5
* | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-072-5/+5
| |/ |/|
* | Fix typospracticalswift2017-07-151-1/+1
* | Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-07-143-9/+25
|/
* Merge #10608: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.Wladimir J. van der Laan2017-06-241-1/+7
|\
| * Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.Gregory Maxwell2017-06-161-1/+7
* | Merge #10537: Few Minor per-utxo assert-semantics re-adds and tweakPieter Wuille2017-06-201-2/+6
|\ \ | |/ |/|
| * Restore some assert semantics in sigop cost calculationsMatt Corallo2017-06-091-2/+6
* | Comment out unused constant REJECT_DUSTpracticalswift2017-06-091-1/+1
|/
* scripted-diff: various renames for per-utxo consistencyPieter Wuille2017-06-011-1/+1
* Merge CCoinsViewCache's GetOutputFor and AccessCoinPieter Wuille2017-06-011-2/+2
* Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille2017-06-011-7/+7
* MOVEONLY: tx functions to consensus/tx_verify.oJorge Timón2017-04-062-0/+324
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell2017-01-131-0/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-314-4/+4
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-3/+3
* IBD check uses minimumchain work instead of checkpoints.Gregory Maxwell2016-11-021-0/+1
* Define start and end time for segwit deploymentPieter Wuille2016-10-171-1/+1
* Merge #8607: [doc] Fix doxygen off-by-one comments, fix typosWladimir J. van der Laan2016-08-281-3/+3
|\
| * [doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke2016-08-221-3/+3
* | Consensus: Remove ISMNicolasDorier2016-07-231-4/+4
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-2/+2
|/
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-3/+9
* BIP141: Commitment structure and deploymentPieter Wuille2016-06-224-0/+21
* Implement BIP 9 GBT changesLuke Dashjr2016-06-061-0/+1
* Add CHECKSEQUENCEVERIFY softfork through BIP9Pieter Wuille2016-03-181-0/+1
* Add testing of ComputeBlockVersionSuhas Daftuar2016-03-151-1/+2
* BIP9 ImplementationPieter Wuille2016-03-151-0/+28
* Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-121-1/+4
|\