This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-eth-p2p
mirror of
https://github.com/status-im/nim-eth-p2p.git
Watch
2
Star
0
Fork
You've already forked nim-eth-p2p
0
Code
Issues
Projects
Releases
Wiki
Activity
reraise-random-errors
nim-eth-p2p
/
tests
/
all_tests.nim
5 lines
72 B
Nim
Raw
Permalink
Normal View
History
Unescape
Escape
Initial implementation of the LES protocol and its flow control. This also restores the old module structure of having separate `peer_pool` and `rlpx` modules. This is made possible by the new Nim package `package_visible_types` (please refer to its README for an explanation). Also introduces more error handling in the low-level RLPx routines. All detected errors will result in immediate disconnection of the corresponding peer, which may be detected in the protocols though the `onPeerDisconnected` event handler.
2018-10-15 14:36:43 +00:00
import
Whisper post-review changes (PR #52)
2018-11-27 23:52:22 +00:00
testecies
,
testauth
,
testcrypt
,
tshh
,
Initial implementation of the LES protocol and its flow control. This also restores the old module structure of having separate `peer_pool` and `rlpx` modules. This is made possible by the new Nim package `package_visible_types` (please refer to its README for an explanation). Also introduces more error handling in the low-level RLPx routines. All detected errors will result in immediate disconnection of the corresponding peer, which may be detected in the protocols though the `onPeerDisconnected` event handler.
2018-10-15 14:36:43 +00:00
les
/
test_flow_control