Niklas Adolfsson
18a8d2f67f
Fix typos in network-devp2p
( #9371 )
2018-08-17 17:04:03 +03:00
Niklas Adolfsson
98b7c07171
Update license header
and scripts
( #8666 )
...
* Update `add_license` script
* run script
* add `remove duplicate lines script` and run it
* Revert changes `English spaces`
* strip whitespaces
* Revert `GPL` in files with `apache/mit license`
* don't append `gpl license` in files with other lic
* Don't append `gpl header` in files with other lic.
* re-ran script
* include c and cpp files too
* remove duplicate header
* rebase nit
2018-06-04 10:19:50 +02:00
Pierre Krieger
dab967ace8
Remove NetworkService::config() ( #8653 )
2018-06-01 09:49:46 +02:00
Niklas Adolfsson
118588ef6c
Fix some nits using clippy ( #8731 )
...
* fix some nits using clippy
* fix tests
2018-05-31 13:38:46 +02:00
David
ec9c6e9783
Fix compilation error on nightly rust ( #8707 )
...
On nightly rust passing `public_url` works but that breaks on stable. This works for both.
2018-05-28 15:10:29 +00:00
Pierre Krieger
fe5f5b28d9
Remove the error when stopping the network ( #8671 )
2018-05-22 12:35:13 +08:00
Pierre Krieger
ee41fa6f30
Move connection_filter to the network crate ( #8674 )
2018-05-22 12:34:01 +08:00
Tomasz Drwięga
08abf67a51
Fix packet count when talking with PAR2 peers ( #8555 )
...
* Support diferent packet counts in different protocol versions.
* Fix light timeouts and eclipse protection.
* Fix devp2p tests.
* Fix whisper-cli compilation.
* Fix compilation.
* Fix ethcore-sync tests.
* Revert "Fix light timeouts and eclipse protection."
This reverts commit 06285ea8c1d9d184d809f64b5507aece633da6cc.
* Increase timeouts.
2018-05-14 10:09:05 +02:00
Pierre Krieger
c4dd156113
Remove network stats ( #8225 )
2018-03-28 15:45:36 +09:00
Pierre Krieger
eeee90def5
Abstract devp2p ( #8048 )
...
* Rename ethcore-network to ethcore-network-devp2p
* Fix typo
* Extract generic traits into util/network
* Simplify util/network
* Fix devp2p tests
* Remove old feature
* Fix RPC tests
2018-03-05 11:56:35 +01:00