Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

score-all command #119

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Commits on Jun 26, 2021

  1. Configuration menu
    Copy the full SHA
    c405573 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    fc01071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697502f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e0b405 View commit details
    Browse the repository at this point in the history
  4. Merge

    luciotato committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    c6758e4 View commit details
    Browse the repository at this point in the history
  5. compute score

    luciotato committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    f56159c View commit details
    Browse the repository at this point in the history
  6. scripts

    luciotato committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    bd6464f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    a700608 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. fix score-all arguments

    luciotato committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    1f82f09 View commit details
    Browse the repository at this point in the history
  2. score-all command

    * make stake pool optional, score-all command
    
    * generate validator-detail.csv
    
    * skip heavy rpc-call, ensure all validators scored
    
    * compute score
    
    * scripts
    
    * parametrize score, do not combine with --confirm
    
    * fix score-all arguments
    luciotato committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    b562d35 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. add vote-address

    luciotato committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a4b97a2 View commit details
    Browse the repository at this point in the history
  2. do not include .vscode

    luciotato committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    b9299ca View commit details
    Browse the repository at this point in the history
  3. Merge master

    luciotato committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a9f3716 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b78d56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4e4d49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fdaed2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f971ff4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4608fa9 View commit details
    Browse the repository at this point in the history
  9. add vote-address

    luciotato committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    8a3df58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    004b7bd View commit details
    Browse the repository at this point in the history
  11. Merge origin

    luciotato committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    528d339 View commit details
    Browse the repository at this point in the history
  12. remove unused var

    luciotato committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    c55c904 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Configuration menu
    Copy the full SHA
    351f31d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    e7aa268 View commit details
    Browse the repository at this point in the history
  2. fix csv headers

    luciotato committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    6eb887e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. score-all mainnet

    luciotato committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    d6c5dc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. set limit to 33%

    luciotato committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    480b52b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3651d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    8be79ad View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    1817d01 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    2a58220 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. select top X validators

    luciotato committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    dd30b2b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. tilt towards high average

    luciotato committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    8028451 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Configuration menu
    Copy the full SHA
    c8bdc27 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. take TOP 200 validators

    luciotato committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    72824f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    04738cb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. new field adj_credits

    luciotato committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    92e3c43 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. add active stake

    luciotato committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    28943a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. move to avg last 5 epochs

    luciotato committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4caeccd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. set score=0 if stake<100

    luciotato committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    bab763f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. extend score cut to top 250

    luciotato committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    81bbd28 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. sql-utils

    luciotato committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    879de8d View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    03c8bc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Dockerized (#3)

    janlegner committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    6fff2be View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    d4798c6 View commit details
    Browse the repository at this point in the history