Age | Commit message (Expand) | Author |
2022-05-30 | MOVEONLY: Move signrawtransactionwithwallet test | Daniela Brozzoni |
2022-01-15 | rpc: move softfork info from getblockchaininfo to getdeploymentinfo | Anthony Towns |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-11-10 | scripted-diff: Remove redundant sync_all and sync_blocks | MarcoFalke |
2021-09-29 | test: introduce script_util helper for creating P2PK scripts | Sebastian Falbesoner |
2021-09-16 | test: Activate all regtest softforks at height 1, unless overridden | MarcoFalke |
2021-09-02 | scripted-diff: Use generate* from TestFramework | MarcoFalke |
2021-08-26 | Set regtest.BIP65Height = 111 to speed up tests | MarcoFalke |
2021-08-19 | Use generate* from TestFramework | MarcoFalke |
2021-08-01 | test: refactor: remove `hex_str_to_bytes` helper | Sebastian Falbesoner |
2021-07-27 | test: use constants for CSV/CLTV activation heights in rpc_signrawtransaction | Sebastian Falbesoner |
2021-07-27 | test: introduce `generate_to_height` helper, use in rpc_signrawtransaction | Sebastian Falbesoner |
2021-07-25 | test: check that CSV/CLTV are active in rpc_signrawtransaction | Sebastian Falbesoner |
2021-07-05 | test: use script_util helpers for creating P2W{PKH,SH} scripts | Sebastian Falbesoner |
2021-06-21 | test: introduce `tx_from_hex` helper for tx deserialization | Sebastian Falbesoner |
2021-05-31 | Use COINBASE_MATURITY constant in functional tests. | Kiminuo |
2021-03-04 | Test that signrawtx works when a signed CSV and CLTV inputs are present | Andrew Chow |
2020-12-03 | tests: Test that a fully signed tx given to signrawtx is unchanged | Andrew Chow |
2020-11-01 | Avoid dumpprivkey and watchonly behavior in rpc_signrawtransaction.py | Andrew Chow |
2020-07-15 | test: ensure OP_1NEGATE satisfies BIP62 minimal push rule | Jon Atack |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-12 | test: add rpc_signrawtransaction logging | Jon Atack |
2020-04-12 | test: refactor rpc_signrawtransaction witness script tests | Jon Atack |
2020-04-07 | test: Use one node to avoid a race due to missing sync in rpc_signrawtransaction | MarcoFalke |
2020-03-31 | Correctly compute redeemScript from witnessScript for signrawtransaction | Andrew Chow |
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-03-22 | [rpc] Remove signrawtransaction warning | John Newbery |
2019-03-02 | scripted-diff: Update copyright in ./test | MarcoFalke |
2019-03-02 | scripted-diff: test: Use py3.5 bytes::hex() method | MarcoFalke |
2019-02-13 | Add test for P2SH-P2WSH in signrawtransactionwithkey and listunspent | MeshCollider |
2018-09-25 | [wallet] remove redundand restart node | gustavonalle |
2018-09-24 | [wallet] Ensure wallet is unlocked before signing | gustavonalle |
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke |
2018-08-27 | [rpc] Remove deprecated sigrawtransaction rpc method. | John Newbery |
2018-08-13 | tests: Use explicit imports | practicalswift |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-02-17 | Add test for signrawtransaction | Andrew Chow |
2018-02-17 | Split signrawtransaction into wallet and non-wallet | Andrew Chow |
2018-01-25 | [tests] Rename rpc_* functional tests. | Anthony Towns |