19 Commits (723c7526368badda15df8ac1ffc047a0ab2e384a)

Author SHA1 Message Date
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
jtimon c4408a6c85 Separate script/standard 10 years ago
jtimon 86dbeea2cd Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) 10 years ago
jtimon 53efb09e4c Discover some missing includes 10 years ago
Tom Harding 9c347313f7 CBloomFilter::clear() method 10 years ago
Wladimir J. van der Laan 8f3f94a470 Revert "CBloomFilter::clear() method" 10 years ago
Tom Harding 8fbf03995d CBloomFilter::clear() method 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
peryaudo b1b9c76262 Fix bloom filter not to use bit_mask 10 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Gregory Maxwell 37c6389c5a Performance optimization for bloom filters. 11 years ago
Jeff Garzik 79f6925fac main.h->core.h include dependency improvements. 11 years ago
Matt Corallo cbfc77352d Short-circuit bloom checking if we will always return true. 11 years ago
Matt Corallo e1a4f3778c Add nFlags to CBloomFilter to make filter updating optional. 12 years ago
Matt Corallo b1f99bed6f Add a nTweak to bloom filters to tweak the seed. 12 years ago
Matt Corallo d3b26f7077 Automatically add any matching outputs to a filter during matching. 12 years ago
Matt Corallo 269d9c6492 Replace RelayMessage with RelayTransaction. 12 years ago
Matt Corallo bd21612c37 Add a CBloomFilter class for use as a transaction filter. 12 years ago