Update to 0.3.0 (New upstream + new RPC calls)
[novacoin.git] / src / test /
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin AndresenCheckpoint at block 185333 (and remove a couple of...
2012-06-19 Gavin AndresenRefactor: GetRandHash() method for util
2012-06-19 Gavin AndresenCache signature verifications
2012-06-19 Gavin AndresenOptimize orphan transaction handling
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Wladimir J. van... Fix build of testcases after commit 0f10b21719e1b0d9683...
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-04-26 Gavin AndresenDefine TEST_DATA_DIR so unit tests can be run from...
2012-04-23 Jeff GarzikSigOp and orphan-tx constants and counts are always...
2012-04-21 Pieter WuilleMerge pull request #1124 from sipa/rpcobj3
2012-04-21 Pieter WuilleMerge pull request #1131 from laanwj/2012_04_hexstr
2012-04-21 Gavin AndresenData-drive script evaluation unit tests.
2012-04-21 Wladimir J. van... Integrate @JoelKatz's optimized ToHex (#562) into curre...
2012-04-20 Pieter WuilleExpose CRPCTable via bitcoinrpc.h for testing
2012-04-17 Pieter WuilleFix tests after recent refactors
2012-04-15 Chris MooreCBitcoinSecret::SetString() now calls IsValid() to...
2012-04-12 Chris MooreCBitcoinSecret::SetString() now calls IsValid() to...
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-04 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-04 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-04 Luke DashjrFix script tests for P2SH
2012-02-29 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-27 Pieter WuilleAdd mruset and use it for setInventoryKnown
2012-02-20 Pieter WuilleFix tests after 38067c18
2012-02-07 Gavin AndresenNew GetArg features: allow --, and booleans can be...
2012-02-07 Gavin AndresenUnit tests for the GetArg() methods
2012-02-07 Gavin AndresenMerge branch 'standardScriptSigs' of github.com:gavinan...
2012-01-20 Gavin AndresenSimplify counting of P2SH sigops to match BIP 16 (thank...
2012-01-19 Gavin AndresenMake transactions with extra data in their scriptSig...
2012-01-13 Gavin AndresenRefactored ConnectInputs, so valid-transaction-checks...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-09 Pieter WuilleUnit tests for EC key routines
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-02 coderrrmake sure IsMine only returns true when we own all...
2011-12-27 Gavin AndresenFixed OP_EVAL recursion unit test, checks for both...
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenInterpret OP_EVAL as OP_NOP until Feb 1, 2012
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenGlobal fixture to send output to console instead of...
2011-12-19 Gavin AndresenSupport 3 new multisignature IsStandard transactions
2011-12-19 Gavin AndresenRework unit tests so test_bitcoin.cpp does not #include...
2011-12-02 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-11-02 Clark GaebelAdded simple critical section test cases.
2011-10-05 Gavin AndresenFix miner_test unit test bug
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-03 Gavin AndresenDeclare integer constant LL
2011-10-01 Wladimir J. van... remove possibility of 63 bit overflow in ParseMoney
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-30 Gavin AndresenMerge pull request #524 from sipa/signandverif
2011-09-28 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-28 Wladimir J. van... use median filter for peer-reported reported number...
2011-09-27 Pieter WuilleTest case for base64 encode/decode
2011-09-21 Gavin AndresenFramework for banning mis-behaving peers
2011-08-26 Gavin AndresenCHECKMULTISIG unit tests.
2011-08-08 Matt CoralloCleanup test suite output to be more useful.
2011-08-08 Matt CoralloAdd file for transaction tests.
2011-08-08 Vegard NossumAdd a file for script tests
2011-08-08 Vegard NossumFix testing setup
2011-06-27 Gavin AndresenBoost unit-testing framework.