Gavin Andresen
|
bf798734db
|
Support 3 new multisignature IsStandard transactions
Initial support for (a and b), (a or b), and 2-of-3 escrow
transactions (where a, b, and c are keys).
|
13 years ago |
Gavin Andresen
|
1466b8b78a
|
Rework unit tests so test_bitcoin.cpp does not #include them all
|
13 years ago |
Gavin Andresen
|
10fd7f6689
|
Orphan block fill-up-memory attack prevention
|
13 years ago |
Gavin Andresen
|
eb5fff9e16
|
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
|
13 years ago |
Clark Gaebel
|
f873b84d6e
|
Added simple critical section test cases.
|
13 years ago |
Gavin Andresen
|
9e5322d23a
|
Fix miner_test unit test bug
|
13 years ago |
Gavin Andresen
|
3504801778
|
Declare integer constant LL
|
13 years ago |
Wladimir J. van der Laan
|
2f7f2a5fca
|
remove possibility of 63 bit overflow in ParseMoney
- also, add unit tests for various functions in util.cpp/util.h
|
13 years ago |
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.
|
14 years ago |
Matt Corallo
|
3c8cecda1f
|
Add file for transaction tests.
|
14 years ago |
Vegard Nossum
|
a8330e0049
|
Add a file for script tests
|
14 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
|
14 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 |