grandizzy

Results 30 issues of grandizzy

All tests works OK but retrieving balances with new API returns no value, in discussions with Paradex to clarify this issue

- added new options for list command, default list local keystore ``` --dir (alias to default) List all the accounts in the keystore default directory -l, --ledger List accounts from...

closes #6616 proposed solution for solving https://github.com/foundry-rs/foundry/issues/6616, slightly different than suggested https://github.com/foundry-rs/foundry/issues/6616#issuecomment-1935844158 (in the sense that `url@latest` fork id was made obsolete and instead `url@latest_block` is recorded) ## Motivation ##...

## Motivation Ref #51 https://forum.openzeppelin.com/t/using-automatic-analysis-tools-with-makerdao-contracts/1021/2 ## Solution - do not collect state from call if call revert - add BasicTxDetails and CallTargetDetails structs - contains fuzzed function (to be able...

## Motivation Currently if `fail_on_revert` set to true we fail to shrink sequence due to - `func` is an `Option` in `FailedInvariantCaseData` but not set / available when `fail_on_revert` https://github.com/foundry-rs/foundry/blob/1fc4aa34c4331c12aaa8ee831b16b80b7d5a446f/crates/evm/evm/src/executors/invariant/mod.rs#L739-L743...

## Motivation Closes #7530 Not all precompiles are labeled, this PR add missing labels ## Solution - added precompile addresses in constants - in precompile decode match on address -...

## Motivation Closes #7268 Closes #4994 ## Solution Remove `preserve_state` config and commit call by default - this will enable using `vm.warp` and `vm.roll` in invariants tests without any additional...

- add Target Interfaces - update targetArtifactSelector

## Motivation - remove `shrink_sequence` config (same as `shrink_run_limit = 0 `) ## Solution