Igor Żuk

Results 81 issues of 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...

T-feature
C-cast
C-forge
A-installer

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...

documentation :book:

### 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...

T-enhancement
good first issue
A-cast

### 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...

T-feature
C-forge
A-cheatcodes
Cmd-forge-script
T-to-investigate

**📝 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...