Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | |
2016-05-05 | [qa] Switch to py3 | MarcoFalke | |
2016-04-01 | [qa] rpc-tests: Properly use integers, floats | MarcoFalke | |
2016-01-05 | Add missing copyright headers | MarcoFalke | |
2015-12-04 | test: remove necessity to call create_callback_map | Wladimir J. van der Laan | |
Remove necessity to call create_callback_map (as well as the function itself) from the Python P2P test framework. Invoke the appropriate methods directly. - Easy to forget to call it and wonder why it doesn't work - Simplifies the code - This makes it easier to handle new messages in subclasses | |||
2015-08-21 | Add p2p-fullblocktest.py | Casey Rodarmor | |
2015-06-30 | Replace sleep with syncing using pings | Suhas Daftuar | |
2015-06-03 | Ignore unrequested blocks too far ahead of tip | Suhas Daftuar | |
2015-06-02 | P2P regression test for new AcceptBlock behavior | Suhas Daftuar | |