Commit Graph

20 Commits

Author SHA1 Message Date
Robert Habermeier 36d3d0d7d7 replace synchronization primitives with those from parking_lot (#1593)
* parking_lot in cargo.toml

* replace all lock invocations with parking_lot ones

* use parking_lot synchronization primitives
2016-07-13 19:59:59 +02:00
Nikolay Volf d3695d0b72 Major sync <-> client interactions refactoring (#1572)
* chain notify trait

* replaced network service with io service

* fix ethcore crate warnings

* refactored network service without generic

* ethcore fix

* ethsync refactoring

* proper linking of notify

* manage network interface

* rpc crate rebinding

* full rewire

* sync internal io service

* fix deadlock

* fix warnings and removed async io

* sync imported message propagation

* fix rpc warnings

* binart warnings

* test fixes

* rpc mocks and tests

* fix util doctest

* fix message name and removed empty notifier

* pointers mess & dark mode fixed

* fixed sync doctest

* added few warnings

* fix review

* new convention match

* fix error unwraps

* doctest fix
2016-07-11 17:02:42 +02:00
Gav Wood 3b662c285f Switch out .X().unwrap() for .unwrapped_X 2016-07-07 09:37:31 +02:00
Gav Wood 456ad9e21b Remove .lock().unwrap() idiom into locked(). 2016-07-06 19:52:34 +02:00
Gav Wood 86ba6f1912 Fix test compilation. 2016-06-29 22:05:00 +02:00
arkpar c340d8a34f Tests 2016-06-17 18:26:54 +02:00
arkpar 6e9ea76aab Auto detect available port 2016-03-20 16:21:49 +01:00
Arkadiy Paronyan 2ec40604d9 Revert "Auto detect available port" 2016-03-20 12:12:58 +01:00
arkpar cabccf9ef5 Test URL logged 2016-03-19 22:19:59 +01:00
arkpar da027e93cf Auto detect available port 2016-03-19 21:00:05 +01:00
arkpar b1bfd00875 Zombie connections 2016-02-20 11:47:39 +01:00
arkpar ab233a941f Slightly improved tests 2016-02-19 16:34:31 +01:00
arkpar 217cbec50e Disconnect test 2016-02-16 19:08:58 +01:00
arkpar a4ea0737b2 Fixed some tests 2016-02-16 17:54:34 +01:00
arkpar cf45d5914a Node table tests 2016-02-15 14:39:56 +01:00
debris c90d64662a added license in every *.rs file 2016-02-05 13:40:41 +01:00
Nikolay Volf df18d8104d final network tests di setup 2016-02-03 18:05:46 +03:00
Nikolay Volf e86a680b23 test sockets, connections setup 2016-02-03 14:04:24 +03:00
arkpar eed88df0d4 Fixed tests compilation 2016-01-25 13:22:29 +01:00
arkpar cd250d4959 Incoming connections; Tests 2016-01-24 18:54:05 +01:00