Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-19 | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen | |
so it takes a flag for how to interpret OP_EVAL. Also increased IsStandard size of scriptSigs to 500 bytes, so a 3-of-3 multisig transaction IsStandard. | |||
2011-12-19 | Interpret OP_EVAL as OP_NOP until Feb 1, 2012 | Gavin Andresen | |
2011-12-19 | OP_EVAL implementation | Gavin Andresen | |
OP_EVAL is a new opcode that evaluates an item on the stack as a script. It enables a new type of bitcoin address that needs an arbitrarily complex script to redeem. | |||
2011-12-19 | Global fixture to send output to console instead of debug.log | Gavin Andresen | |
2011-12-19 | Support 3 new multisignature IsStandard transactions | Gavin Andresen | |
Initial support for (a and b), (a or b), and 2-of-3 escrow transactions (where a, b, and c are keys). | |||
2011-12-19 | Rework unit tests so test_bitcoin.cpp does not #include them all | Gavin Andresen | |
2011-12-01 | Orphan block fill-up-memory attack prevention | Gavin Andresen | |
2011-12-01 | Moved checkpoints out of main, to prep for using them to help prevent DoS ↵ | Gavin Andresen | |
attacks | |||
2011-11-02 | Added simple critical section test cases. | Clark Gaebel | |
2011-10-05 | Fix miner_test unit test bug | Gavin Andresen | |
2011-10-05 | Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoin | Gavin Andresen | |
2011-10-03 | Declare integer constant LL | Gavin Andresen | |
2011-10-01 | remove possibility of 63 bit overflow in ParseMoney | Wladimir J. van der Laan | |
- also, add unit tests for various functions in util.cpp/util.h | |||
2011-09-30 | remove cryptopp dependency, add simple unittest for SHA256Transform() | Nils Schneider | |
2011-09-30 | Merge pull request #524 from sipa/signandverif | Gavin Andresen | |
Sign and verify message with bitcoin address | |||
2011-09-28 | Merge branch 'master' of https://github.com/bitcoin/bitcoin | Wladimir J. van der Laan | |
Conflicts: .gitignore (used upstream version) bitcoin-qt.pro | |||
2011-09-28 | use median filter for peer-reported reported number of blocks | Wladimir J. van der Laan | |
- 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 | |||
2011-09-27 | Test case for base64 encode/decode | Pieter Wuille | |
2011-09-21 | Framework for banning mis-behaving peers | Gavin Andresen | |
2011-08-26 | CHECKMULTISIG unit tests. | Gavin Andresen | |
2011-08-08 | Cleanup test suite output to be more useful. | Matt Corallo | |
2011-08-08 | Add file for transaction tests. | Matt Corallo | |
2011-08-08 | Add a file for script tests | Vegard Nossum | |
2011-08-08 | Fix testing setup | Vegard Nossum | |
There were some problems with the existing testing setup: - Makefile rules for test-file compilation used CFLAGS instead of CXXFLAGS in makefile.unix | |||
2011-06-27 | Boost unit-testing framework. | Gavin Andresen | |
make -f makefile.{unix,osx,mingw} test_bitcoin to compile dumb, do-almost-nothing placeholder unit tests. |