Franfran

Results 41 issues of Franfran

## Motivation This PR aims to implement https://github.com/foundry-rs/foundry/issues/2359 And it would extend into - Adding the `--create2` flag into the `cast wallet vanity` command - Adding the `vm.mineSalt` cheatcode in...

T-feature
C-cast

Trying to familiarize myself with the EVM, I may need some help though. The `fallback` function in `Dummy` contract is indeed called, but reverts for some reason and I don't...

This library is very effective, but could you implement the low pass filter that is in the chip please ?? Thanks a lot for your work

## Overview Adding remappings with dapptools style `remappings.txt` file in addition to those in the `foundry.toml` previously added

## Overview This PR aims to implement stack assertions. See https://github.com/huff-language/huff-rs/issues/132 When writing huff code, it's frequent to have a revert and is sometimes hard to debug. These assertions should...

Implementing [BytesLib](https://github.com/GNSPS/solidity-bytes-utils/blob/master/contracts/BytesLib.sol) in Huff

Hey, great work ! Just noticed that the ["readable numbers" notation](https://docs.soliditylang.org/en/v0.8.16/types.html#rational-and-integer-literals) is missing in the grammar and thus are not highlighted. ![Screenshot_2022-09-23_08-40-33](https://user-images.githubusercontent.com/51274081/191904999-69c52eb6-98e5-490f-83a2-ded339bbf9fc.png) I could PR if you don't mind. have...

### What I did Adding compile-time evaluation support for `slice`. ### How I did it Fill in the blanks in the `evaluate` function of the `Slice` class builtin ### How...

I'm currently using `cargo-flamegraph` to generate a flamegraph for a benchmark. The issue is that the runtime of the setup of the bench is so huge compared to the actual...

Currently, there is no explaining of the importing rules in the docs, maybe we should add this, with a brief explanation of forge remappings (link to their docs?), or relative...