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
/
qa
/
rpc-tests
/
segwit.py
Age
Commit message (
Expand
)
Author
2017-03-20
Rename qa directory to test
John Newbery
2017-03-15
Fix RPC failure testing (2 of 2)
John Newbery
2017-03-14
Test transaction selection when gbt called without segwit support
Suhas Daftuar
2017-03-14
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-10
Improve readability of segwit.py
Suhas Daftuar
2017-03-09
Use logging in individual tests
John Newbery
2017-03-09
Remove manual debug settings in qa tests.
John Newbery
2017-02-23
Fix segwit getblocktemplate test.
John Newbery
2017-02-23
Fix docstrings in qa tests
John Newbery
2017-02-16
QA: Test GBT size/weight limit values
Luke Dashjr
2017-01-20
Remove redundant semicolons in Python code
practicalswift
2016-12-11
[qa] Don't set unknown rpcserialversion
MarcoFalke
2016-12-05
Add option to return non-segwit serialization via rpc
Gregory Sanders
2016-10-17
test segwit uncompressed key fixes
Johnson Lau
2016-08-19
[qa] Remove unused code
MarcoFalke
2016-08-17
Merge #8482: [qa] Use single cache dir for chains
Wladimir J. van der Laan
2016-08-08
qa/rpc-tests/segwit: Test GBT sigops before and after activation
Luke Dashjr
2016-07-15
[qa] Sort scripts by time for pull_tester and don't overwrite setup_chain
MarcoFalke
2016-06-22
[qa] Add rpc test for segwit
Alex Morcos