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
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