aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/script.py
Commit message (Expand)AuthorAgeFilesLines
* tests: functional tests for Schnorr/Taproot/TapscriptPieter Wuille2020-10-121-10/+123
* refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-1/+1
* Merge #19082: test: Moved the CScriptNum asserts into the unit test in script.pyWladimir J. van der Laan2020-06-041-0/+6
|\
| * [test] CScriptNum Decode Check as Unit TestsGillian Chu2020-06-031-0/+6
* | This PR adds initial support for type hints checking in python scripts.Kiminuo2020-06-021-2/+3
|/
* Merge #18576: test: use unittest for test_framework unit testingMarcoFalke2020-04-301-0/+23
|\
| * test: use unittest and test_runner for test framework unit testingGloria Zhao2020-04-261-0/+23
* | test: use zero-argument super() shortcut (Python 3.0+)Sebastian Falbesoner2020-04-251-4/+4
* | test: Remove unused, undocumented and misleading CScript.__add__MarcoFalke2020-04-221-9/+2
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* Simplify bn2vch using int.to_bytesPieter Wuille2020-03-181-32/+8
* [tests] remove bignum.pyJohn Newbery2019-10-301-1/+34
* [tests] fix flake8 warnings in script.py and bignum.pyJohn Newbery2019-10-301-135/+139
* [test] rename SegwitVersion1SignatureHash()John Newbery2019-10-141-3/+3
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* build: Require python 3.5MarcoFalke2019-03-021-4/+0
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-3/+2
* [test] functional framework: add CScript hex() for Python 3.4Sjors Provoost2018-12-121-0/+4
* Add CScriptNum decode python implementation in functional suiteGregory Sanders2018-11-291-0/+16
* Strictly enforce instance attrs in critical functional test classes.Justin Turner Arthur2018-09-261-2/+7
* tests: Use explicit importspracticalswift2018-08-131-1/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* tests: Remove redundant bytes²practicalswift2018-04-161-3/+3
* tests: Remove compatibility code not needed now when we're on Python 3practicalswift2018-04-161-20/+11
* qa: Fix python TypeError in script.pyMarcoFalke2018-02-181-3/+1
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-1/+1
|\
| * [test] Serialize CTransaction with witness by defaultPieter Wuille2018-01-091-1/+1
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* [tests] Don't subclass from object for Python 3John Newbery2017-10-161-1/+1
* Remove unused variables and/or function callspracticalswift2017-08-281-245/+0
* Rename rpc-tests directory to functionalJohn Newbery2017-03-201-0/+939