Age | Commit message (Expand) | Author |
2023-08-18 | Make post-p2sh consensus rules mandatory for tx relay | Anthony Towns |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-04-22 | test: MiniWallet: always rehash after signing (P2PK mode) | Sebastian Falbesoner |
2022-01-11 | test: MiniWallet: support default `from_node` for creating txs | Sebastian Falbesoner |
2021-11-17 | test: refactor: take use of `create_block` txlist parameter | Sebastian Falbesoner |
2021-11-17 | test: refactor: take use of `create_block` version parameter (or use default) | Sebastian Falbesoner |
2021-11-16 | Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha... | fanquake |
2021-11-12 | test: remove unnecessary block rehashing prior to solving | Sebastian Falbesoner |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-09-16 | test: Activate all regtest softforks at height 1, unless overridden | MarcoFalke |
2021-09-13 | test: Set peertimeout in write_config | MarcoFalke |
2021-09-10 | Merge bitcoin/bitcoin#22907: test: Avoid intermittent test failure in feature... | merge-script |
2021-09-09 | test: pep-8 whitespace | MarcoFalke |
2021-09-09 | test: Avoid intermittent test failure in feature_csv_activation.py | MarcoFalke |
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke |
2021-08-18 | test: use f-strings in feature_csv_activation.py | fanquake |
2021-07-27 | test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction | Sebastian Falbesoner |
2021-05-24 | test: MiniWallet: introduce enum type for output mode | Sebastian Falbesoner |
2021-05-17 | test: use P2PK-MiniWallet for feature_csv_activation.py | Sebastian Falbesoner |
2021-05-10 | refactor: feature_csv_activation.py: move tx helper functions to methods | Sebastian Falbesoner |
2021-05-10 | test: use MiniWallet for feature_csv_activation.py | Sebastian Falbesoner |
2021-04-18 | update docstring in feature_csv_activation.py | Pierre K |
2020-10-16 | test: Remove unused -blockversion from tests | MarcoFalke |
2020-09-10 | [refactor] clarify tests by referencing p2p objects directly | gzhao408 |
2020-08-21 | scripted-diff: Rename mininode to p2p | John Newbery |
2020-08-06 | refactor: test: use _ variable for unused loop counters | Sebastian Falbesoner |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-02-28 | test: check specific reject reasons in feature_csv_activation.py | Sebastian Falbesoner |
2020-02-28 | test: eliminiated magic numbers in feature_csv_activation.py | Sebastian Falbesoner |
2020-02-28 | test: check for OP_CSV empty stack fail reject reason in feature_csv_activati... | Sebastian Falbesoner |
2020-02-28 | test: test OP_CSV empty stack fail in feature_csv_activation.py | Sebastian Falbesoner |
2020-02-26 | test: Reduce unneeded whitelist permissions in tests | MarcoFalke |
2019-12-06 | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such | practicalswift |
2019-08-14 | [Consensus] Bury CSV deployment height | John Newbery |
2019-04-08 | scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and... | MarcoFalke |
2019-03-02 | scripted-diff: Update copyright in ./test | MarcoFalke |
2019-03-02 | scripted-diff: test: Remove brackets after assert | MarcoFalke |
2018-09-13 | Merge #14180: qa: Run all tests even if wallet is not compiled | Wladimir J. van der Laan |
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke |
2018-08-31 | qa: Read reject reasons from debug log, not p2p messages | MarcoFalke |
2018-08-09 | qa: blocktools enforce named args for amount | MarcoFalke |
2018-08-09 | Merge #13669: Tests: Cleanup create_transaction implementations | MarcoFalke |
2018-08-09 | Merge #13916: qa: wait_for_verack by default | MarcoFalke |
2018-08-09 | [Tests] Cleanup extra instances of create_transaction | Conor Scott |
2018-08-08 | qa: wait_for_verack by default | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-06-25 | qa: Avoid start/stop of the network thread mid-test | MarcoFalke |
2018-03-22 | [tests] Change feature_csv_activation.py to use BitcoinTestFramework | John Newbery |
2018-03-22 | [tests] Move utility functions in feature_csv_activation.py out of class. | John Newbery |
2018-03-22 | [tests] Remove nested loops from feature_csv_activation.py | John Newbery |