aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_bip68_sequence.py
AgeCommit message (Expand)Author
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