foundry
foundry copied to clipboard
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
bug(`cast send`): failed to get resolver from the ENS registry: buffer overrun while deserializing
### Component Cast ### 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...
## Motivation ``` // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract OwnerControlled { address public owner; uint256 private value; event ValueChanged(uint256 newValue); error Unknown(string str); constructor() { owner = msg.sender; }...
### Component Forge ### Describe the feature you would like Now that we have Vyper support it would be great to be able to quickly instantiate a Vyper project. This...
### 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...
I need help fixing the error below, after adding `[dependencies] OpenZeppelin = { git = "https://github.com/OpenZeppelin/openzeppelin-contracts", tag = "v4.4.1" }` to the foundry.toml file and running forge build. I get...
## Motivation Currently, the foundry's invariant fuzz testing doesn't support txs with value > 0, which makes it unable to find sequences in some situations. For example, the Pay contract...
### Component Forge ### Have you ensured that all of these are up to date? - [ ] Foundry - [ ] Foundryup ### What version of Foundry are you...
Currently we return an untyped Vec which must be abi encoded correctly to the corresponding return type. We can simplify the implementations by returning the corresponding return type directly. This...
### 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...
### 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...