Matt Solomon

Results 519 comments of Matt Solomon

@apbendi re `forge fmt` changes, are you on the latest forge version? Given the CI passes and it uses the most recent version I suspect yours may be outdated (unless...

Just wanted to bump this and see if any changes are needed before merge 🙂

Sorry just bumping this again, think we should be all good now 😅

@k06a Did you ever find a solution or workaround for this? This seems to be the case for me as well, where private keys do not derive to the addresses...

Think I figured it out: I also have both an Intel and AMD GPU on my mac, and the AMD one seems to be the problem. If I run profanity...

It looks like they're both 0.8.17 Successful one: Failed one forge-std was made a lot more modular so the change from 65 to 73 files seems reasonable to me

@Vectorized yea I've confirmed that commenting out the `_constructor` logic speeds up the compile times. @leonardoalt any idea why that block would cause such a performance impact? I haven't yet...

So if I build via forge, it takes ~900 seconds. If I run `solc --base-path . --bin --via-ir --optimize src/Test.sol` it takes 88 seconds... 🤔

@mattsse is there a way to only compile a single contract with `forge build`? You could use the `--skip` flag and skip everything else but that seems tedious. But I...

@roynalnaruto Are all [svm-rs](https://github.com/roynalnaruto/svm-rs) binaries directly from https://binaries.soliditylang.org/ or are some custom compiled?