Tomasz Drwięga
|
cbcc369a2d
|
UI server refactoring (#5580)
* Full API in Authenticated WS server.
* Replacing UI server with Hyper.
* Solving CLI, RPCs and tests.
* Porting signer tests.
* Fixing origin recognition for dapps/rpc.
* Fixing tests. Adding parity-rpc-client to test.
* Dapps exposed as RPC method.
* JS code to support new connection scheme.
* Fixing dapps tests.
* Updating allowed origins/hosts to support web3.site.
* Fixing tests, fixing UI.
* Fixing tests.
* Removing invalid tests.
* Fixing merge.
* 404 fallback for UI
* Improve ContentFetcher constructor readability.
* Naming.
* Update .gitlab-ci.yml
fix CI lint error
* Fixing tests and linting issues.
* Fixing new tests.
* UI hosts.
* Submodules fix.
|
2017-05-24 12:24:07 +02:00 |
|
Tomasz Drwięga
|
7e87e9e8ad
|
Updating JSON-RPC crates (#4934)
* New version of jsonrpc.
* Better invalid encoding messages
* Fixing deprecated methods of tokio_core
* Using dedicated branch for jsonrpc
* Bump
|
2017-03-22 07:02:14 +01:00 |
|
Arkadiy Paronyan
|
d608ad2011
|
jsonr rpc bump for IPC fix (#4200)
|
2017-01-18 12:54:35 +01:00 |
|
Robert Habermeier
|
8125b5690c
|
Port try macro to new ? operator. (#3962)
* initial untry sweep
* restore try in ipc codegen, fix inference
* change a few missed try instances
|
2016-12-27 12:53:56 +01:00 |
|
arkpar
|
3ac0794d28
|
Bump jsonrpc-core for rpc_cli
|
2016-12-15 19:31:26 +01:00 |
|
Gav Wood
|
d1040e4127
|
Whitespace
|
2016-12-15 15:03:34 +01:00 |
|
Tomasz Drwięga
|
5affefc763
|
Fixing CLI signer
|
2016-12-13 12:17:01 +01:00 |
|
Kristoffer Ström
|
0e516162c3
|
Rebased on master
|
2016-12-09 22:27:32 +01:00 |
|
Kristoffer Ström
|
6552319074
|
Style rewrite
|
2016-12-09 22:26:08 +01:00 |
|
Kristoffer Ström
|
b2b00e9dbe
|
Use Mutex from util
|
2016-12-09 22:26:08 +01:00 |
|
Kristoffer Ström
|
f700aa39fe
|
Switch to jsonrpc request/response types
|
2016-12-09 22:26:07 +01:00 |
|
Kristoffer Ström
|
91b7780eb5
|
comment formating
|
2016-12-09 22:26:07 +01:00 |
|
Kristoffer Ström
|
7a176094d5
|
* Use try!/map_err instead of match
* Use jsonrpc_core for serializing/deserializing rpc messages
* Factor out unwraps
* Remove mem::replace
* Add nicer formating of ConfirmationRequests
|
2016-12-09 22:26:07 +01:00 |
|
Kristoffer Ström
|
273d7c00c3
|
Pass cli tests, remove compiler warnings
|
2016-12-09 22:26:07 +01:00 |
|
Kristoffer Ström
|
4e3f8bab10
|
Add Ws Json rpc client and command line utils
|
2016-12-09 22:26:05 +01:00 |
|