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
...
|
*
|
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-7
/
+7
*
|
|
Remove newlines from JSON strings
Gavin Andresen
2012-05-25
2
-80
/
+11
*
|
|
Unit tests for transaction size limits
Gavin Andresen
2012-05-25
2
-0
/
+100
*
|
|
Lots more Script unit test cases.
Gavin Andresen
2012-05-24
3
-8
/
+228
|
/
/
*
|
More CScript unit tests.
Gavin Andresen
2012-05-24
3
-6
/
+22
*
|
DoS_tests: fix signed/unsigned comparison warnings
Jeff Garzik
2012-05-24
1
-7
/
+7
*
|
Merge branch 'optimize'
Gavin Andresen
2012-05-22
1
-13
/
+122
|
\
\
|
*
|
Cache signature verifications
Gavin Andresen
2012-05-18
1
-1
/
+92
|
*
|
Optimize orphan transaction handling
Gavin Andresen
2012-05-18
1
-2
/
+28
|
*
|
Refactor: GetRandHash() method for util
Gavin Andresen
2012-05-17
1
-10
/
+2
*
|
|
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
1
-0
/
+4
*
|
|
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
1
-1
/
+1
|
|
/
|
/
|
*
|
Clean up warnings
Pieter Wuille
2012-05-09
2
-3
/
+3
*
|
Support for multiple local addresses
Pieter Wuille
2012-05-04
1
-4
/
+4
|
/
*
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
[prev]
[next]