index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
pmt_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...
Wladimir J. van der Laan
2017-06-08
1
-9
/
+9
|
\
|
*
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-9
/
+9
*
|
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
1
-4
/
+4
*
|
scripted-diff: Use randbits/bool instead of randrange where possible
Pieter Wuille
2017-06-07
1
-1
/
+1
*
|
Replace rand() & ((1 << N) - 1) with randbits(N)
Pieter Wuille
2017-06-07
1
-1
/
+1
*
|
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-07
1
-1
/
+1
*
|
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
1
-1
/
+1
*
|
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
1
-1
/
+0
|
/
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-2
/
+0
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-2
/
+0
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
1
-1
/
+1
*
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-2
/
+2
*
test: Fix test_random includes
MarcoFalke
2016-11-07
1
-1
/
+1
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+1
*
[test] Remove unused code
MarcoFalke
2016-08-24
1
-1
/
+0
*
Do not shadow local variables
Pavel JanÃk
2016-06-07
1
-2
/
+2
*
Add importprunedfunds rpc call
instagibbs
2016-03-23
1
-3
/
+5
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Switch blocks to a constant-space Merkle root/branch algorithm.
Pieter Wuille
2015-11-27
1
-1
/
+2
*
Do not store Merkle branches in the wallet.
Pieter Wuille
2015-09-22
1
-1
/
+1
*
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+2
*
tests: fix spurious windows test failures after 012598880c
Cory Fields
2015-01-06
1
-4
/
+6
*
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
1
-3
/
+9
*
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-3
/
+3
*
Merge pull request #5349
Wladimir J. van der Laan
2015-01-02
1
-0
/
+11
|
\
|
*
Implement test for merkle tree malleability in CPartialMerkleTree
Pieter Wuille
2014-12-11
1
-0
/
+11
*
|
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
|
/
*
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-12-05
1
-1
/
+3
*
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
1
-2
/
+2
*
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-1
/
+3
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-2
/
+7
*
Add CPartialMerkleTree
Pieter Wuille
2013-01-16
1
-0
/
+98