parity-zcash/miner
Marek Kotewicz 02816aaa4e addr protocol && start of sync protocol (#25)
* p2p <-> sync interfaces proposal

* updated with example

* send errors will be handled in p2p module => no need to return to the sync

* poc of outbound sync connection

* simplified send_to_peer

* context has cpu pool and enent loop handles

* on_message won't return ProtocolAction anymore

* session initialized sync protocol, remove retain cycles on P2P::drop

* removed ProtocolAction

* uncommented ping protocol

* node_table sorts nodes also by recently used time

* send getaddr on connect

* fixed node_table insert, added insert_many

* addr protocol

* added TODO: remove
2016-10-24 10:42:11 +03:00
..
benches removed bench_ prefix from benchmarks functions 2016-10-19 12:46:40 +03:00
src addr protocol && start of sync protocol (#25) 2016-10-24 10:42:11 +03:00
Cargo.toml test_data::ChainBuilder for generating transactions for tests 2016-10-20 17:21:28 +03:00