index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
test_framework
/
script.py
Age
Commit message (
Expand
)
Author
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-06-04
Merge #19082: test: Moved the CScriptNum asserts into the unit test in script.py
Wladimir J. van der Laan
2020-06-03
[test] CScriptNum Decode Check as Unit Tests
Gillian Chu
2020-06-02
This PR adds initial support for type hints checking in python scripts.
Kiminuo
2020-04-30
Merge #18576: test: use unittest for test_framework unit testing
MarcoFalke
2020-04-26
test: use unittest and test_runner for test framework unit testing
Gloria Zhao
2020-04-25
test: use zero-argument super() shortcut (Python 3.0+)
Sebastian Falbesoner
2020-04-22
test: Remove unused, undocumented and misleading CScript.__add__
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-18
Simplify bn2vch using int.to_bytes
Pieter Wuille
2019-10-30
[tests] remove bignum.py
John Newbery
2019-10-30
[tests] fix flake8 warnings in script.py and bignum.py
John Newbery
2019-10-14
[test] rename SegwitVersion1SignatureHash()
John Newbery
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
build: Require python 3.5
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2018-12-12
[test] functional framework: add CScript hex() for Python 3.4
Sjors Provoost
2018-11-29
Add CScriptNum decode python implementation in functional suite
Gregory Sanders
2018-09-26
Strictly enforce instance attrs in critical functional test classes.
Justin Turner Arthur
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-16
tests: Remove redundant bytes²
practicalswift
2018-04-16
tests: Remove compatibility code not needed now when we're on Python 3
practicalswift
2018-02-18
qa: Fix python TypeError in script.py
MarcoFalke
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
[test] Serialize CTransaction with witness by default
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-10-16
[tests] Don't subclass from object for Python 3
John Newbery
2017-08-28
Remove unused variables and/or function calls
practicalswift
2017-03-20
Rename rpc-tests directory to functional
John Newbery