| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | change blockchain -> block chain (spelling) | Philip Kaufmann | 2012-10-21 | 1 | -2/+2 | |
| | | | | | | - Wiki says "block chain" is correct ;) - remove some unneeded spaces I found in the source, while fixing the spelling | |||||
| * | Check for canonical public keys and signatures | Pieter Wuille | 2012-09-21 | 1 | -20/+20 | |
| | | | | | Only enabled inside tests for now. | |||||
| * | Implement raw transaction RPC calls | Gavin Andresen | 2012-07-05 | 1 | -0/+113 | |
| | | | | | | | Implement listunspent / getrawtransaction / createrawtransaction / signrawtransaction, to support creation and signing-on-multiple-device multisignature transactions. | |||||
| * | Lots more Script unit test cases. | Gavin Andresen | 2012-05-24 | 1 | -1/+4 | |
| | | ||||||
| * | More CScript unit tests. | Gavin Andresen | 2012-05-24 | 1 | -5/+7 | |
| | | ||||||
| * | Define TEST_DATA_DIR so unit tests can be run from any current working directory | Gavin Andresen | 2012-04-26 | 1 | -2/+6 | |
| | | ||||||
| * | Data-drive script evaluation unit tests. | Gavin Andresen | 2012-04-21 | 1 | -0/+150 | |
| | | ||||||
| * | Fix tests after 38067c18 | Pieter Wuille | 2012-02-20 | 1 | -7/+7 | |
| | | ||||||
| * | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen | 2012-01-13 | 1 | -23/+19 | |
| | | ||||||
| * | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen | 2011-12-19 | 1 | -19/+19 | |
| | | | | | | | 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. | |||||
| * | OP_EVAL implementation | Gavin Andresen | 2011-12-19 | 1 | -18/+22 | |
| | | | | | | | 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. | |||||
| * | Rework unit tests so test_bitcoin.cpp does not #include them all | Gavin Andresen | 2011-12-19 | 1 | -2/+2 | |
| | | ||||||
| * | CHECKMULTISIG unit tests. | Gavin Andresen | 2011-08-26 | 1 | -0/+136 | |
| | | ||||||
| * | Add a file for script tests | Vegard Nossum | 2011-08-08 | 1 | -0/+37 | |