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

Implement pre-audit checklist for the current scope #24

Open
6 of 9 tasks
azat-hafizov opened this issue Oct 23, 2023 · 0 comments
Open
6 of 9 tasks

Implement pre-audit checklist for the current scope #24

azat-hafizov opened this issue Oct 23, 2023 · 0 comments
Assignees
Labels
audit Auditing process related

Comments

@azat-hafizov
Copy link
Collaborator

azat-hafizov commented Oct 23, 2023

Guide to ensure Tapio contracts meet standards and best practices before we go into the next audit

  • Using industry-known libraries where possible (at least OZ)
  • Avoid using inline assembly where possible
  • Latest major Solidity version
  • Document functions (at least external/public)
  • Basic SC inheritance graphs #25
  • Tapio security assumptions declared to auditors
  • Intentionally negative tests to expect breaking if required
  • Checks/effects/interactions pattern
  • Basic fuzz testing (Foundry) and static analysis (Slither)
@azat-hafizov azat-hafizov added the audit Auditing process related label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
audit Auditing process related
Projects
None yet
Development

No branches or pull requests

2 participants