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
/
pmt_tests.cpp
Age
Commit message (
Expand
)
Author
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
2018-07-27
Update copyright headers to 2018
DrahtBot
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-06-08
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
scripted-diff: Use randbits/bool instead of randrange where possible
Pieter Wuille
2017-06-07
Replace rand() & ((1 << N) - 1) with randbits(N)
Pieter Wuille
2017-06-07
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
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-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-07
test: Fix test_random includes
MarcoFalke
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-08-24
[test] Remove unused code
MarcoFalke
2016-06-07
Do not shadow local variables
Pavel JanÃk
2016-03-23
Add importprunedfunds rpc call
instagibbs
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-27
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-09-22
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-01-06
tests: fix spurious windows test failures after 012598880c
Cory Fields
2015-01-05
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-02
Merge pull request #5349
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-11
Implement test for merkle tree malleability in CPartialMerkleTree
Pieter Wuille
2014-12-05
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-01-16
Add CPartialMerkleTree
Pieter Wuille