good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Source project has a limited visibility.
  • Gary Rong's avatar
    les: create utilities as common package (#20509) · f78ffc05
    Gary Rong authored
    * les: move execqueue into utilities package
    
    execqueue is a util for executing queued functions
    in a serial order which is used by both les server
    and les client. Move it to common package.
    
    * les: move randselect to utilities package
    
    weighted_random_selector is a helpful tool for randomly select
    items maintained in a set but based on the item weight.
    
    It's used anywhere is LES package, mainly by les client but will
    be used in les server with very high chance. So move it into a
    common package as the second step for les separation.
    
    * les: rename to utils
    f78ffc05
Code owners
Assign users and groups as approvers for specific file changes. Learn more.