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
/
pow_tests.cpp
Age
Commit message (
Expand
)
Author
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-15
Remove unused includes
practicalswift
2019-09-27
test: add unittests for CheckProofOfWork
soroosh-sdi
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
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-11-07
[doc] conf: Remove deprecated options from docs, Other cleanup
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-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-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
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-05-03
Chainparams: Use the factory for pow tests
Jorge Timón
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-04-22
Use equivalent PoW for non-main-chain requests
Pieter Wuille
2015-03-26
Consensus: Refactor: Decouple pow.o from chainparams.o
Jorge Timón
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-02-21
Add unit tests for next difficulty calculations
Ross Nicoll