| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | script: check ScriptError values in script tests | Cory Fields | 2014-11-14 | 4 | -38/+94 | |
| | |_|/ |/| | | ||||||
| * | | | Do signature-s negation inside the tests | Pieter Wuille | 2014-11-10 | 1 | -1/+46 | |
| * | | | Merge pull request #5196 | Wladimir J. van der Laan | 2014-11-04 | 1 | -3/+3 | |
| |\ \ \ | ||||||
| | * | | | Fix all header defines | Pavel JanÃk | 2014-11-03 | 1 | -3/+3 | |
| | |/ / | ||||||
| * | | | Merge pull request #5162 | Wladimir J. van der Laan | 2014-11-04 | 2 | -0/+2 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | boost: moveonly: split CPubKey and friends to new files | Cory Fields | 2014-10-31 | 2 | -0/+2 | |
| * | | | Merge pull request #5106 | Wladimir J. van der Laan | 2014-11-03 | 1 | -1/+1 | |
| |\ \ \ | ||||||
| | * | | | Rename ProcessBlock to ProcessNewBlock to indicate change of behaviour, and d... | Luke Dashjr | 2014-10-28 | 1 | -1/+1 | |
| * | | | | tests: enable alertnotify test for Windows | Cory Fields | 2014-10-31 | 1 | -5/+11 | |
| | |/ / |/| | | ||||||
| * | | | Separate protocol versioning from clientversion | Cory Fields | 2014-10-29 | 5 | -2/+5 | |
| * | | | Merge pull request #5100 | Pieter Wuille | 2014-10-28 | 3 | -3/+3 | |
| |\ \ \ | ||||||
| | * | | | MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from | jtimon | 2014-10-27 | 1 | -1/+1 | |
| | * | | | MOVEONLY: Separate CTransaction and dependencies from core | jtimon | 2014-10-27 | 2 | -2/+2 | |
| * | | | | Merge pull request #5065 | Wladimir J. van der Laan | 2014-10-28 | 5 | -11/+288 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Add valid invert of invalid every numeric opcode tests | Peter Todd | 2014-10-25 | 1 | -0/+49 | |
| | * | | | Clearly separate PUSHDATA and numeric argument MINIMALDATA tests | Peter Todd | 2014-10-25 | 2 | -30/+114 | |
| | * | | | Test every numeric-accepting opcode for correct handling of the numeric minim... | Peter Todd | 2014-10-25 | 1 | -0/+50 | |
| | * | | | Ensure MINIMALDATA invalid tests can only fail one way | Peter Todd | 2014-10-25 | 1 | -0/+12 | |
| | * | | | Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4) | Pieter Wuille | 2014-10-25 | 5 | -9/+41 | |
| | * | | | Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2) | Pieter Wuille | 2014-10-25 | 4 | -2/+52 | |
| * | | | | boost: split stream classes out of serialize.h | Cory Fields | 2014-10-22 | 2 | -0/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #4981 | Wladimir J. van der Laan | 2014-10-22 | 7 | -94/+95 | |
| |\ \ \ | ||||||
| | * | | | script: add a slew of includes all around and drop includes from script.h | Cory Fields | 2014-10-17 | 1 | -0/+1 | |
| | * | | | script: add ToByteVector() for converting anything with begin/end | Cory Fields | 2014-10-17 | 5 | -80/+80 | |
| | * | | | script: move CScriptID to standard.h and add a ctor for creating them from CS... | Cory Fields | 2014-10-17 | 4 | -15/+15 | |
| * | | | | Merge pull request #5108 | Wladimir J. van der Laan | 2014-10-22 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | CAutoFile: Explicit Get() and remove unused methods | Wladimir J. van der Laan | 2014-10-22 | 1 | -1/+1 | |
| * | | | | | Merge pull request #5110 | Wladimir J. van der Laan | 2014-10-22 | 1 | -0/+1 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Fixes for missing boost tuple.hpp header include. | randy-waterhouse | 2014-10-21 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * / / / | Rename CWalletInterface to CValidationInterface | Pieter Wuille | 2014-10-20 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #4468 | Wladimir J. van der Laan | 2014-10-17 | 1 | -45/+0 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | Remove CheckMinWork, as we always know all parent headers | Pieter Wuille | 2014-10-14 | 1 | -45/+0 | |
| * | | | boost: drop boost dependency in version.cpp. | Cory Fields | 2014-10-15 | 1 | -0/+12 | |
| |/ / | ||||||
| * | | Typo in test | Luke | 2014-10-13 | 1 | -1/+1 | |
| * | | Make SCRIPT_VERIFY_STRICTENC compatible with BIP62 | Pieter Wuille | 2014-10-08 | 5 | -135/+161 | |
| * | | Merge pull request #4834 | Pieter Wuille | 2014-10-08 | 4 | -9/+186 | |
| |\ \ | ||||||
| | * | | Get rid of the dummy CCoinsViewCache constructor arg | Pieter Wuille | 2014-09-24 | 4 | -6/+6 | |
| | * | | Add coins_tests with a large randomized CCoinViewCache test. | Pieter Wuille | 2014-09-23 | 1 | -0/+178 | |
| | * | | Get rid of CCoinsView's SetCoins and SetBestBlock. | Pieter Wuille | 2014-09-23 | 2 | -5/+4 | |
| * | | | Prettify JSON tests and minimize diffs | Pieter Wuille | 2014-10-07 | 3 | -40/+179 | |
| * | | | Merge pull request #4890 | Wladimir J. van der Laan | 2014-10-06 | 4 | -32/+31 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker | Pieter Wuille | 2014-10-02 | 4 | -31/+30 | |
| | * | | Abstract out SignatureChecker | Pieter Wuille | 2014-10-02 | 1 | -1/+1 | |
| * | | | DRY: Avoid repetitions in script_test | jtimon | 2014-10-02 | 1 | -30/+7 | |
| |/ / | ||||||
| * | | Merge pull request #4985 | Wladimir J. van der Laan | 2014-10-02 | 1 | -72/+75 | |
| |\ \ | ||||||
| | * | | Changed mixed indentation to four spaces | Eric Shaw | 2014-10-02 | 1 | -74/+73 | |
| | * | | Fixed setaccount accepting foreign address | Eric Shaw | 2014-10-02 | 1 | -2/+6 | |
| * | | | Switch testing framework from MAIN to new UNITTEST network | SergioDemianLerner | 2014-10-02 | 3 | -3/+4 | |
| * | | | Revert merge of pull #4845 | Wladimir J. van der Laan | 2014-10-02 | 4 | -279/+3 | |
| * | | | Merge pull request #4845 | Wladimir J. van der Laan | 2014-10-02 | 4 | -3/+279 | |
| |\ \ \ | ||||||