aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_bip68_sequence.py
AgeCommit message (Expand)Author
2024-02-08test framework: Add and use option for tx-version in MiniWallet methodsMarcoFalke
2023-01-16test: remove redundant blocks generation logickouloumos
2023-01-06test: Run feature_bip68_sequence.py with MiniWalletMiles Liu
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-10-07test: Remove confusing DUMMY_P2WPKH_SCRIPTMacroFake
2021-11-17test: refactor: take use of `create_block` txlist parameterSebastian Falbesoner
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-12test: remove unnecessary block rehashing prior to solvingSebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-06test: Replace satoshi_round with int() or Decimal()MarcoFalke
2021-09-16test: Activate all regtest softforks at height 1, unless overriddenMarcoFalke
2021-09-13test: Set peertimeout in write_configMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2021-06-21test: introduce `tx_from_hex` helper for tx deserializationSebastian Falbesoner
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-16Merge #19401: QA: Use GBT to get block versions correctMarcoFalke
2020-09-12QA: Use GBT to get block versions correctLuke Dashjr
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-06-19net: Use mockable time for ping/pong, add testsMarcoFalke
2020-04-22test: Check submitblock return valuesMarcoFalke
2019-10-24Merge #17004: validation: Remove REJECT code from CValidationStateWladimir J. van der Laan
2019-10-14test: fix "tx-size-small" errors after default address changeSebastian Falbesoner
2019-10-10[logging] Don't log REJECT code when transaction is rejectedJohn Newbery
2019-09-26Change default address type to bech32Gregory Sanders
2019-08-14[Consensus] Bury CSV deployment heightJohn Newbery
2019-06-21test: Require standard txs in regtestMarcoFalke
2019-05-08test: Remove True argument to CBlock::serializeMarcoFalke
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-12Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan
2018-05-11Enable W191 and W291 flake8 checks.John Bampton
2018-05-05qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke
2018-04-16Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-02-16test: Fix bip68 sequence test to reflect updated rpc error messageBen Woosley
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns