Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-01 | Trivial: remove extra character from comment | CryptAxe | |
2017-01-27 | Refactor: Remove using namespace <xxx> from src/*.cpp. | Karl-Johan Alm | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-11-19 | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille | |
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille | |
Includes changes by Suhas Daftuar, Luke-jr, and mruddy. | |||
2016-03-23 | Add importprunedfunds rpc call | instagibbs | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-08-10 | typofixes (found by misspell_fixer) | Veres Lajos | |
2015-05-01 | Bugfix: Grammar fixes | Corinne Dashjr | |
2015-04-28 | Merge pull request #5199 | Wladimir J. van der Laan | |
1ec900a Remove broken+useless lock/unlock log prints (Matt Corallo) 352ed22 Add merkle blocks test (Matt Corallo) 59ed61b Add RPC call to generate and verify merkle blocks (Matt Corallo) 30da90d Add CMerkleBlock constructor for tx set + block and an empty one (Matt Corallo) | |||
2015-04-23 | Add CMerkleBlock constructor for tx set + block and an empty one | Matt Corallo | |
2015-04-20 | Consensus: Create consensus/consensus.h with some constants | jtimon | |
2015-01-05 | Replace direct use of 0 with SetNull and IsNull | Wladimir J. van der Laan | |
Replace x=0 with .SetNull(), x==0 with IsNull(), x!=0 with !IsNull(). Replace uses of uint256(0) with uint256(). | |||
2015-01-02 | Merge pull request #5349 | Wladimir J. van der Laan | |
0125988 Implement test for merkle tree malleability in CPartialMerkleTree (Pieter Wuille) | |||
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-11 | Implement test for merkle tree malleability in CPartialMerkleTree | Pieter Wuille | |
This is a check that is mentioned in BIP 37, but never implemented in the reference code. As Bitcoin Core so far never decodes partial merkle trees, this is not a problem. But perhaps others use the code as a reference. | |||
2014-12-05 | Move CMerkleBlock and CPartialMerkleTree to their own file | Matt Corallo | |