Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix compilation on upstream 9f11e6df #882

Merged
merged 76 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
d2dbe3e
fix(ens): don't resolve addr if doesn't contain . (#9635)
9547 Jan 7, 2025
95442fa
feat(`verify`): default to sourcify if etherscan key not provided (#9…
yash-atreya Jan 7, 2025
ad09bbe
chore(`forge`): rm regex for --debug and --decode-internal (#9572)
yash-atreya Jan 8, 2025
b3cd2ab
fix(cheatcode): use storage access address instead account access (#9…
grandizzy Jan 8, 2025
49392b5
Feat: Add `cast chain` support for `ink` & `ink-sepolia` (#9652)
CruzMolina Jan 8, 2025
70cd140
chore(deps): bump `alloy-chains` (#9653)
CruzMolina Jan 8, 2025
82cf61d
fix: do not remove `snapshots` directory before running the test suit…
zerosnacks Jan 9, 2025
6cbf390
fix(cheatcodes): record state diff only if balance changed (#9658)
grandizzy Jan 9, 2025
39f13df
fix(config): disable optimizer by default (#9657)
grandizzy Jan 9, 2025
af9ceec
fix: incorrect repo link in readme for foundry-compilers (#9660)
DrakeEvans Jan 9, 2025
192aa2c
feat: add arm64 docker image (#9614)
jsvisa Jan 9, 2025
0cc5355
chore: fix test isolate, different address for caller (#9663)
grandizzy Jan 10, 2025
6f81e76
fix: set debug none for release profile (#9664)
grandizzy Jan 10, 2025
761d9e1
chore(deps): weekly `cargo update` (#9668)
github-actions[bot] Jan 12, 2025
be34f5b
chore(clippy): use next_back instead of last for DoubleEndedIterator …
jsvisa Jan 12, 2025
b6c094c
fix: error handling with retries when waiting for receipt (#9650)
grandizzy Jan 13, 2025
ba505df
chore: use "full" for debug (#9670)
DaniPopes Jan 13, 2025
c42d08d
chore: don't warn in RetryError::Continue (#9671)
DaniPopes Jan 13, 2025
aa0161e
test: increase nextest backoff (#9672)
DaniPopes Jan 13, 2025
e7a0693
fix(`script`): use fork_block_number for init sender nonce (#9669)
yash-atreya Jan 13, 2025
92fefaf
feat(foundryup): add foundryup self-update (#9609)
9547 Jan 13, 2025
017c59d
fix(`config`): enable `optimizer` when `optimizer_runs` set in config…
yash-atreya Jan 13, 2025
5b4a105
fix: propagate color config to TraceWriter (#9679)
DaniPopes Jan 14, 2025
ff2c564
feat(foundryup): check for running processes (#9680)
grandizzy Jan 14, 2025
41c6653
chore: add version number to `foundryup` (#9681)
zerosnacks Jan 14, 2025
9829054
fix(config): normalize optimizer settings (#9689)
grandizzy Jan 16, 2025
55badd4
ci: use reusable cargo update workflow (#9690)
DaniPopes Jan 16, 2025
73becfb
chore(deps): bump svm 0.5.10 (#9700)
DaniPopes Jan 17, 2025
00c944b
fix(verify): strip profile from contract name (#9699)
grandizzy Jan 17, 2025
1f48a34
feat(`forge`): `--watch` coverage (#9702)
yash-atreya Jan 17, 2025
b0630f9
feat: filter by profile in `vm.getCode` (#9714)
klkvr Jan 18, 2025
18cb6f9
feat(chisel): determine proper path to Vm.sol based on proj remapping…
grandizzy Jan 19, 2025
a038646
chore(deps): weekly `cargo update` (#9715)
github-actions[bot] Jan 19, 2025
90a5fdf
Fix rewrite of User-Agent header (#9707)
vbrvk Jan 20, 2025
3739859
refactor: properly handle config load errors (#9713)
DaniPopes Jan 20, 2025
1ef98bf
chore: bump version to 0.3.1 to make it easier to identify non-stable…
zerosnacks Jan 20, 2025
2ddea87
fix(invariant): handle simple contract names in metrics table (#9724)
grandizzy Jan 21, 2025
62147c8
chore: display warning to user if running `nightly` version (#9683)
zerosnacks Jan 21, 2025
f94ce46
fix(forge): allow install private deps with https and gh token (#9726)
grandizzy Jan 21, 2025
fea3885
fix: release process (#9728)
zerosnacks Jan 21, 2025
5993795
feat: allow remapping of solidity files (#9604)
jsvisa Jan 21, 2025
423644e
fix(`forge`): disable artifacts for coverage (#9692)
yash-atreya Jan 21, 2025
75462d9
fix: respect `disable_block_gas_limit` config key (#9732)
klkvr Jan 21, 2025
5d16800
chore: bump compilers (#9735)
klkvr Jan 22, 2025
aa04294
feat(cheatcodes): add ability to ignore (multiple) specific and parti…
emo-eth Jan 22, 2025
36393fb
fix: use custom build profile in --version (#9733)
Rjected Jan 22, 2025
9ac89d4
feat(script): show the broadcasted transactions when verbose>=4 (#9655)
jsvisa Jan 22, 2025
a3bfdbd
chore: remove redundant `test.sol` (#9736)
zerosnacks Jan 22, 2025
712bf5f
chore: pass and read tag as `CARGO_TAG_NAME` for cross build (#9738)
grandizzy Jan 22, 2025
34ab235
fix(remappings): ignore conflicting remappings (#9521)
grandizzy Jan 22, 2025
c22c4cc
feat(`forge`): inspect - default to pretty output (#9705)
yash-atreya Jan 23, 2025
b026f7a
fix(invariant): lookup fuzz interface abi by name or identifier (#9744)
grandizzy Jan 23, 2025
6d9e615
feat(foundryup): manage custom built versions (#9746)
grandizzy Jan 23, 2025
36d1a1b
fix(foundryup): set proper version for use call (#9750)
grandizzy Jan 23, 2025
b03dd22
chore: stop supporting legacy console.sol signatures (#8910)
DaniPopes Jan 24, 2025
0821048
chore(deps): weekly `cargo update` (#9755)
github-actions[bot] Jan 26, 2025
ca466ae
fix(cheatcode): expect revert only for calls with greater depth than …
grandizzy Jan 27, 2025
b081d66
fix(`forge bind`): prefix keyword mod names with `r#` (#9761)
yash-atreya Jan 27, 2025
5261dc1
feat(`cast source`): support alternative explorers (#9762)
yash-atreya Jan 27, 2025
66e3648
feat: override the eyre display handler globally (#9766)
DaniPopes Jan 27, 2025
58166ca
ci: set RUST_BACKTRACE=full (#9767)
DaniPopes Jan 27, 2025
4d1f72b
perf(coverage): use u32 for IDs, improve analysis (#9763)
DaniPopes Jan 28, 2025
58900d8
fix(coverage): keep EVM version when normalizing for ir-minimum (#9768)
DaniPopes Jan 28, 2025
9b3d2d7
chore: update README for `1.0` (#9540)
zerosnacks Jan 28, 2025
7e58d59
chore: remove ahash (#9769)
DaniPopes Jan 28, 2025
2509ce2
chore(deps): breaking bumps (#9773)
DaniPopes Jan 28, 2025
f3548cb
chore: install deps and create foundry user in cross built image (#9775)
grandizzy Jan 28, 2025
c9b16c0
chore: fix isolate tests (#9776)
grandizzy Jan 29, 2025
9d7c40e
fix: correctly set `gas_limit` reported by Anvil (#9774)
zerosnacks Jan 29, 2025
ca4740e
fix(docker): revert to use ubuntu:22.04 as base image (#9777)
grandizzy Jan 29, 2025
ed63f34
fix(cheatcode): support new 7702 spec (#9779)
grandizzy Jan 29, 2025
9f11e6d
fix: avoid returning None for library addresses during fuzzing (#9771)
nbaztec Jan 29, 2025
0fe5225
Merge commit '9f11e6df' into upstream-9f11e6df-merge
Jrigada Jan 29, 2025
15eab2c
Make it build, then make it pretty
Jrigada Jan 30, 2025
6e0f548
Merge branch 'upstream-9f11e6df' of github.com:matter-labs/foundry-zk…
Jrigada Jan 31, 2025
5b61dbd
Add note zk about op-alloy-consensus dep
Jrigada Jan 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ jobs:
with:
toolchain: nightly-2024-09-01

- name: cargo update
# Remove first line that always just says "Updating crates.io index"
run: cargo update --color never 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log

- name: craft commit message and PR body
id: msg
run: |
export cargo_update_log="$(cat cargo_update.log)"

echo "commit_message<<EOF" >> $GITHUB_OUTPUT
printf "$TITLE\n\n$cargo_update_log\n" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT

echo "body<<EOF" >> $GITHUB_OUTPUT
echo "$BODY" | envsubst >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
add-paths: ./Cargo.lock
commit-message: ${{ steps.msg.outputs.commit_message }}
title: ${{ env.TITLE }}
body: ${{ steps.msg.outputs.body }}
branch: ${{ env.BRANCH }}
- name: cargo update
# Remove first line that always just says "Updating crates.io index"
run: cargo update --color never 2>&1 | sed '/crates.io index/d' | tee -a cargo_update.log

- name: craft commit message and PR body
id: msg
run: |
export cargo_update_log="$(cat cargo_update.log)"

echo "commit_message<<EOF" >> $GITHUB_OUTPUT
printf "$TITLE\n\n$cargo_update_log\n" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT

echo "body<<EOF" >> $GITHUB_OUTPUT
echo "$BODY" | envsubst >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
add-paths: ./Cargo.lock
commit-message: ${{ steps.msg.outputs.commit_message }}
title: ${{ env.TITLE }}
body: ${{ steps.msg.outputs.body }}
branch: ${{ env.BRANCH }}
Loading
Loading