Tomasz Drwięga
7f26b5cbba
Updating status page. Bringing back wallet
2016-05-09 14:40:46 +02:00
Gav Wood
2a19f91e99
Fix --geth IPC for MacOS. ( #1062 )
2016-05-09 12:04:00 +01:00
Tomasz Drwięga
49cc40708d
Fixing formatter for defaultExtraData ( #1060 )
2016-05-08 21:34:15 +01:00
Nikolay Volf
a4dcbceb10
Merge pull request #1059 from ethcore/gethcompat
...
--geth IPC compatibility
2016-05-08 16:13:14 +03:00
Gav Wood
c75348392c
Merge branch 'master' of github.com:ethcore/parity
2016-05-08 13:34:14 +01:00
Gav Wood
04f7322f06
--geth compatibility option
2016-05-08 13:34:01 +01:00
Arkadiy Paronyan
f5e44e373e
Merge pull request #1050 from ethcore/syntex-lib-update
...
Moving dependencies to ethcore & uniforming syntax libs through all crates
2016-05-07 22:12:11 +02:00
Nikolay Volf
da6a8b98e2
Merge branch 'master' into syntex-lib-update
...
Conflicts:
Cargo.lock
2016-05-07 18:23:01 +04:00
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
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
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
arkpar
0595caf50c
Flush password prompt
2016-05-02 16:28:15 +02:00
Tomasz Drwięga
2ac438a82d
Exposing default extra data
2016-05-02 16:12:01 +02:00
arkpar
008d009e3e
Version 1.2
2016-05-02 15:02:26 +02:00
Arkadiy Paronyan
c34e3535e0
Net etiquette: Track useless peers, Send out disconnect packet ( #1028 )
2016-05-02 14:48:30 +02:00
Tomasz Drwięga
e2465b1eab
Bumping clippy & fixing warnings ( #1024 )
...
* Bumping clippy
* Fixing warnings found by clippy
2016-05-02 13:13:12 +02:00
Marek Kotewicz
7c2adc4137
Tracedb interface && cli ( #997 )
...
* traces cli and jsonrpc api
* missing if in docs
* adding traces to modules
2016-05-02 12:17:30 +02:00
Tomasz Drwięga
e22e4b9b8b
Switching to geth-attach supporting version of rpc core and server ( #1022 )
2016-04-30 19:41:56 +01:00
Tomasz Drwięga
fdd030d101
Fixing status page displaying homestead ( #1020 )
...
* Fixing status page displaying homestead when running with --testnet switch
* Putting cli parsing logic in single place. Adding tests
2016-04-30 18:58:28 +01:00
Marek Kotewicz
66477a9476
Core tracedb functionality. ( #996 )
...
* fixed encoding 0u8
* simplified if else stmt
* tracedb core
* more comprehensive tracedb tests
* fixed minor review issues
* addresses filter
* fixed typos
* replace malformed with corrupted
* trace switch
* db key is generic and can be made smaller
* smaller tracedb keys
* tracedb version
* fixed ignored tests
* rename Tracedb -> TraceDB
* fixed typos
* proves
* trace only top level calls to builtins to avoid DDoS attacks
* fixed tracedb config switches
* fix comments fat replaced with trace
* vector-addressing scheme for localized traces
* removed comments
* removed first, redundant 0 from trace address
* updated db.trace method
* additional tests for tracedb.trace()
2016-04-30 16:41:24 +01:00
Tomasz Drwięga
e942f86bd7
Modules RPC ( #1019 )
2016-04-29 19:52:08 +01:00
Tomasz Drwięga
4fe99b7dea
Updating status page ( #1015 )
...
* Updating status page
* Bump
* Bumping version of status page
2016-04-29 19:50:07 +01:00