grandizzy

Results 30 issues of grandizzy

## Motivation proposed way to handle #585 ![multiple](https://github.com/foundry-rs/foundry/assets/38490174/5b13ccfa-7929-4694-9aff-de3f211dec12) ## Solution - add a global invariant reporter to collect test runs and completed runs - display in terminal on thread that...

## Motivation Partially address #2552 - persist and replay shrinked failed invariant sequence CC @mds1 - when invariant fails, the shrinked sequence is persisted and replayed on subsequent runs. If...

## Motivation Closes #4917 Closes #5199 - tested with https://github.com/foundry-rs/foundry/issues/5199#issuecomment-2120226692 Closes #5689 - tested with https://github.com/foundry-rs/foundry/issues/5689#issuecomment-1705094827 Closes #6179 Closes #7942 - tested with https://github.com/cruzdanilo/foundry-snapshot-repro ## Solution see https://github.com/foundry-rs/foundry/issues/7942#issuecomment-2119973553 when fuzzing...

## Motivation Closes #585 Closes #3277 Closes #4452 ## Solution - make use of `indicatif` crate - add `--show-progress` arg (to give more time for feedback / OS tests, then...

## Motivation Closes #7848 Closes #6513 - see https://github.com/foundry-rs/foundry/issues/6513#issuecomment-2110172882 ## Solution - change default value for invariant depth to 500 - change default shrink run limit to 5000 - add...

## Motivation ## Solution

### Component Forge ### Describe the feature you would like Complementary to persist and replay fuzz / invariant failures, based on same data we can also generate Solidity regression tests...

A-testing
T-feature

## Motivation Include default features of engine types in rpc-types meta crate. ## Solution ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [ ]...

## Motivation Closes #8908 follow up on https://github.com/foundry-rs/foundry/pull/8936#pullrequestreview-2321724224 not sure what's the best solution here but I hit this while doing some tests, the issue is with wrapped errors that...