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

docs: add Wake framework #12564

Merged
merged 5 commits into from
May 7, 2024
Merged

Conversation

michprev
Copy link
Contributor

Description

Wake is a multi-purpose tool with a common core built around precise source code analysis. It allows for preparing typing stubs (called pytypes) used in unit tests and fuzzing. The same data model is available in static analysis modules - detectors and printers.

The testing framework builds on pytest and is highly optimized for Anvil to achieve the best performance against its direct competitors (benchmark). It's regularly used in Ackee Blockchain during audit process for hacking and fuzzing - it helped to detect vulnerabilities in well-known projects like Lido or Axelar.

The enclosed detectors and printers focus on high precision and are user-configurable. Vulnerability & code quality detections are printed on the command-line in user-friendly way. The same list of detections can be highlighted in the code through the Tools for Solidity VS Code extension. The detections are reloaded automatically, no need to manually re-run analysis. Wake detectors can be easily integrated into Github CI with a custom Github action.

Related Issue

#12342

@github-actions github-actions bot added the content 🖋️ This involves copy additions or edits label Mar 26, 2024
Copy link

netlify bot commented Mar 26, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit ee70b43
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/663a87e0d0f1cd000834c7a9
😎 Deploy Preview https://deploy-preview-12564--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 51 (🟢 up 12 from production)
Accessibility: 92 (🔴 down 1 from production)
Best Practices: 95 (🔴 down 5 from production)
SEO: 95 (🔴 down 5 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@michprev michprev mentioned this pull request Mar 26, 2024
2 tasks
@wackerow wackerow added the needs product review 🕵️ Product listing request in need of review label Mar 26, 2024
@wackerow
Copy link
Member

wackerow commented Apr 8, 2024

Thanks @michprev!

Blocked pending review of #12342

Copy link
Member

@wackerow wackerow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks @michprev... just made a couple adjustments and moved these listings to the end per our listing policy, where appropriate. Bringing in!

@wackerow wackerow merged commit 94c9b2f into ethereum:dev May 7, 2024
2 checks passed
Copy link

gitpoap-bot bot commented May 7, 2024

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

Be sure to join the Ethereum.org discord if you are interested in contributing further to the project or have any questions for the team.

GitPOAP: 2024 Ethereum.org Contributor:

GitPOAP: 2024 Ethereum.org Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.

This was referenced May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits needs product review 🕵️ Product listing request in need of review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants