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-19 | Move method to check matches within arrays on util.py | Joao Fonseca | |
2016-04-10 | [qa] py2: Unfiddle strings into bytes explicitly | MarcoFalke | |
2016-04-01 | [qa] rpc-tests: Properly use integers, floats | MarcoFalke | |
2016-03-31 | [qa] Use python2/3 syntax | MarcoFalke | |
2016-03-14 | [qa] mininode: Add and use CONSTs | MarcoFalke | |
2016-01-19 | RPC: indicate which transactions are replaceable | Suhas Daftuar | |
Add "bip125-replaceable" output field to listtransactions and gettransaction which indicates if an unconfirmed transaction, or any unconfirmed parent, is signaling opt-in RBF according to BIP 125. | |||
2016-01-19 | Merge pull request #7164: Do not download transactions during initial ↵ | Wladimir J. van der Laan | |
blockchain sync 39a525c Do not download transactions during inital sync (ptschip) | |||
2015-12-15 | Do not download transactions during inital sync | ptschip | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-07-20 | Add p2sh option to importaddress to import redeemScripts | Matt Corallo | |
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-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-07-09 | Refactor common RPC test code to BitcoinTestFramework base class | Gavin Andresen | |
Inspired by #3956, with a little more flexibility built in. I didn't touch rpcbind_test.py, because it only runs on Linux. | |||
2014-03-24 | Fix regression tests | Gavin Andresen | |
Taught bitcoind to close the HTTP connection after it gets a 'stop' command, to make it easier for the regression tests to cleanly stop. Move bitcoinrpc files to correct location. Tidied up the python-based regression tests. | |||
2014-03-18 | Add licenses for tests and test data | Wladimir J. van der Laan | |
- Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848 | |||
2014-02-28 | Python-based regression tests | Gavin Andresen | |
skeleton.py : a do-nothing test skeleton listtransactions.py : start of regression test for listtransactions call |