aboutsummaryrefslogtreecommitdiff
path: root/src/test/bloom_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace test data with Dogecoin valuesRoss Nicoll2019-04-031-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-1/+1
* Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* Replace CBitcoinSecret with {Encode,Decode}SecretPieter Wuille2018-02-191-4/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-14/+14
* Add tests for CMerkleBlock usage with txids specifiedJames O'Beirne2017-09-201-8/+4
* Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-081-2/+2
* Remove unused Boost includespracticalswift2017-06-091-1/+0
* scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-1/+1
* scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-1/+1
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-29/+27
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-29/+27
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Make CTransaction actually immutablePieter Wuille2016-12-021-4/+2
* unification of Bloom filter representationS. Matthew English2016-11-261-10/+10
* Get rid of nType and nVersionPieter Wuille2016-11-071-3/+3
* More efficient bitsliced rolling Bloom filterPieter Wuille2016-04-281-1/+4
* Add importprunedfunds rpc callinstagibbs2016-03-231-9/+14
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Only use randomly created nonces in CRollingBloomFilter.Pieter Wuille2015-07-271-3/+3
* Make CRollingBloomFilter set nTweak for youPeter Todd2015-07-271-3/+3
* Rolling bloom filter classGavin Andresen2015-04-301-0/+78
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Merge pull request #5513Wladimir J. van der Laan2015-01-061-1/+0
|\
| * namespace: drop most boost namespaces and a few header cleanupsCory Fields2015-01-021-1/+0
* | String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-29/+29
|/
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Move CMerkleBlock and CPartialMerkleTree to their own fileMatt Corallo2014-12-051-1/+3
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* Fixes for missing boost tuple.hpp header include.randy-waterhouse2014-10-211-0/+1
* CBloomFilter::clear() methodTom Harding2014-07-211-0/+4
* Revert "CBloomFilter::clear() method"Wladimir J. van der Laan2014-07-211-4/+0
* test/bloom_tests: Use UL suffix for unsigned long number to ensure compatibilityLuke Dashjr2014-07-071-1/+1
* CBloomFilter::clear() methodTom Harding2014-06-271-0/+4
* Code simplifications after CTransaction::GetHash() cachingPieter Wuille2014-06-221-13/+13
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+9
* 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