aboutsummaryrefslogtreecommitdiff
path: root/src/test/bloom_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-1/+1
* test: Fix outstanding -Wsign-compare errorsBen Woosley2020-05-081-2/+2
* Merge #18673: scripted-diff: Sort test includesMarcoFalke2020-04-171-3/+3
|\
| * scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| * scripted-diff: Sort test includesMarcoFalke2020-04-161-2/+2
* | refactor: Remove unused methods CBloomFilter::reset()/clear()Sebastian Falbesoner2020-04-171-2/+1
|/
* Merge #16978: test: Seed test RNG context for each test case, print seedMarcoFalke2019-11-071-1/+1
|\
| * test: Seed test RNG context for each test case, print seedMarcoFalke2019-10-091-1/+1
* | scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
|/
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* test: Make bloom tests deterministicMarcoFalke2019-02-021-10/+8
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* 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