Commit Graph

143 Commits

Author SHA1 Message Date
Tomasz Drwięga 26ed38ecc2 Version 0.2.2 of status page 2016-04-21 09:43:42 +02:00
Tomasz Drwięga 4b82fc1d1f Bumping status page 2016-04-20 10:07:02 +02:00
Tomasz Drwięga 5086880093 Additional logging for transactions 2016-04-17 18:26:15 +02:00
Arkadiy Paronyan 5547b44e5a Merge pull request #957 from ethcore/webapps-mio
Using hyper-mio branch in webapps.
2016-04-17 15:36:23 +02:00
petevine 763d78af87 Update dependencies 2016-04-17 01:50:04 +02:00
Tomasz Drwięga 13c25c5d49 Merge branch 'master' into webapps-mio
Conflicts:
	Cargo.lock
	parity/main.rs
2016-04-15 17:14:39 +02:00
arkpar d84f382ab8 fixed build 2016-04-15 14:45:49 +02:00
arkpar e7d8cfb8e0 update nanomsg-sys 2016-04-15 13:56:24 +02:00
Arkadiy Paronyan b441750cc9 Merge pull request #958 from ethcore/ipc-hypervisor
IPC hypervisor
2016-04-15 10:31:19 +02:00
NikVolf b7798d3869 updating nanomsg-sys 2016-04-15 00:01:20 +03:00
NikVolf dc7e105ef8 Merge branch 'master' into ipc-hypervisor 2016-04-14 21:57:24 +03:00
Tomasz Drwięga f81914351d Rewriting webapps to use hyper-mio branch 2016-04-14 20:38:48 +02:00
Tomasz Drwięga 313e77fc3b Bumping jsonrpc-http-server 2016-04-14 19:30:53 +02:00
Tomasz Drwięga 5b2d726a02 Changing cors header to be optional 2016-04-14 14:38:07 +02:00
NikVolf 405e3e2e7d initial setup 2016-04-13 19:03:57 +03:00
Tomasz Drwięga 9892e43c4e Getting rid of iron dependency 2016-04-12 22:44:53 +02:00
Tomasz Drwięga 6b03a3218c Bumping clippy version 2016-04-12 13:51:39 +02:00
NikVolf 1d09844950 Merge branch 'master' into upgrades 2016-04-11 21:43:07 +03:00
debris dfa8196543 updated dependencies 2016-04-11 13:21:55 +02:00
NikVolf 69add61174 basic upgrade scenario 2016-04-10 16:12:20 +03:00
Tomasz Drwięga 8f16515d82 HTTP Authorization support in router 2016-04-08 15:25:20 +02:00
Tomasz Drwięga 6395095659 Updating version of parity-status 2016-04-07 18:42:51 +02:00
Tomasz Drwięga 9bd41761fc Reverting back to old-hyper version of rpc 2016-04-07 16:31:42 +02:00
Tomasz Drwięga b7c790d741 Disabling rpc until we switch to async hyper 2016-04-07 16:22:02 +02:00
Tomasz Drwięga bf4ab6daa8 Merge branch 'master' into webapps2
Conflicts:
	parity/main.rs
2016-04-07 16:13:58 +02:00
Tomasz Drwięga ed633bd0b7 Adding StatusPage and main page support 2016-04-07 15:14:39 +02:00
arkpar 8074fee28c Use new json RPC server 2016-04-07 14:32:44 +02:00
Tomasz Drwięga db2354a252 Merge branch 'fixing-rpc' into webapps2
Conflicts:
	parity/main.rs
2016-04-07 13:09:58 +02:00
Tomasz Drwięga ad37b7fd2a Adding webapps router 2016-04-07 12:10:26 +02:00
Tomasz Drwięga e3ce5d94e1 Adding webapps crate 2016-04-07 10:49:00 +02:00
Tomasz Drwięga 1f9eb97d0a Merge branch 'master' into closing 2016-04-06 19:07:56 +02:00
Tomasz Drwięga dc91e57c2f Additional logging and error messages 2016-04-06 19:07:27 +02:00
Tomasz Drwięga e8fa429438 Bumping clippy 2016-04-06 09:53:56 +02:00
debris f23f35aa13 weekly dependencies update 2016-04-01 12:04:04 +02:00
Gav Wood 63a9fa172c Avoid openssl dep. 2016-03-28 10:25:19 +02:00
Gav Wood b606fb68cf USD-based pricing of gas. 2016-03-28 00:49:35 +02:00
Gav Wood 0e026ed11f Fix author reporting. num_cpus for JSONRPC threads. 2016-03-22 19:12:17 +01:00
debris b9623e6c5b improvements to build, updated dependencies, moved rpctest to its own submodule 2016-03-19 23:27:50 +01:00
debris 757f0c9bc4 Merge branch 'master' of github.com:ethcore/parity into ethrpc_test 2016-03-18 18:05:29 +01:00
Tomasz Drwięga 338e5fadb9 Bumping clippy 2016-03-18 10:08:47 +01:00
debris 1f03ae54d6 moved ethcores spec to its own module, added genesis 2016-03-17 15:15:10 +01:00
debris f92a0c8df2 rpctest executable 2016-03-17 11:50:31 +01:00
Gav Wood 22bc9f6458 Merge pull request #745 from ethcore/ethjson
json deserialization module
2016-03-17 11:21:29 +01:00
debris 5e44769f82 Merge branch 'ethjson' into ethrpc_test 2016-03-17 10:56:30 +01:00
debris d96858d38c proper blockchain json parsing 2016-03-15 18:17:48 +01:00
Nikolay Volf 6d939ddfce updating lock 2016-03-15 13:36:27 +01:00
arkpar 9e7ff2c00e Version 1.1 2016-03-14 01:00:17 +01:00
Tomasz Drwięga 4cf18c728d Fixing sync invalid sync test 2016-03-13 20:53:47 +01:00
Gav Wood 08b9cc2c41 Merge changes from #674 into branch. 2016-03-13 15:29:55 +01:00
Gav Wood 02f43f2e8c Merge branch 'ethminer_crate' 2016-03-13 15:00:47 +01:00