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

[Update]: Fuzz test using the Echidna #294

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

[Update]: Fuzz test using the Echidna #294

wants to merge 21 commits into from

Commits on Jul 10, 2023

  1. operators tests

    mtabasco committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8ec6063 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    9e74216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce40c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 17, 2024

  1. fix: updated silther.yaml

    Mohsen-T committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a1d94bb View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    0d06695 View commit details
    Browse the repository at this point in the history
  2. fix: contracts

    Mohsen-T committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a400ab6 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    4df76be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9838dc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

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

Commits on Feb 5, 2024

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

Commits on Feb 12, 2024

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

Commits on Feb 14, 2024

  1. fix: 2 erros in SSVOperators.sol

    - Operator is removed but the whitelisted is true yet.
    - Operator is removed but declared fee of the operator isn't deleted, so the operatorFeeChangeRequests isn’t optimized
    Mohsen-T committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d72e8f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7deb4f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    045f5ca View commit details
    Browse the repository at this point in the history
  2. fix: sync with main

    Mohsen-T committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d8605a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 23, 2024

  1. fix: removed chalk package

    Mohsen-T committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f4e81dc View commit details
    Browse the repository at this point in the history
  2. fix: updated test script

    Mohsen-T committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8dfb5d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix: updated echidna test

    Mohsen-T committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8e632ba View commit details
    Browse the repository at this point in the history