book icon indicating copy to clipboard operation
book copied to clipboard

A book on all things Foundry, available at https://book.getfoundry.sh.

Results 123 book issues
Sort by recently updated
recently updated
newest added

Closes: https://github.com/foundry-rs/foundry/issues/4497 BTT is picking up steam, and it would be worth mentioning it in the Foundry Book. References: - [Bulloak landing page](https://bulloak.dev/) - [Bulloak GitHub](https://github.com/alexfertel/bulloak) - [BTT at Solidity...

T-enhancement
good first issue

### Component Anvil ### Describe the feature you would like Currently the anvil reference only points out the available RPC methods, and while for generic RPC methods (`eth_*`), we have...

Use `cheatcodes.json` from the Foundry repo to generate the cheatcodes reference section automatically, similar to how forge-std generates the Vm.sol. - Foundry docs: - forge-std vm.py:

T-enhancement
A-internals

Because Etherscan sometimes returns `default evmVersion` we automatically derive from the compiler version and make a best-guess assumption. This sometimes leads to issues. Related: https://github.com/foundry-rs/foundry/pull/8369/files This would resolve by documenting...

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

good first issue

We have a DSTest reference but DSTest was removed from forge-std in https://github.com/foundry-rs/forge-std https://book.getfoundry.sh/reference/ds-test It should be moved to forge-std reference

T-to-fix
A-internals

See [Storm's talk](https://www.youtube.com/watch?v=FjTle7UxlG4) at Frontiers on what mesc is and a basic usage guide. Support for mesc was merged in https://github.com/foundry-rs/foundry/pull/8760

T-enhancement
good first issue

### Sections cast abi-encode cast abi-decode ### Describe the bug Document how to correctly pass arguments to `cast abi-encode` when it has multiple parameters in a nested struct with one...

T-enhancement
good first issue
A-cast

Related PR: https://github.com/foundry-rs/foundry/pull/8755

S-blocked

### Component Chisel ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? 0.2.0...

good first issue
T-new
A-chisel