| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix bloom tests, p2sh part. | Patrick Lodder | 2014-04-19 | 1 | -26/+26 |
| | | | | | | | | | | | | | | Fixing only those parts that do not test for p2pubkey scripts because we have hardly any, if any transactions other than p2sh. Regression testing will still work for p2pubkey, but those are performed on bitcoin blocks rather than ours. Fixed units: - bloom_create_insert_key - bloom_match - merkle_block_1 - merkle_block_3 with an actual doge block | ||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -5/+9 |
| | | | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | ||||
| * | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille | 2013-05-30 | 1 | -6/+5 |
| | | |||||
| * | Add nFlags to CBloomFilter to make filter updating optional. | Matt Corallo | 2013-01-16 | 1 | -22/+118 |
| | | |||||
| * | Use CPartialMerkleTree for CMerkleBlock transactions. | Matt Corallo | 2013-01-16 | 1 | -57/+78 |
| | | |||||
| * | Add a nTweak to bloom filters to tweak the seed. | Matt Corallo | 2013-01-16 | 1 | -20/+48 |
| | | |||||
| * | Add test cases for CMerkleBlock and CBloomFilter. | Matt Corallo | 2013-01-16 | 1 | -0/+302 |