Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-15 | Harden against mistakes handling invalid blocks | Suhas Daftuar | |
Fixes a bug in AcceptBlock() in invoking CheckBlock() with incorrect arguments, and restores a call to CheckBlock() from ProcessNewBlock() as belt-and-suspenders. Updates the (overspecified) tests to match behavior. | |||
2016-11-21 | Make test constant consistent with consensus.h | BtcDrak | |
2016-08-16 | qa: Remove duplicate `hash160` implementation | Wladimir J. van der Laan | |
`hash160` is defined in `test_framework.script`, so there is no need to define it here again. | |||
2016-06-08 | Tests: Edit bloated varint test and add option for 'barely expensive' tests | mrbandrews | |
2016-06-02 | Continuing port of java comptool | mrbandrews | |
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-10 | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | |
2016-04-01 | [qa] rpc-tests: Properly use integers, floats | MarcoFalke | |
2016-01-27 | Merge #7300: [trivial] Add missing copyright headers | Wladimir J. van der Laan | |
fabcee1 Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke) fa60d05 Add missing copyright headers (MarcoFalke) fa7e4c0 Bump copyright headers to 2014 (MarcoFalke) | |||
2016-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2016-01-05 | Add missing copyright headers | MarcoFalke | |
2015-12-18 | Add more tests to p2p-fullblocktest | Suhas Daftuar | |
2015-08-21 | Add p2p-fullblocktest.py | Casey Rodarmor | |