zerosnacks
zerosnacks
### Component Foundryup ### Describe the feature you would like In our release attestation flow: https://github.com/foundry-rs/foundry/attestations/7708816 we can download the a `foundry-rs-foundry-attestation-7708797.sigstore.json` This is connected to commit: `ac0411d0e3b9632247c9aea9535472eda09a57ae` ``` jq...
### Component Forge ### Describe the feature you would like To investigate what this would entail, the benefit is quite clear from other `mdbook` to `vocs` ports we've already done....
### Component Other (please describe) ### Describe the feature you would like To reduce the surface area of our exposure to external dependencies we should actively evaluate and shrink the...
### Describe the feature you would like Recently I wanted to verify contracts on multiple verification providers and we can improve the developer experience around this. I would argue that...
Update https://github.com/foundry-rs/foundry/blob/548d1f0ebb811fcebd5fafdec33b7b814d0dbdbd/Cargo.toml#L32 to `2024` and fix any issues that arise
We have a ton of compilation warnings (unused variables, shadowing builtins, unused return values etc..) in Foundry's test suite To start fixing them: ``` cd testdata ``` temporarily comment out...
## Motivation Related PRs: - [x] https://github.com/foundry-rs/compilers/pull/279 - [x] https://github.com/paradigmxyz/revm-inspectors/pull/301 - [x] Relies on: https://github.com/paradigmxyz/revm-inspectors/pull/302 Updates: - Opcode list in https://raw.githubusercontent.com/duneanalytics/evm.codes/refs/heads/main/opcodes.json (still contains EOF opcodes however) ## Solution Removes EOF...
25.0.0 has been released including breaking changes for Foundry: https://github.com/bluealloy/revm/pull/2546 - [ ] https://github.com/paradigmxyz/revm-inspectors/pull/303
## Motivation Opening for visibility + discussion ## Solution Methodology: https://gist.github.com/zerosnacks/227ac62697fba3c868db4156d4e37610 Removes unused code ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [ ]...
Per https://github.com/foundry-rs/foundry/pull/10010 + https://github.com/foundry-rs/foundry/pull/10183