nim-eth/eth/p2p
Jacek Sieka d31abca010
clean up eth_types (#531)
`eth_types` is being imported from many projects and ends up causing
long build times due to its extensive import lists - this PR starts
cleaning some of that up by moving the chain DB and RLP to their own
modules.

this PR also moves `keccakHash` to its own module and uses it in many
places.
2022-09-02 16:57:52 +02:00
..
discoveryv5 Make discv5 timeouts configurable (#523) 2022-08-05 15:19:16 +02:00
private clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
rlpx_protocols clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
auth.nim bearssl: use split api (#510) 2022-06-17 22:45:37 +02:00
blockchain_sync.nim Remove inline pragmas 2021-05-11 09:59:58 +02:00
blockchain_utils.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
bootnodes.nim Clean-up bootnodes.nim (#518) 2022-07-08 20:32:41 +02:00
discovery.nim bearssl: use split api (#510) 2022-06-17 22:45:37 +02:00
ecies.nim bearssl: use split api (#510) 2022-06-17 22:45:37 +02:00
enode.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
kademlia.nim bearssl: use split api (#510) 2022-06-17 22:45:37 +02:00
mock_peers.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
p2p_backends_helpers.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
p2p_protocol_dsl.nim Style fixes according to --styleCheck:usages (#452) 2021-12-20 13:14:50 +01:00
p2p_tracing.nim Add build_dcli target and add it to CI (#344) 2021-04-06 13:33:24 +02:00
p2p_tracing_ctail_plugin.nim Moved eth-p2p to eth 2019-02-05 17:40:29 +02:00
peer_pool.nim add some peer convenience funcs to PeerPool and EthNode 2022-08-23 15:29:34 +07:00
rlpx.nim Fix stability issues (#512) 2022-06-16 16:23:07 +01:00
rlpxcrypt.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00
sync.nim clean up eth_types (#531) 2022-09-02 16:57:52 +02:00