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