aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_cltv.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-08-18Make post-p2sh consensus rules mandatory for tx relayAnthony Towns
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-01test: refactor: eliminate genesis block timestamp magic numbersSebastian Falbesoner
2022-01-28Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPCMarcoFalke
2022-01-15rpc: move softfork info from getblockchaininfo to getdeploymentinfoAnthony Towns
2022-01-11test: MiniWallet: support default `from_node` for creating txsSebastian Falbesoner
2022-01-11test: refactor: add constant for sequence number `SEQUENCE_FINAL`Sebastian Falbesoner
2021-11-17test: refactor: take use of `create_block` txlist parameterSebastian Falbesoner
2021-11-17test: refactor: take use of `create_block` version parameter (or use default)Sebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-16test: Activate all regtest softforks at height 1, unless overriddenMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-26Set regtest.BIP65Height = 111 to speed up testsMarcoFalke
2021-08-18test: use f-strings in feature_cltv.pyfanquake
2021-07-27test: use constants for CSV/CLTV activation heights in rpc_signrawtransactionSebastian Falbesoner
2021-05-31test: feature_cltv.py: don't return tx copies in modification functionsSebastian Falbesoner
2021-05-31test: drop unused node parameters in feature_cltv.pySebastian Falbesoner
2021-05-31test: fix typo in feature_cltv.py (s/ctlv/cltv/)Sebastian Falbesoner
2021-05-24test: MiniWallet: introduce enum type for output modeSebastian Falbesoner
2021-04-29test: Run feature_cltv with MiniWalletMarcoFalke
2021-04-29test: Hide tx rehash in helperMarcoFalke
2021-04-29test: Remove new_tx referenceMarcoFalke
2021-03-31test: check that _all_ invalid-CLTV txs are rejected after BIP65 activationSebastian Falbesoner
2021-03-31test: check that _all_ invalid-CLTV txs are allowed in a block pre-BIP65Sebastian Falbesoner
2021-03-31test: prepare cltv_invalidate to test all failure reasons in feature_cltv.pySebastian Falbesoner
2021-03-31test: add tx modfication helper function in feature_cltv.pySebastian Falbesoner
2021-01-12rpc: Return wtxid from testmempoolacceptMarcoFalke
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-10ci: Enable all functional tests in valgrindMarcoFalke
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-11-07scripted-diff: [validation] Rename CheckInputs to CheckInputScriptsJohn Newbery
2019-10-10[logging] Don't log REJECT code when transaction is rejectedJohn Newbery
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-08-13[rpc] Tidy up reporting of buried and ongoing softforksJohn Newbery
2019-07-16Merge #15891: test: Require standard txs in regtest by defaultMarcoFalke
2019-07-02test: Add tests for getblockchaininfo.softforksMarcoFalke
2019-06-21test: Require standard txs in regtestMarcoFalke
2019-03-14wallet/rpc: add maxfeerate parameter to testmempoolacceptKarl-Johan Alm
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-02-28test: Bump timeout on tests that timeout on windowsMarcoFalke
2018-11-07tests: Remove unused testing codepracticalswift
2018-09-13Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-31qa: Read reject reasons from debug log, not p2p messagesMarcoFalke
2018-08-13Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke
2018-08-13tests: Use explicit importspracticalswift