| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [tests] update disconnect_ban.py test case to work with listbanned | John Newbery | 2017-06-05 | 1 | -3/+3 |
| | | | | | | Github-Pull: #10234 Rebased-From: d6732d832aa901e733e63799260d409821a2c37a | ||||
| * | [tests] disconnect_ban: remove dependency on urllib | John Newbery | 2017-06-05 | 1 | -11/+4 |
| | | | | | | Github-Pull: #10143 Rebased-From: 5cc3ee24d29397737f2746d78b19a2509c0dedbb | ||||
| * | [tests] disconnect_ban: use wait_until instead of sleep | John Newbery | 2017-06-05 | 1 | -6/+5 |
| | | | | | | Github-Pull: #10143 Rebased-From: 12de2f252c8f48e05c579cb679866a68af8c660e | ||||
| * | [tests] disconnectban test - only use two nodes | John Newbery | 2017-06-05 | 1 | -26/+34 |
| | | | | | | Github-Pull: #10143 Rebased-From: 395561becfa612fedec74fd841cb4f28afdc23d7 | ||||
| * | [tests] fix nodehandling.py flake8 warnings | John Newbery | 2017-06-05 | 1 | -20/+26 |
| | | | | | | Github-Pull: #10143 Rebased-From: d6564a26f4afc28d7d1a24b94946916387c9bf24 | ||||
| * | Return correct error codes in setban(). | John Newbery | 2017-06-05 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | The setban() RPC was returning misleading or incorrect error codes (for example RPC_CLIENT_NODE_ALREADY_ADDED when an invalid IP address was entered). This commit fixes those error codes: - RPC_CLIENT_INVALID_IP_OR_SUBNET should be returned if the client enters an invalid IP address or subnet. This commit also updates the test cases to explicitly test the error code. This commit also adds a testcase for trying to setban on an invalid subnet. Github-Pull: #9853 Rebased-From: a012087667edb35a36f25ae06b42b1644d80e649 | ||||
| * | Remove unused Python imports | practicalswift | 2017-01-13 | 1 | -1/+0 |
| | | |||||
| * | [qa] Remove hardcoded "4 nodes" from test_framework | MarcoFalke | 2016-05-15 | 1 | -0/+6 |
| | | |||||
| * | [qa] Switch to py3 | MarcoFalke | 2016-05-05 | 1 | -11/+5 |
| | | |||||
| * | [qa] Fix pyton syntax in rpc tests | MarcoFalke | 2016-01-13 | 1 | -3/+2 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | [QA] fix netbase tests because of new CSubNet::ToString() output | Jonas Schnelli | 2015-09-16 | 1 | -4/+4 |
| | | |||||
| * | banlist.dat: store banlist on disk | Jonas Schnelli | 2015-07-02 | 1 | -1/+19 |
| | | |||||
| * | add RPC tests for setban & disconnectnode | Jonas Schnelli | 2015-06-17 | 1 | -0/+69 |