Igor Żuk
Igor Żuk
### Component Cast ### Describe the feature you would like Both `forge build` and `forge test` internally call `forge install` if they detect that the dependencies aren't checked out. `cast...
This is a placeholder PR.
## Page https://docs.soliditylang.org/en/v0.8.7/assembly.html ## Abstract Is there a requirement for address alignment in memory? I don't know, and it would be helpful to be able to learn it from the...
### Component Cast ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...
### Component Forge ### Describe the feature you would like Currently transactions made with `vm.broadcast` are built, signed and stored in the JSON report by `forge script`, but they can't...
**📝 Details** `Address.sendValue` ignores errors coming from the value recipient and throws a custom error on failure. This doesn't seem very useful, when a smart contract `receive` reverts, it probably...
Back in forge-std v1.7 there was function `fail` in `StdAssertions` that accepted the error message. As of v1.9.1 it's gone, which breaks existing tests and requires rewriting using much less...