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
/
rest.py
Age
Commit message (
Expand
)
Author
2016-09-01
rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST
djpnewton
2016-05-15
[qa] Remove hardcoded "4 nodes" from test_framework
MarcoFalke
2016-05-05
[qa] Switch to py3
MarcoFalke
2016-04-10
[qa] py2: Unfiddle strings into bytes explicitly
MarcoFalke
2016-03-31
[qa] Use python2/3 syntax
MarcoFalke
2016-01-13
[qa] Fix pyton syntax in rpc tests
MarcoFalke
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-09-02
tests: GET requests cannot have request body, use POST in rest.py
Wladimir J. van der Laan
2015-08-19
Merge pull request #6539
Wladimir J. van der Laan
2015-08-14
Implement REST mempool API, add test and documentation.
Pavel JanÃk
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-07-18
univalue: Avoid unnecessary roundtrip through double for numbers
Wladimir J. van der Laan
2015-07-05
[REST] add JSON support for /rest/headers/
Jonas Schnelli
2015-06-01
Merge pull request #6193
Wladimir J. van der Laan
2015-05-27
[REST] remove json input for getutxos, limit to query max. 15 outpoints
Jonas Schnelli
2015-05-18
[QA] restructure rpc tests directory
Jonas Schnelli
2015-04-21
[QA] rest.py RPC test: change setgenerate() to generate()
Jonas Schnelli
2015-04-21
[REST] getutxos REST command (based on Bip64)
Jonas Schnelli
2015-04-01
Introduce separate 'generate' RPC call
Pieter Wuille
2014-12-29
[REST] add /rest/chaininfos
Jonas Schnelli
2014-12-12
Add /rest/headers
Pieter Wuille
2014-12-09
[REST] /rest/block response with full tx details
Jonas Schnelli
2014-12-05
Fix missing python2 in rpc-tests
Matt Corallo
2014-12-02
Fix rest.py test after #5376
Wladimir J. van der Laan
2014-12-01
[REST] add REST interface tests in rpc-test section
Jonas Schnelli