Age | Commit message (Expand) | Author |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-10 | test: Remove wallet option from non-wallet tests | MacroFake |
2022-08-01 | test: negative/unknown `rpcserialversion` should throw an init error | brunoerg |
2022-03-18 | test: Fix generate calls and comments in feature_segwit | MarcoFalke |
2022-03-16 | test: Fix intermittent failure in feature_segwit | DrahtBot |
2022-02-23 | [miner] always assume we can create witness blocks | glozow |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-11-10 | scripted-diff: Remove redundant sync_all and sync_blocks | MarcoFalke |
2021-10-26 | test: add script_util helper for creating bare multisig scripts | Sebastian Falbesoner |
2021-10-19 | tests: restrict feature_segwit legacy wallet import tests | Andrew Chow |
2021-10-19 | tests: Use descriptors for feature_segwit multisig setup | Andrew Chow |
2021-09-29 | test: introduce script_util helper for creating P2PK scripts | Sebastian Falbesoner |
2021-09-29 | Fix feature_segwit failure due to witness | Samuel Dobson |
2021-09-28 | test: pep-8 | MarcoFalke |
2021-09-28 | test: Use assert_equal over assert for easier debugging | MarcoFalke |
2021-09-16 | Introduce -testactivationheight=name@height setting | MarcoFalke |
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke |
2021-08-18 | test: use f-strings in feature_segwit.py | fanquake |
2021-08-02 | Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE` | MarcoFalke |
2021-08-01 | test: refactor: remove `hex_str_to_bytes` helper | Sebastian Falbesoner |
2021-07-05 | test: use script_util helpers for creating P2W{PKH,SH} scripts | Sebastian Falbesoner |
2021-07-05 | test: use script_util helpers for creating P2SH scripts | Sebastian Falbesoner |
2021-07-01 | test: introduce `get_weight()` helper for CTransaction | Sebastian Falbesoner |
2021-06-28 | test: use script_util helpers for creating P2PKH scripts | Sebastian Falbesoner |
2021-06-21 | test: remove `ToHex` helper, use .serialize().hex() instead | Sebastian Falbesoner |
2021-06-21 | test: introduce `tx_from_hex` helper for tx deserialization | Sebastian Falbesoner |
2021-03-23 | rpc: deprecate `addresses` and `reqSigs` from rpc outputs | Michael Dietz |
2020-10-20 | scripted-diff: test: Replace uses of (dis)?connect_nodes global | Prayank |
2020-10-16 | Merge #19401: QA: Use GBT to get block versions correct | MarcoFalke |
2020-09-12 | QA: Use GBT to get block versions correct | Luke Dashjr |
2020-08-06 | refactor: test: use _ variable for unused loop counters | Sebastian Falbesoner |
2020-06-22 | test: refactor functional tests to use restart_node | Christopher Coverdale |
2020-06-08 | Merge #18826: Expose txinwitness for coinbase in JSON form from RPC | MarcoFalke |
2020-05-19 | Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key | MarcoFalke |
2020-05-08 | Test txinwitness is accessible on coinbase vin | Rod Vagg |
2020-04-21 | Merge #18384: [test] more specific feature_segwit test error messages and fix... | MarcoFalke |
2020-04-21 | [test] add 8 error messages to feature_segwit and change version to type | Gloria Zhao |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-10 | ci: Enable all functional tests in valgrind | MarcoFalke |
2020-01-17 | QA: feature_segwit: Check that template "rules" includes "!segwit" as appropr... | Luke Dashjr |
2019-12-09 | test: re-enable CLI test support by using EncodeDecimal in json.dumps() | fanquake |
2019-12-06 | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such | practicalswift |
2019-10-10 | [logging] Don't log REJECT code when transaction is rejected | John Newbery |
2019-09-22 | test: use named args for sendrawtransaction calls | Jon Atack |
2019-09-18 | Merge #16521: rpc: Use the default maxfeerate value as BTC/kB | Wladimir J. van der Laan |
2019-08-19 | qa: Add RPC tests for weight in mempool entry | Daniel Edgecumbe |
2019-08-18 | wallet/rpc: Use the default maxfeerate value as BTC/kB | Joonmo Yang |
2019-08-14 | [Consensus] Bury segwit deployment | John Newbery |
2019-06-21 | test: Require standard txs in regtest | MarcoFalke |
2019-04-09 | test: Remove unused imports | MarcoFalke |