Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-06 | Replace CBlockHeader::GetHash with call to SerializeHash | Wladimir J. van der Laan | |
Removes variability between LE and BE. As suggested by @sipa. | |||
2015-03-06 | src/primitives/transaction.h: endian compatibility in serialization | Wladimir J. van der Laan | |
2015-03-06 | src/primitives/block.cpp: endian compatibility in GetHash | Wladimir J. van der Laan | |
2015-02-03 | Merge pull request #5713 | Wladimir J. van der Laan | |
bf6cdeb Increase coverage of DERSIG edge cases (Pieter Wuille) 819bcf9 Add RPC test for DERSIG BIP switchover logic (Pieter Wuille) 5a47811 BIP66 changeover logic (Pieter Wuille) 092e9fe Example unit tests from BIP66 (Pieter Wuille) 80ad135 Change IsDERSignature to BIP66 implementation (Pieter Wuille) | |||
2015-02-01 | BIP66 changeover logic | Pieter Wuille | |
2015-01-31 | Remove whitespaces before double colon in errors and logs | Pavel Janík | |
2015-01-06 | Merge pull request #5520 | Wladimir J. van der Laan | |
bdb6a71 IsNull doesn't change CBlockLocator, add const hint (Pavel Janík) 1b37333 Remove no longer needed declaration of CBlockLocator (Pavel Janík) | |||
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(). | |||
2014-12-20 | IsNull doesn't change CBlockLocator, add const hint | Pavel Janík | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-12-05 | Move CMerkleBlock and CPartialMerkleTree to their own file | Matt Corallo | |
2014-12-03 | MOVEONLY: core/ -> primitives/ | Luke Dashjr | |