Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

[DNM] approval-voting: approvals signature checks optimizations #7482

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

Commits on Jul 10, 2023

  1. node: approval-distribution/voting: lazy approvals signature checks

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    bbcf35d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. fix warning in test-linux-stable

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1245d18 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Hack: Disable gossiping at a certain block number

    ... to ease up quick testing in versi
    
    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e28153f View commit details
    Browse the repository at this point in the history
  2. HACK: Add versi block to start test

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7f9a314 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Hack: update versi enablement block number

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    db7a840 View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f0a2472 View commit details
    Browse the repository at this point in the history
  3. Test block time

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9ebee8c View commit details
    Browse the repository at this point in the history
  4. Fixed on delayed approval processed

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    69b7e8e View commit details
    Browse the repository at this point in the history
  5. Add more metrics regarding gossipped approvals

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f24fc2f View commit details
    Browse the repository at this point in the history
  6. Add metric as well

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1c312ed View commit details
    Browse the repository at this point in the history
  7. Add more logs to understand why gossiping is still happening

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    953bc16 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. add more metrics: to understand versi behaviour

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5f6edef View commit details
    Browse the repository at this point in the history
  2. fix: gossiped approvals received metric

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b09a619 View commit details
    Browse the repository at this point in the history
  3. Add more logs to debug metrics

    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2af3525 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Add scaffolding to be able to test aggression works

    ... add option to malus nodes that witholds messages sent by
    approval-distribution to simulate approvals couldn't be sent to some of
    the peers and test finality is not lagging
    
    Signed-off-by: Alexandru Gheorghe <[email protected]>
    alexggh committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8abed2a View commit details
    Browse the repository at this point in the history