crytic/slither

Create detectors for semantic changes due to Solidity IR

Open

#1.169 aberto em 14 de abr. de 2022

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)Python (886 forks)batch import
High Priorityhelp wanted

Métricas do repositório

Stars
 (4.769 stars)
Métricas de merge de PR
 (Mesclagem média 54d 9h) (2 fundiu PRs em 30d)

Description

https://docs.soliditylang.org/en/v0.8.13/ir-breaking-changes.html#semantic-only-changes

0.8.13 allows to use of the new IR pipeline, but comes with risks due to semantics changes. We should create detectors to help developers to review if they can use the new version without impacting their contracts.

We can make these detectors directly public to help a larger audience.

Guia do colaborador