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-01-13 | [qa] Fix pyton syntax in rpc tests | MarcoFalke | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-05-18 | [QA] restructure rpc tests directory | Jonas Schnelli | |
* move non-test classes to subdir `test-framework` | |||
2015-04-01 | Introduce separate 'generate' RPC call | Pieter Wuille | |
2014-12-01 | Merge pull request #5386 | Wladimir J. van der Laan | |
1b91be4 Report status of chain tips (Pieter Wuille) | |||
2014-11-27 | Report status of chain tips | Pieter Wuille | |
2014-11-27 | Fix python usage for arch's broken maintainers | Matt Corallo | |
2014-10-27 | Merge pull request #5121 | Wladimir J. van der Laan | |
214091d Update license in pull-tester and rpc-tests (Michael Ford) | |||
2014-10-24 | Extend getchaintips RPC test. | Daniel Kraft | |
Add the capability to simulate network splits to the RPC test framework and use it to do more extensive testing of 'getchaintips'. | |||
2014-10-23 | Update license in pull-tester and rpc-tests | Michael Ford | |
Add missing copyright/license header where necessary | |||
2014-08-03 | Implement "getchaintips" RPC command to monitor blockchain forks. | Daniel Kraft | |
Port over https://github.com/chronokings/huntercoin/pull/19 from Huntercoin: This implements a new RPC command "getchaintips" that can be used to find all currently active chain heads. This is similar to the -printblocktree startup option, but it can be used without restarting just via the RPC interface on a running daemon. |