Patrick Collins
Patrick Collins
https://x.com/daejunpark/status/1789480206320939296 When I googled these on stream, I got no results. It would be great to place these FAQs in either: 1. In an `FAQ` section 2. A bunch of...
**Describe the bug** I am attempting to use my compiled huff contract without hard-coding it into my scripts. I have compiled my huff to `compiled_huff.txt`. Foundry has a cheatcode called...
**Describe the bug** I am trying to symbolic execution/formal verification for a [huff](https://huff.sh/) contract. When I run my `halmos` command: ```bash halmos --function check_storeAndReadAreIdentical ``` I get the following error...
### 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...
**Description** Right now, there are several smart contracts with strict versioning types, [for example](https://github.com/smartcontractkit/chainlink/blob/b0a48d6951ca408e3f2a08eafcd22ef07100644e/contracts/src/v0.8/vrf/dev/SubscriptionAPI.sol#L2) in the VRF `SubscriptionAPI`: ```javascript pragma solidity 0.8.19; ``` This is an issue because it's the...
### Describe the desired feature Can we add docs to work with `slither-disable`? Right now if I make sure a line slither detected is OK, it's difficult to know how...
gm! Would love to see some versioning in this so users can install it as a foundry package!
The docs here refer to an API that no longer exists. I'm assuming it's using ethers v5 instead of v6, but it's not clear the issue here. If you copy...
In the [API docs](https://docs.zksync.io/build/api-reference/zks-rpc#zks_getmaincontract), their is an API called `zks_getmaincontract` defined as: > Retrieves the main contract address. And that's it. Could we please update this to point the do...
Ideally, there is a clever way that this list of system contract addresses is always up to date, potentially via a github action