foundry-toolchain
foundry-toolchain copied to clipboard
GitHub action to install Foundry
## Support development builds Foundry would have to add an additional identifier in its versioning to distinguish between nightly proper and dev/pr builds like ``` 0.2.0-pr-47126-18 ``` Also it would...
Point to the new foundry URL.
Since the format of snapshot output messes slightly with the markdown output for GitHub steps summary. Related issue: https://github.com/foundry-rs/foundry/issues/3394.
## Description ```bash /bin/sh: 1: forge: not found ``` ## Motivation Adding the check still fails. ``` steps: - uses: actions/checkout@v3 with: token: ${{ secrets.GH_TOKEN_CD_CONTRACTS }} - name : Install...
I believe that the last foundry (anvil) nightly build fails at calls to `provider.estimate_eip1559_fees(None)` with ``` `Err` value: JsonRpcClientError(SerdeJson { err: Error("missing field `baseFeePerGas`", line: 1, column: 39), text: "{\"gasUsedRatio\":[],\"oldestBlock\":\"0x0\"}"...
# Add configuration for artifact repository Right now, the foundry github action always download artifacts from the official github repository. This change will allow users to use a repository of...
Is it possible to specify a version like so : nightly-d369d2486f85576eec4ca41d277391dfdae21ba7 Are nightly and 0.1.0 and 0.2.0 the only possible values?
Hello, I've been banging my head against the wall trying to get fork tests to run in ci. Everything works great for me locally, but I've tried multiple configurations of...
Hi, During our test suite with foundry-toolchain/github actions the following error appears: ``` Test result: ok. 5 passed; 0 failed; finished in 1.08s [269](https://github.com/superform-xyz/super-vaults/actions/runs/4113946632/jobs/7100701243#step:6:270) 2023-02-07T12:37:21.274109Z ERROR sharedbackend: Failed to send/recv...