Raoul

Results 14 issues of Raoul

Packagist uses git archives for deployment, currently the archive of teein/html includes the entire file-tree, including our logo and files that are meant solely for development. Add a .gitattributes-file and...

enhancement

Hi everyone! Maybe I don't know where to look, but it seems to me that there is currently no option to specify the target directory for slither. I can run...

## Context Our team is actively developing a Solidity debugger aimed at providing a more robust and intuitive debugging experience for Solidity developers. A key feature of any interactive debugger...

**Summary** Instructions can be addressed using either the program counter or instruction offsets. The [source maps](https://docs.soliditylang.org/en/latest/internals/source_mappings.html) generated by the Solidity compiler use instruction offsets. This PR makes the offset an...