good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
1096 commits behind the upstream repository.
  • Zsolt Felföldi's avatar
    les, les/lespay: implement new server pool (#20758) · b4a26811
    Zsolt Felföldi 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
Code owners