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

Integrate automated toolings for testing smart contracts #150

Closed
matjazv opened this issue May 29, 2024 · 0 comments · Fixed by #151
Closed

Integrate automated toolings for testing smart contracts #150

matjazv opened this issue May 29, 2024 · 0 comments · Fixed by #151
Assignees

Comments

@matjazv
Copy link
Contributor

matjazv commented May 29, 2024

Description

Introduce automated tooling to:

  • Discover coverage gaps in the testing of smart contracts
  • Look for common issues in the smart contracts and the backend components

Tools which may be used:

  • Slither
  • slither-mutate
  • Echidna

Acceptance Criteria

  • GitHub actions are using (some) of above tools to additionally verify smart contracts correctness and common issues
  • It's possible to execute (some) of above tools locally on a PC to check their status before pushing code to GH

Additional Information

slither-mutate is probably not a good candidate to use it for GH actions because it was reported by auditors than this tool needed around 4 hours for its execution to be completed. It may be still used for local testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant