Nils Schneider
|
6ccff2cbde
|
remove cryptopp dependency, add simple unittest for SHA256Transform()
|
13 years ago |
Wladimir J. van der Laan
|
a8b95ce6ed
|
use median filter for peer-reported reported number of blocks
- fixes problem that one misconfigured or malicious node can mess up progress bar
- implementation in src/util.h
- testcase in src/test/util_tests.cpp
|
13 years ago |
Pieter Wuille
|
e93bf37e86
|
Test case for base64 encode/decode
|
13 years ago |
Gavin Andresen
|
15f3ad4dbd
|
Framework for banning mis-behaving peers
|
13 years ago |
Gavin Andresen
|
829e21733b
|
CHECKMULTISIG unit tests.
|
13 years ago |
Matt Corallo
|
2c3691d53d
|
Cleanup test suite output to be more useful.
|
13 years ago |
Matt Corallo
|
3c8cecda1f
|
Add file for transaction tests.
|
13 years ago |
Vegard Nossum
|
a8330e0049
|
Add a file for script tests
|
13 years ago |
Vegard Nossum
|
e707d29dd6
|
Fix testing setup
There were some problems with the existing testing setup:
- Makefile rules for test-file compilation used CFLAGS instead of
CXXFLAGS in makefile.unix
|
13 years ago |
Gavin Andresen
|
8baf865c94
|
Boost unit-testing framework.
make -f makefile.{unix,osx,mingw} test_bitcoin
to compile dumb, do-almost-nothing placeholder unit tests.
|
14 years ago |