aboutsummaryrefslogtreecommitdiff
path: root/src/test/bloom_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix bloom tests, p2sh part.Patrick Lodder2014-04-191-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 Dahler2013-11-101-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/refactorPieter Wuille2013-05-301-6/+5
|
* Add nFlags to CBloomFilter to make filter updating optional.Matt Corallo2013-01-161-22/+118
|
* Use CPartialMerkleTree for CMerkleBlock transactions.Matt Corallo2013-01-161-57/+78
|
* Add a nTweak to bloom filters to tweak the seed.Matt Corallo2013-01-161-20/+48
|
* Add test cases for CMerkleBlock and CBloomFilter.Matt Corallo2013-01-161-0/+302