crytic/echidna

add call sequence mutation that removes all reverting txs in the sequences

Aberta

#1.264 aberto em 25 de mai. de 2024

 (1 comentário) (0 reação) (0 responsável)Haskell (434 forks)auto 404
enhancementhelp wanted

Métricas do repositório

Stars
 (3.162 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Describe the desired feature

For long call sequences, re-executing reverted transactions probably adds more overhead than it is worth, considering it is unlikely that tx level mutations will make the majority of them successful e.g. 99% of a call sequence with a length of 500 is failing. It would make more sense to shrink the call sequence some portion of the time to only include successful transaction and insert/extend

Guia do colaborador