Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |