Age | Commit message (Expand) | Author |
2019-09-30 | Merge #16987: test: Correct docstring param name. | MarcoFalke |
2019-09-30 | Merge #16991: qa: Fix service flag comparison check in rpc_net test (luke-jr) | Wladimir J. van der Laan |
2019-09-30 | qa: Fix service flag comparison check in rpc_net test | Luke Dashjr |
2019-09-30 | test: Avoid whitespace linting in qt translations | Wladimir J. van der Laan |
2019-09-30 | Merge #16953: doc: Improve test READMEs | Wladimir J. van der Laan |
2019-09-30 | Correct docstring param name. | John Bampton |
2019-09-27 | Merge #16817: rpc: Fix casing in getblockchaininfo to be inline with other fi... | Wladimir J. van der Laan |
2019-09-26 | doc: Improve test READMEs | Fabian Jahr |
2019-09-26 | [RPC] Fix casing in getblockchaininfo to be inline with the rest of the response | Dan Gershony |
2019-09-25 | Merge #16961: test: Remove python dead code linter | MarcoFalke |
2019-09-25 | Merge #16929: test: follow-up to rpc: default maxfeerate value as BTC/kB | Wladimir J. van der Laan |
2019-09-25 | test: Remove python dead code linter | Wladimir J. van der Laan |
2019-09-25 | doc: replace outdated OpenSSL comment in test README | fanquake |
2019-09-22 | Merge #16918: test: Make PORT_MIN in test runner configurable | MarcoFalke |
2019-09-22 | test: use named args for sendrawtransaction calls | Jon Atack |
2019-09-21 | doc: improve rawtransaction code/test docs | Jon Atack |
2019-09-21 | test: fix incorrect value in rpc_rawtransaction.py | Jon Atack |
2019-09-20 | Merge #16920: test: Fix extra_args in wallet_import_rescan.py | MarcoFalke |
2019-09-20 | Merge #16921: tests: Add information on how to add Vulture suppressions | fanquake |
2019-09-19 | tests: Add information on how to add Vulture suppressions | practicalswift |
2019-09-19 | test: Fix extra_args in wallet_import_rescan.py | MarcoFalke |
2019-09-19 | test: Make PORT_MIN in test runner configurable | MarcoFalke |
2019-09-19 | Test: Move common function assert_approx() into util.py | fridokus |
2019-09-19 | Merge #16885: doc: Update tx-size-small comment with relevant CVE disclosure | fanquake |
2019-09-18 | Update tx-size-small comment with relevant CVE disclosure | Gregory Sanders |
2019-09-18 | Merge #16898: test: Remove connect_nodes_bi | MarcoFalke |
2019-09-18 | Merge #16907: test: lint: Add DisabledOpcodeTemplates to whitelist | MarcoFalke |
2019-09-18 | test: lint: Add DisabledOpcodeTemplates to whitelist | MarcoFalke |
2019-09-18 | Merge #16521: rpc: Use the default maxfeerate value as BTC/kB | Wladimir J. van der Laan |
2019-09-18 | Merge #16512: rpc: Shuffle inputs and outputs after joining psbts | Wladimir J. van der Laan |
2019-09-18 | Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo... | Wladimir J. van der Laan |
2019-09-17 | Merge #16864: test: Add python bech32 impl round-trip test | MarcoFalke |
2019-09-17 | Merge #16888: test: Bump timeouts in slow running tests | MarcoFalke |
2019-09-17 | test: Remove unused connect_nodes_bi | MarcoFalke |
2019-09-17 | scripted-diff: test: Replace connect_nodes_bi with connect_nodes | MarcoFalke |
2019-09-17 | test: Use connect_nodes when connecting nodes in the test_framework | MarcoFalke |
2019-09-17 | test: Reformat python imports to aid scripted diff | MarcoFalke |
2019-09-16 | test: Bump timeouts in slow running tests | MarcoFalke |
2019-09-16 | Merge #16845: test: Add notes on how to generate data/wallets/high_minversion | MarcoFalke |
2019-09-16 | test: Add notes on how to generate data/wallets/high_minversion | MarcoFalke |
2019-09-16 | Merge #16737: test: Establish only one connection between nodes in rpc_invali... | Wladimir J. van der Laan |
2019-09-15 | Add python bech32 impl round-trip test | Gregory Sanders |
2019-09-15 | test: improve gettransaction test coverage | Jon Atack |
2019-09-14 | rpc: fix regression in gettransaction | Jon Atack |
2019-09-13 | [wallet] Rename 'decode' argument in gettransaction method to 'verbose' | John Newbery |
2019-09-12 | Merge #16551: test: Test that low difficulty chain fork is rejected | MarcoFalke |
2019-09-12 | Merge #16850: test: `servicesnames` field in `getpeerinfo` and `getnetworkinfo` | Wladimir J. van der Laan |
2019-09-11 | tests: rename 'test_getnetworkinginfo' in 'test_getnetworkinfo' | darosior |
2019-09-11 | tests: add a test for the 'servicesnames' RPC field | darosior |
2019-09-11 | Merge #16251: Improve signrawtransaction error reporting | fanquake |