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

Remove dead functionality from the codebase #3174

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Commits on Jun 18, 2024

  1. chore: remove useless test script and credentials file

    Now behave is way more sane to run in the CLI, and the credentials file
    to be used is protest.yaml
    
    Signed-off-by: Renan Rodrigo <[email protected]>
    renanrodrigo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1a55368 View commit details
    Browse the repository at this point in the history
  2. chore: remove detect contract changes dead code

    Removing the update_contract_info function, its respective job, the
    is_contract_changed method and the CONTRACT_REFRESH_WARNING notice.
    
    None of this functionality is being called anywhere in the code.
    
    Fixes: #3058
    
    Signed-off-by: Renan Rodrigo <[email protected]>
    renanrodrigo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8c5367f View commit details
    Browse the repository at this point in the history