aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/script.py
AgeCommit message (Expand)Author
2020-10-12tests: functional tests for Schnorr/Taproot/TapscriptPieter Wuille
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-06-04Merge #19082: test: Moved the CScriptNum asserts into the unit test in script.pyWladimir J. van der Laan
2020-06-03[test] CScriptNum Decode Check as Unit TestsGillian Chu
2020-06-02This PR adds initial support for type hints checking in python scripts.Kiminuo
2020-04-30Merge #18576: test: use unittest for test_framework unit testingMarcoFalke
2020-04-26test: use unittest and test_runner for test framework unit testingGloria Zhao
2020-04-25test: use zero-argument super() shortcut (Python 3.0+)Sebastian Falbesoner
2020-04-22test: Remove unused, undocumented and misleading CScript.__add__MarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-18Simplify bn2vch using int.to_bytesPieter Wuille
2019-10-30[tests] remove bignum.pyJohn Newbery
2019-10-30[tests] fix flake8 warnings in script.py and bignum.pyJohn Newbery
2019-10-14[test] rename SegwitVersion1SignatureHash()John Newbery
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02build: Require python 3.5MarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2018-12-12[test] functional framework: add CScript hex() for Python 3.4Sjors Provoost
2018-11-29Add CScriptNum decode python implementation in functional suiteGregory Sanders
2018-09-26Strictly enforce instance attrs in critical functional test classes.Justin Turner Arthur
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-16tests: Remove redundant bytes²practicalswift
2018-04-16tests: Remove compatibility code not needed now when we're on Python 3practicalswift
2018-02-18qa: Fix python TypeError in script.pyMarcoFalke
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09[test] Serialize CTransaction with witness by defaultPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-08-28Remove unused variables and/or function callspracticalswift
2017-03-20Rename rpc-tests directory to functionalJohn Newbery