• Felföldi Zsolt's avatar
    les, les/lespay: implement new server pool (#20758) · b4a26811
    Felföldi Zsolt authored
    This PR reimplements the light client server pool. It is also a first step
    to move certain logic into a new lespay package. This package will contain
    the implementation of the lespay token sale functions, the token buying and
    selling logic and other components related to peer selection/prioritization
    and service quality evaluation. Over the long term this package will be
    reusable for incentivizing future protocols.
    
    Since the LES peer logic is now based on enode.Iterator, it can now use
    DNS-based fallback discovery to find servers.
    
    This document describes the function of the new components:
    https://gist.github.com/zsfelfoldi/3c7ace895234b7b345ab4f71dab102d4
    b4a26811
Name
Last commit
Last update
..
discover Loading commit data...
discv5 Loading commit data...
dnsdisc Loading commit data...
enode Loading commit data...
enr Loading commit data...
nat Loading commit data...
netutil Loading commit data...
nodestate Loading commit data...
simulations Loading commit data...
testing Loading commit data...
dial.go Loading commit data...
dial_test.go Loading commit data...
message.go Loading commit data...
message_test.go Loading commit data...
metrics.go Loading commit data...
peer.go Loading commit data...
peer_error.go Loading commit data...
peer_test.go Loading commit data...
protocol.go Loading commit data...
rlpx.go Loading commit data...
rlpx_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...