upgrade txJson-RCP to 0.5

The older version we were running didn't support jsonrpc v2 for
error codes, which both the command line client and ui client
were expecting.
This commit is contained in:
Job Evers 2017-01-02 19:15:25 -06:00
parent 5233dc303e
commit f7308beee9
4 changed files with 4 additions and 3 deletions

View file

@ -94,6 +94,7 @@ class AuthJSONRPCServer(AuthorizedBase):
isLeaf = True
OK = 200
UNAUTHORIZED = 401
# TODO: codes should follow jsonrpc spec: http://www.jsonrpc.org/specification#error_object
NOT_FOUND = 8001
FAILURE = 8002

View file

@ -83,7 +83,7 @@ C:\Python27\Scripts\pip.exe install simplejson==3.8.2
C:\Python27\Scripts\pip.exe install slowaes==0.1a1
C:\Python27\Scripts\pip.exe install txJSON-RPC==0.3.1
C:\Python27\Scripts\pip.exe install txJSON-RPC==0.5
C:\Python27\Scripts\pip.exe install unqlite==0.5.3

View file

@ -23,7 +23,7 @@ seccure==0.3.1.3
simplejson==3.8.2
six>=1.9.0
slowaes==0.1a1
txJSON-RPC==0.3.1
txJSON-RPC==0.5
wsgiref==0.1.2
zope.interface==4.1.3
base58==0.2.2

View file

@ -56,7 +56,7 @@ requires = [
'simplejson==3.8.2',
'six>=1.9.0',
'slowaes==0.1a1',
'txJSON-RPC==0.3.1',
'txJSON-RPC==0.5',
'wsgiref==0.1.2',
'zope.interface==4.1.3',
'base58==0.2.2',