foundry
foundry copied to clipboard
fix(`--isolate`): do not override the gas price
Motivation
Closes https://github.com/foundry-rs/foundry/issues/7277
As per https://github.com/foundry-rs/foundry/issues/7277#issuecomment-1971521826 the fix is straightforward but might be breaking for other codebases as it now requires caller to actually pay for gas at the configured gas price, hence marking as draft for now
Solution
PR Checklist
- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes
indeed this proposed solution breaks Solady ext test in running isolate https://github.com/foundry-rs/foundry/actions/runs/18492116907/job/52687978194