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

BEEFY: Define basic fisherman #4328

Merged
merged 3 commits into from
Apr 30, 2024
Merged

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    1d6545e View commit details
    Browse the repository at this point in the history
  2. Define basic fisherman structure

    Define basic fisherman structure containing 2 methods:
    
    - report_equivocation() was just moved from BeefyWorker.
    
    - prove_offenders() is an adaptation of the previous logic for
    generating key ownership proofs that was part of
    BeefyWorker::report_equivocation() in oreder to make it more generic.
    It is used by report_equivocation() now and it will be also needed for
    reporting signed commitment equivocations in the future.
    serban300 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a2c97d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    113658d View commit details
    Browse the repository at this point in the history