aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_bip68_sequence.py
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-3/+3
* Merge #19401: QA: Use GBT to get block versions correctMarcoFalke2020-10-161-9/+8
|\
| * QA: Use GBT to get block versions correctLuke Dashjr2020-09-121-9/+8
* | refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-2/+2
* | net: Use mockable time for ping/pong, add testsMarcoFalke2020-06-191-1/+4
|/
* test: Check submitblock return valuesMarcoFalke2020-04-221-2/+2
* Merge #17004: validation: Remove REJECT code from CValidationStateWladimir J. van der Laan2019-10-241-1/+1
|\
| * [logging] Don't log REJECT code when transaction is rejectedJohn Newbery2019-10-101-1/+1
* | test: fix "tx-size-small" errors after default address changeSebastian Falbesoner2019-10-141-11/+10
|/
* Change default address type to bech32Gregory Sanders2019-09-261-2/+3
* [Consensus] Bury CSV deployment heightJohn Newbery2019-08-141-7/+7
* test: Require standard txs in regtestMarcoFalke2019-06-211-1/+4
* test: Remove True argument to CBlock::serializeMarcoFalke2019-05-081-1/+1
* test: Remove unused importsMarcoFalke2019-04-091-1/+7
* scripted-diff: use self.sync_* methodsMarcoFalke2019-04-091-1/+1
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-12/+12
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-2/+2
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* tests: Use explicit importspracticalswift2018-08-131-2/+6
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan2018-05-121-3/+3
|\
| * qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke2018-05-051-3/+3
* | Enable W191 and W291 flake8 checks.John Bampton2018-05-111-1/+1
|/
* Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift2018-04-161-2/+2
* scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow2018-02-171-6/+6
* test: Fix bip68 sequence test to reflect updated rpc error messageBen Woosley2018-02-161-1/+1
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+395