index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bloom_tests.cpp
Age
Commit message (
Expand
)
Author
2021-09-29
bloom: use Span instead of std::vector for `insert` and `contains`
William Casarin
2020-11-23
Treat CDataStream bytes as uint8_t
MarcoFalke
2020-05-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-17
refactor: Remove unused methods CBloomFilter::reset()/clear()
Sebastian Falbesoner
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-09
test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-02-02
test: Make bloom tests deterministic
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-20
Add tests for CMerkleBlock usage with txids specified
James O'Beirne
2017-09-08
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-11-26
unification of Bloom filter representation
S. Matthew English
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-04-28
More efficient bitsliced rolling Bloom filter
Pieter Wuille
2016-03-23
Add importprunedfunds rpc call
instagibbs
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-27
Only use randomly created nonces in CRollingBloomFilter.
Pieter Wuille
2015-07-27
Make CRollingBloomFilter set nTweak for you
Peter Todd
2015-04-30
Rolling bloom filter class
Gavin Andresen
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-01-06
Merge pull request #5513
Wladimir J. van der Laan
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-02
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-05
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-21
Fixes for missing boost tuple.hpp header include.
randy-waterhouse
2014-07-21
CBloomFilter::clear() method
Tom Harding
2014-07-21
Revert "CBloomFilter::clear() method"
Wladimir J. van der Laan
2014-07-07
test/bloom_tests: Use UL suffix for unsigned long number to ensure compatibility
Luke Dashjr
2014-06-27
CBloomFilter::clear() method
Tom Harding
2014-06-22
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
[next]