Commit Graph

3601 Commits

Author SHA1 Message Date
Kobi Gurkan 4b9aa76f1a README.md: removes sudo from multirust installation 2016-04-12 14:44:40 -07:00
Arkadiy Paronyan f858a38d3b Merge pull request #938 from ethcore/ipc-update-syntax-libs
Update IPC codegen to latest syntax libs
2016-04-12 21:07:23 +02:00
NikVolf fc4dbe8713 remove from this pr 2016-04-12 18:16:59 +03:00
Arkadiy Paronyan 87c2d27a5a Merge pull request #937 from ethcore/ipc-doc-effort
IPC documentation
2016-04-12 17:14:54 +02:00
NikVolf b191d3517d update versions and fix bugs 2016-04-12 18:03:58 +03:00
Arkadiy Paronyan c7d6444ae0 Merge pull request #936 from ethcore/bumping-clippy
Bumping clippy and fixing warnings.
2016-04-12 16:49:30 +02:00
Nikolay Volf bdb35cfaed Merge pull request #927 from ethcore/pruning_auto
Pruning auto
2016-04-12 16:00:39 +03:00
NikVolf 5a5f13205e Merge branch 'master' into ipc-doc-effort 2016-04-12 15:16:05 +03:00
Nikolay Volf f1f81777cc Merge pull request #933 from ethcore/ipc-prs-client
IPC persistent client link
2016-04-12 15:13:06 +03:00
NikVolf dab16af018 Merge branch 'master' into ipc-doc-effort 2016-04-12 15:10:47 +03:00
Tomasz Drwięga 7fbe3f4721 Fixing clippy warnings 2016-04-12 13:54:34 +02:00
Tomasz Drwięga 6b03a3218c Bumping clippy version 2016-04-12 13:51:39 +02:00
NikVolf 99c7e1efed Merge branch 'ipc-doc-effort' of github.com:ethcore/parity into ipc-doc-effort 2016-04-12 14:23:31 +03:00
NikVolf 8af86aae84 some docs 2016-04-12 14:22:47 +03:00
NikVolf b1330b9375 removed global paths and fix warn 2016-04-12 14:22:47 +03:00
NikVolf 806f5b9064 working client spawn 2016-04-12 14:22:47 +03:00
NikVolf cb1096d1e1 adding init wait 2016-04-12 14:22:47 +03:00
NikVolf 9a82607385 client & server dual tests (not working) 2016-04-12 14:22:47 +03:00
NikVolf 40e0d370c2 client spawner 2016-04-12 14:22:47 +03:00
NikVolf 5609b555d2 removed ready func 2016-04-12 14:22:47 +03:00
NikVolf 0c42126b8f client handshake tests, errors 2016-04-12 14:22:47 +03:00
NikVolf fa47f1c28b codegen for client handshake 2016-04-12 14:22:47 +03:00
NikVolf 9adb79ed0e handshake dispatch test 2016-04-12 14:22:47 +03:00
NikVolf a6d140616b server handshake 2016-04-12 14:22:47 +03:00
NikVolf c5dc281934 reserved message ids and little endian for client 2016-04-12 14:22:47 +03:00
NikVolf f836e07fd3 reserved message ids and little endian for client 2016-04-12 14:22:47 +03:00
NikVolf c351bcd5a2 ipcconfig trait 2016-04-12 14:22:47 +03:00
Nikolay Volf 41f15929b9 Merge pull request #928 from ethcore/ipc-handshake
IPC handshake (negotiating protocol/api version)
2016-04-12 14:19:35 +03:00
NikVolf 14241c8d14 line breaks 2016-04-12 13:05:13 +03:00
Arkadiy Paronyan 283ce13454 Merge pull request #914 from ethcore/upgrades
Upgrade logic between versions
2016-04-12 11:30:52 +02:00
Arkadiy Paronyan 6af8e5f7e7 Merge pull request #903 from ethcore/tracing
executive tracing cleanup
2016-04-12 11:30:18 +02:00
NikVolf ef3e9489a8 missing space 2016-04-12 12:18:48 +03:00
NikVolf a232aabda3 some docs 2016-04-12 11:53:41 +03:00
NikVolf 36515570b4 removed global paths and fix warn 2016-04-12 11:41:26 +03:00
NikVolf 9b329296e4 working client spawn 2016-04-12 11:34:56 +03:00
NikVolf 593ccd2510 adding init wait 2016-04-12 11:13:27 +03:00
arkpar 54300b136c ARM Dockerfile 2016-04-12 10:06:54 +02:00
NikVolf 98ab30d102 client & server dual tests (not working) 2016-04-12 10:41:17 +03:00
NikVolf c0e7b859d7 client spawner 2016-04-12 10:18:39 +03:00
NikVolf 93822bd2a2 Merge branch 'master' into ipc-handshake 2016-04-12 08:22:52 +03:00
NikVolf 60ea89ca1c removed ready func 2016-04-12 07:17:57 +03:00
NikVolf a8bd7d07df client handshake tests, errors 2016-04-12 07:13:31 +03:00
NikVolf edba351335 codegen for client handshake 2016-04-12 07:07:12 +03:00
NikVolf be7eb63d1c handshake dispatch test 2016-04-12 06:43:45 +03:00
NikVolf 8ecbb53e99 reducing code 2016-04-12 06:19:15 +03:00
Gav Wood fa95419c27 --pruning=auto option. 2016-04-11 18:42:50 -07:00
Gav Wood 6e97496b27 Support for --pruning=auto. 2016-04-11 15:51:14 -07:00
Tomasz Drwięga 3fe21f5931 Ethcore-specific RPC methods (#923)
* Ethcore-specific rpc methods

* Initializing ethcore-rpc
2016-04-11 12:06:32 -07:00
Gav Wood c48374dbc6 Parameter to allow user to force the sealing mechanism (#918)
* Allow block sealing mechanism to be forced, even when not mining.

* Fix deadlock in dispatch_transaction. Fix tests.

* Horrible workaround for transaction importing.

* Reduce tracing. Cleanups.

* Remove logging.

* Remove broken code inherited from dodgy implementation.

* pre-query tx queue nonce also if any

* remove outside nonce queries

* remove queue nonces
2016-04-11 11:52:33 -07:00
NikVolf 1d09844950 Merge branch 'master' into upgrades 2016-04-11 21:43:07 +03:00