good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 21, 2019
  2. Nov 20, 2019
  3. Nov 19, 2019
  4. Nov 18, 2019
    • Felix Lange's avatar
      consensus/clique: fix struct tags for status API (#20316) · c5c5e0db
      Felix Lange authored
      Also unexport the status struct.
      c5c5e0db
    • Martin Holst Swende's avatar
      consensus/clique: add clique_status API method (#20103) · 3f4a875b
      Martin Holst Swende authored
      This PR introduces clique_status which gives info about the health of
      the clique network.
      
      It's currently a bit PITA to find out how a clique network is
      performing, and it can easily happen that sealers drop off -- and
      everything is 'fine' until one more signer drops off, and the network
      suddenly halts.
      
      The new method provides the following stats:
      
      - Which signers are currently active, and have signed blocks in the last
        N (set to 64) blocks?
      - How many blocks has each signer signed?
      - What is the difficulty in the last N blocks, compared to the
        theoretical maximum?
      3f4a875b
Loading