Marek Kotewicz
5bf047825f
Merge pull request #1054 from ethcore/hyper-update-2
...
update hyper branch mio
2016-05-07 13:41:50 +01:00
Nikolay Volf
2e76def295
update hyper branch mio
2016-05-07 11:22:20 +04:00
Nikolay Volf
79d6c84a43
binary for receipt
2016-05-06 17:41:17 +04:00
Nikolay Volf
e7c4e5273a
binary for log entries & executed
2016-05-06 17:38:00 +04:00
Nikolay Volf
f9c08df235
trace filters binary ser
2016-05-06 17:30:36 +04:00
Nikolay Volf
c622fc62d5
binary for trace
2016-05-06 17:19:53 +04:00
Nikolay Volf
29531ae72f
binary for blockstatus, blockchaininfo
2016-05-06 17:16:03 +04:00
Nikolay Volf
96a4eb5b9e
Cargo.lock update
2016-05-06 17:01:33 +04:00
Nikolay Volf
8721f868a6
Merge branch 'syntex-lib-update' into types-binary
2016-05-06 16:59:47 +04:00
Nikolay Volf
0d642f3109
removing unused externs
2016-05-06 16:43:29 +04:00
Nikolay Volf
d9acbbb027
finalizing deps rearrange
2016-05-06 16:40:24 +04:00
Nikolay Volf
c16a46dca7
all to ethcore
2016-05-06 14:58:37 +04:00
Nikolay Volf
2cb085db91
fixing issues with syntax
2016-05-06 02:25:58 +04:00
Nikolay Volf
aa6db4e69d
placing right versions
2016-05-06 01:54:15 +04:00
Nikolay Volf
00ce4aaa26
build scripts and codegen refs
2016-05-06 01:10:50 +04:00
Nikolay Volf
14bcca54d2
block status moved
2016-05-06 00:47:47 +04:00
Nikolay Volf
e95f610195
localized trace moved
2016-05-06 00:38:13 +04:00
Nikolay Volf
25c88b7529
executed & trace moved
2016-05-06 00:33:43 +04:00
Nikolay Volf
2a721b4eda
trace filter moved
2016-05-06 00:17:03 +04:00
Nikolay Volf
a8affa6dee
log_entry move
2016-05-05 23:57:10 +04:00
Nikolay Volf
beb33672bd
blockchain info
2016-05-05 23:47:07 +04:00
Nikolay Volf
b6d1801e12
tree-route
2016-05-05 23:04:59 +04:00
Nikolay Volf
7e9779e334
receipt
2016-05-05 22:56:44 +04:00
Nikolay Volf
271d3f3e57
ids move
2016-05-05 22:37:30 +04:00
Nikolay Volf
7d27aceee4
trash remove
2016-05-05 22:21:40 +04:00
Nikolay Volf
23f1a8fd48
transaction moved
2016-05-05 22:20:34 +04:00
Gav Wood
e74c333819
Merge branch 'master' of github.com:ethcore/parity
2016-05-05 10:56:17 +02:00
Nikolay Volf
a51bc6cd36
bump ipc lib version ( #1047 )
2016-05-05 10:55:32 +02:00
Tomasz Drwięga
75981ec0ab
Updating hyper-mio commit ( #1048 )
2016-05-05 10:55:06 +02:00
Gav Wood
0bb5167fda
Merge branch 'master' of github.com:ethcore/parity
2016-05-04 23:04:08 +02:00
Nikolay Volf
b99825bcac
bump lib version ( #1046 )
2016-05-04 22:45:17 +02:00
Gav Wood
0d507922ce
Tidy up CLI options and make JSONRPC & webapps on by default. ( #1045 )
...
* Tidy up CLI options and make JSONRPC & webapps on by default.
* Fix test.
2016-05-04 22:44:42 +02:00
Gav Wood
5a1564a63b
Fix test.
2016-05-04 22:09:30 +02:00
Gav Wood
4dd63c81a6
Tidy up CLI options and make JSONRPC & webapps on by default.
2016-05-04 19:26:47 +02:00
Nikolay Volf
ad00bd7bc8
Merge pull request #1044 from ethcore/clippy-warnings
...
Fixing clippy warnings
2016-05-04 18:10:03 +03:00
Arkadiy Paronyan
0b1442faa2
Merge pull request #1041 from ethcore/rpc_modules
...
Fixing RPC modules compatibility
2016-05-04 15:48:07 +02:00
Arkadiy Paronyan
4480cf512a
Merge pull request #1043 from ethcore/hyper-mio
...
Fixing hyper-mio revision
2016-05-04 15:46:45 +02:00
Tomasz Drwięga
b32e2f9549
Updating locations of webapp stuff ( #1040 )
2016-05-04 15:37:29 +02:00
Nikolay Volf
c449bf5663
JSON-RPC over IPC ( #1039 )
...
* moving namespaces for http/rpc
* cli options for ipc
* jsonrpc exposed fully
* updating json-ipc-server & removing non-standart traces api from defaults
* spelling & format
2016-05-04 15:37:09 +02:00
Tomasz Drwięga
15a8860e8a
Fixing clippy warnings
2016-05-04 15:22:22 +02:00
Tomasz Drwięga
0a49efd018
Fixing hyper-mio revision
2016-05-04 15:10:04 +02:00
Tomasz Drwięga
c3f33aefdd
Fixing RPC modules compatibility
2016-05-04 14:03:29 +02:00
petevine
58fd0175bf
Update Cargo.toml ( #1036 )
2016-05-03 19:24:19 +02:00
Gav Wood
ac73b2628a
Basic Authority ( #991 )
...
* Firt commit.
* First non-functional but correct implementation of BasicAuthority.
Still needs:
- Sealing infrastructure.
* Punch a hole to give miner access to key store.
* Fix test built.
* Basic version of synchronous mining.
This will seal a block whenever a new transaction comes through.
To be made better we need a timer which will wait for one second after the
last block before sealing a new one - better still would be to cooperatively
interleave blocks with other sealing nodes.
* Add tests.
* Fix minor issues from repotting.
* Address grumbles.
2016-05-03 17:23:53 +02:00
Tomasz Drwięga
1583f7d434
Prioritizing of local transaction ( #1023 )
...
* Changing is_local flag to TransactionOrigin enum
* Prioritize local transactions
2016-05-03 16:14:33 +02:00
Arkadiy Paronyan
8f56b21ca9
Merge pull request #1030 from ethcore/master-version
...
Version 1.2
2016-05-03 10:05:28 +02:00
Arkadiy Paronyan
59ed67a3f7
Update install-parity.sh
2016-05-02 18:35:10 +02:00
Arkadiy Paronyan
b49e652ae7
Merge pull request #1033 from ethcore/status-bump
...
Bumping status page
2016-05-02 17:47:01 +02:00
Arkadiy Paronyan
9b13dd7216
Merge pull request #1032 from ethcore/default-extra-data
...
Exposing default extra data via ethcore RPC
2016-05-02 17:12:25 +02:00
Tomasz Drwięga
1e117d1ee5
Bumping status page
2016-05-02 16:41:14 +02:00