Commit Graph

48 Commits

Author SHA1 Message Date
Marek Kotewicz 373284ca0a spec loading cleanup (#858)
* spec loading cleanup in progress

* changed engine field in json spec

* refactored engine params

* polishing spec loading refactor

* fixed compiling json tests

* fixed compiling parity

* removed warnings

* removed commented out code

* fixed failing test

* bringing back removed TODO in spec.
2016-04-09 10:20:35 -07:00
Arkadiy Paronyan 123a0f0b40 Merge pull request #893 from ethcore/closing
Additional logging and friendlier error messages
2016-04-07 12:36:19 +02:00
Tomasz Drwięga 730d60e5e4 Avoid signalling readiness when app is about to be closed 2016-04-07 00:20:03 +02:00
Tomasz Drwięga d4f0902968 Tracing shutdown and changed order of IoManager shutdown process 2016-04-06 23:45:19 +02:00
Tomasz Drwięga 85da55a537 Fixing warnings 2016-04-06 10:55:40 +02:00
Tomasz Drwięga 4b6e1dd4d2 Fixing warnings 2016-03-12 10:25:51 +01:00
Nikolay Volf 8d67316ece Merge branch 'master' into reorgjdb
Conflicts:
	parity/main.rs
2016-03-11 17:41:04 +04:00
Gav Wood b25551be7b Merge pull request #671 from ethcore/clippy_hook
Removing running clippy by default on nightly.
2016-03-11 14:03:16 +01:00
Gav Wood 4771fdf0fb Rearrange journaldb infrastructure. 2016-03-11 13:50:39 +01:00
Tomasz Drwięga d84e008e00 Removing superflous check for nightly 2016-03-11 11:16:49 +01:00
arkpar a6b5aad8c9 Merge branch 'master' of github.com:ethcore/parity into thread 2016-03-10 18:40:17 +01:00
Gav Wood 249a89fc2d Merge pull request #627 from ethcore/clippy-dev
`dev` feature enabled when compiling without `--release`
2016-03-10 11:05:56 +01:00
arkpar 84a741d0f9 Don't call mark_as_bad needlessly 2016-03-10 00:21:07 +01:00
debris a1640dcf72 jsonrpc panic handle 2016-03-09 11:38:53 +01:00
arkpar 57485a73ec Merge branch 'master' into thread 2016-03-07 15:10:15 +01:00
Tomasz Drwięga cbc2c0cf0c Fixing clippy warnings. When building on nightly it is required to enable clippy 2016-03-07 14:34:17 +01:00
arkpar 324e070581 Reverted some changes 2016-03-02 01:24:06 +01:00
Gav Wood 140711dd8a Fixups from review.
Reduce size of default extra-data.
Introduce find_uncle_headers.
2016-03-01 19:59:12 +01:00
Gav Wood 394e9c679b Reorganised ImportError to be a type of Errpr (rather than vice-versa).
Added support for eth_submitWork.
2016-03-01 00:02:48 +01:00
arkpar 0ccbba9073 Merge branch 'master' of github.com:ethcore/parity into thread 2016-02-29 18:11:59 +01:00
Gav Wood b3f09596b1 Merge pull request #516 from ethcore/sync
Better memory management
2016-02-27 15:54:19 +01:00
Tomasz Drwięga f118e30b20 Renaming variables to more descriptive 2016-02-26 19:56:32 +01:00
arkpar 0344f2b4c9 Block queue mem limit test 2016-02-25 17:14:45 +01:00
arkpar 781f763f1f Memory management 2016-02-25 14:09:39 +01:00
Tomasz Drwięga 08647282df Fixing mark_as_bad implementation 2016-02-24 17:01:29 +01:00
Tomasz Drwięga d3fe3f2691 Client refactoring [WIP] 2016-02-24 10:55:39 +01:00
arkpar 778fa92ebe Remove locks from the block chain 2016-02-22 23:52:39 +01:00
arkpar c8076b2f9d Threading performance optimizations 2016-02-22 23:41:59 +01:00
arkpar 1d60d82698 Merge branch 'master' of github.com:ethcore/parity into discovery 2016-02-19 13:44:57 +01:00
debris b5d6359030 fixed allow warnings in ethcore 2016-02-19 12:40:23 +01:00
arkpar d95e971030 Prevent deadlocks 2016-02-16 17:53:31 +01:00
Tomusdrw 2c4700f4c1 Fixing clippy warnings 2016-02-15 00:55:45 +01:00
Tomusdrw 96dda7b73a Forwarding panics from threads 2016-02-10 16:35:52 +01:00
Tomusdrw 7925642b1b Removing overengineered stuff 2016-02-10 15:28:43 +01:00
Tomusdrw 0d121dd51a Removing unecessary locks causing dead-locks 2016-02-10 14:49:31 +01:00
Tomusdrw 2a498fc3eb Implementing PanicHandlers for all places when new thread is spawned. Handling Client panics 2016-02-10 12:50:27 +01:00
Nikolay Volf 11103b083a fixed test 2016-02-08 03:35:51 -08:00
Nikolay Volf 3dd220b62f refactoring of report functions, some comments 2016-02-08 03:14:48 -08:00
Nikolay Volf c3f23839e8 Merge branch 'ark' into nvolf 2016-02-07 13:40:00 +03:00
Nikolay Volf 0e0f1fea69 tests 2016-02-07 01:15:53 +03:00
arkpar 2163d8d597 Block queue clear now clears everything 2016-02-06 00:03:16 +01:00
debris c90d64662a added license in every *.rs file 2016-02-05 13:40:41 +01:00
Nikolay Volf a20600c9d1 verified as well 2016-02-04 04:04:12 +03:00
Nikolay Volf ce7b5b03ad sync test temp fix 2016-02-04 03:44:40 +03:00
arkpar 6e717c017f Fixed queue test 2016-02-02 21:06:21 +01:00
arkpar bd684e3732 Check for parent on queue import 2016-02-02 12:12:32 +01:00
arkpar 5db17514fd Fixed block queue test 2016-02-01 16:18:32 +01:00
debris 8fe0d74b64 moved src to ethcore 2016-01-31 10:36:48 +01:00