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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define TEST_DATA_DIR so unit tests can be run from any current working directory
Gavin Andresen
2012-04-26
1
-2
/
+6
*
SigOp and orphan-tx constants and counts are always unsigned.
Jeff Garzik
2012-04-23
1
-1
/
+1
*
Merge pull request #1124 from sipa/rpcobj3
Pieter Wuille
2012-04-21
1
-7
/
+2
|
\
|
*
Expose CRPCTable via bitcoinrpc.h for testing
Pieter Wuille
2012-04-21
1
-7
/
+2
*
|
Merge pull request #1131 from laanwj/2012_04_hexstr
Pieter Wuille
2012-04-21
1
-0
/
+11
|
\
\
|
*
|
Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function
Wladimir J. van der Laan
2012-04-21
1
-0
/
+11
|
|
/
*
/
Data-drive script evaluation unit tests.
Gavin Andresen
2012-04-21
3
-0
/
+253
|
/
*
Fix tests after recent refactors
Pieter Wuille
2012-04-17
3
-4
/
+5
*
CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...
Chris Moore
2012-04-12
1
-5
/
+7
*
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-3
/
+4
*
DoS fix for mapOrphanTransactions
v0.6.0rc2
Gavin Andresen
2012-02-29
1
-0
/
+79
*
Add mruset and use it for setInventoryKnown
Pieter Wuille
2012-02-27
1
-0
/
+90
*
Fix tests after 38067c18
Pieter Wuille
2012-02-20
5
-16
/
+16
*
New GetArg features: allow --, and booleans can be -foo or -nofoo
Gavin Andresen
2012-02-07
1
-0
/
+72
*
Unit tests for the GetArg() methods
Gavin Andresen
2012-02-07
1
-0
/
+95
*
Merge branch 'standardScriptSigs' of github.com:gavinandresen/bitcoin-git
Gavin Andresen
2012-02-07
2
-6
/
+27
|
\
|
*
Make transactions with extra data in their scriptSig's non-standard.
Gavin Andresen
2012-01-19
2
-6
/
+27
*
|
Simplify counting of P2SH sigops to match BIP 16 (thanks to Matt Corallo for ...
Gavin Andresen
2012-01-20
2
-5
/
+14
|
/
*
Refactored ConnectInputs, so valid-transaction-checks are done before ECDSA-v...
Gavin Andresen
2012-01-13
1
-0
/
+85
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
8
-306
/
+498
*
Unit tests for EC key routines
Pieter Wuille
2012-01-09
1
-0
/
+138
*
Network stack refactor
Pieter Wuille
2012-01-06
1
-18
/
+25
*
make sure IsMine only returns true when we own all keys
coderrr
2012-01-03
1
-1
/
+4
*
Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-dee...
Gavin Andresen
2011-12-27
1
-19
/
+53
*
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-22
1
-4
/
+4
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
6
-19
/
+7
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
6
-7
/
+19
*
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
3
-62
/
+46
*
Interpret OP_EVAL as OP_NOP until Feb 1, 2012
Gavin Andresen
2011-12-19
1
-3
/
+51
*
OP_EVAL implementation
Gavin Andresen
2011-12-19
3
-65
/
+277
*
Global fixture to send output to console instead of debug.log
Gavin Andresen
2011-12-19
1
-0
/
+10
*
Support 3 new multisignature IsStandard transactions
Gavin Andresen
2011-12-19
1
-0
/
+288
*
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-12-19
10
-30
/
+26
*
Orphan block fill-up-memory attack prevention
Gavin Andresen
2011-12-01
1
-0
/
+51
*
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen
2011-12-01
3
-1
/
+35
*
Added simple critical section test cases.
Clark Gaebel
2011-11-02
1
-0
/
+19
*
Fix miner_test unit test bug
Gavin Andresen
2011-10-05
1
-3
/
+3
*
Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin
Gavin Andresen
2011-10-05
2
-1
/
+37
|
\
|
*
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-30
2
-1
/
+37
*
|
Declare integer constant LL
Gavin Andresen
2011-10-03
1
-1
/
+1
*
|
remove possibility of 63 bit overflow in ParseMoney
Wladimir J. van der Laan
2011-10-01
3
-7
/
+274
|
/
*
Merge pull request #524 from sipa/signandverif
Gavin Andresen
2011-09-30
2
-0
/
+21
|
\
|
*
Test case for base64 encode/decode
Pieter Wuille
2011-09-27
2
-0
/
+21
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-28
2
-1
/
+69
|
\
|
|
*
Framework for banning mis-behaving peers
Gavin Andresen
2011-09-21
2
-1
/
+69
*
|
use median filter for peer-reported reported number of blocks
Wladimir J. van der Laan
2011-09-28
1
-0
/
+36
|
/
*
CHECKMULTISIG unit tests.
Gavin Andresen
2011-08-26
1
-0
/
+136
*
Cleanup test suite output to be more useful.
Matt Corallo
2011-08-08
3
-3
/
+3
*
Add file for transaction tests.
Matt Corallo
2011-08-08
2
-0
/
+26
*
Add a file for script tests
Vegard Nossum
2011-08-08
2
-0
/
+38
[next]