Daniel Luca

Results 29 issues of Daniel Luca

## Description The following scan of the contract produces an assert violation in an incorrect way. ## How to Reproduce Consider the following contracts ```solidity contract A { function() external...

false positive

## Description Importing a solidity contract having a constructor with arguments returns the error `input files do not contain any valid contracts` when running `myth -x ./contract.sol` ## How to...

Type: bug 🐛

Is there any way to export the timesheet as a file?

enhancement

Update `.gitattributes` to enable Solidity syntax highlight on GitHub.

Using threads, allow `karl` to fire up a limited number of threads that perform scans.

Lots of times there are a lot of duplicate identical contracts deployed (one after the other). We can create a hash map that will save time in not scanning the...

enhancement

Sometimes one block should be scanned and that should be the end of the scan. Add a `--once` flag that only scans the specified/most recent block.

enhancement

Update `.gitattributes` to enable Solidity syntax highlight on GitHub.

**Context** Because Foundry allows different profiles to be used when using it, we can make use of that with using the env variable `FOUNDRY_PROFILE`. **Details** Typically you'd want to have...

enhancement
help wanted