Gav Wood
|
d14b6871a5
|
Cleanup of colour code. Use is_a_tty. (#1621)
* Cleanup of colour code. Use is_a_tty.
* Fix test build.
* Another fix.
|
2016-07-15 10:11:14 +02:00 |
|
Nikolay Volf
|
44bc8a08fb
|
Sync IPC interface (#1584)
* 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
* basic library re-layout
* missing files to relayout
* duplicating network config on sync level
* binary serializers for config
* ipc endpoint for manage
* ipc endpoint for sync
* handshake sorting out
* sorting out the multi-interface dispatch scenario
* fixing tests
* fix doctest
|
2016-07-14 12:07:33 +02:00 |
|
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 |
|
Tomasz Drwięga
|
d7caae2241
|
Fixing clippy warnings (#1568)
* Fixing clippy warnings
* Fixing more warnings
|
2016-07-10 13:18:33 +02:00 |
|
Gav Wood
|
9afbc9816d
|
Merge branch 'master' into kill_unwraps
|
2016-07-08 17:31:30 +02:00 |
|
Gav Wood
|
57c14eedfa
|
Place ideal peers in the log output. (#1563)
|
2016-07-07 15:25:58 +02:00 |
|
Gav Wood
|
3b662c285f
|
Switch out .X().unwrap() for .unwrapped_X
|
2016-07-07 09:37:31 +02:00 |
|
Tomasz Drwięga
|
5b0c936fee
|
Fixing clippy warnings
|
2016-05-26 11:49:58 +02:00 |
|
Gav Wood
|
a0bc1f9dae
|
Display progress when importing (#1136)
* Display progress when importing
* Additional polish.
* Fix strange yielding behaviour.
* Allow colour to be disabled.
Fixed #1135
|
2016-05-25 09:57:31 +02:00 |
|
Gav Wood
|
27380cdadb
|
Coloured, padding logging. (#1133)
* Add info message for mined block.
* Coloured, padding logging.
* Remove superfluous logs.
* Use better term colour module.
|
2016-05-24 20:30:21 +02:00 |
|
Tomasz Drwięga
|
3e4adcb3b6
|
Splitting informant,io_handler and webapps
|
2016-04-21 13:57:27 +02:00 |
|