-
Notifications
You must be signed in to change notification settings - Fork 171
feat: Upstream 5e72c69 #876
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
Merged
Merged
Changes from 51 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
c4fcf12
Update incorrect documentation in the READ.me (#9538)
jtfirek 539760c
fix(`anvil`): set `best_number` to `state.block.number` if greater (#…
yash-atreya 2eec098
fix(`cast`): reset `env.tx.caller` for impersonated txs (#9544)
yash-atreya e22a9ec
chore: Add GH attestation for foundry binaries (#9546)
grandizzy 2f698e4
fix(release): allow contents write permission, run attestation after …
grandizzy 1276f58
chore: bump compilers (#9554)
klkvr dabacec
fix: account for impersonated tx in configure_tx_env (#9553)
yash-atreya 233bff2
fix: read rpc config when using fork cheatcodes (#9547)
anukul 206dab2
chore(deps): weekly `cargo update` (#9560)
github-actions[bot] 681bddd
feat(cast): add support for beacon proxies in cast impl (#9567)
0xvv 6b07c77
feat(`cheatcodes`): count assertion for `expectEmit` (#9405)
yash-atreya 0086d04
fix(release): check `env.IS_NIGHTLY` as string (#9568)
grandizzy 8a08a3a
Run release workflow on stable tag push (#9575)
grandizzy 6c4af1d
chore: update release notes template (#9577)
grandizzy a263a92
chore: add contributors in release changelog (#9578)
grandizzy af52b80
feat(foundryup): allow multiple installed versions (#9551)
grandizzy f3b5ac7
chore: bump workspace version to `0.3.0` (#9580)
zerosnacks 7ac0502
Update CI workflow template to unpin from `nightly` explicitly, relyi…
zerosnacks 5a8bd89
chore: testFail* deprecation warning (#9581)
yash-atreya 6091f25
chore(tests): bump forge-std version (#9584)
github-actions[bot] 0d5ad75
chore(`foundryup`): default to stable if no specific version is passe…
zerosnacks f922a34
chore(deps): weekly `cargo update` (#9588)
github-actions[bot] 3ba3d5f
feat(cast): pretty print other receipt fields (#9589)
jsvisa 0caabdd
chore(deps): weekly `cargo update` (#9599)
github-actions[bot] ffaa68f
chore: make clippy happy (#9601)
mattsse 4f22a38
chore(fmt): tx fields indent with the same whitespaces (#9603)
jsvisa e618b2c
chore: fix flaky inline config test (#9591)
grandizzy 68aff72
feat: update revm 19 alloy 09 (#9605)
mattsse 03ec595
chore(deps): bump alloys (#9613)
DaniPopes 6cb41fe
add comment to `-r` option about default value (#9571)
zhiqiangxu 8555f16
fix(anvil): ipc append a newline (#9608)
9547 caf8455
chore: dedup errors in eyre handler (#9612)
DaniPopes f7bb427
fix(`evm`): P256Verify address (#9618)
yash-atreya 15940fc
typo: EtherScan -> Etherscan (#9607)
9547 8cc2079
chore(git): enhance rust diffing (#9596)
sambacha c66fd40
chore(deps): weekly `cargo update` (#9623)
github-actions[bot] 2e9d849
chore(`config`): use solar for inline config parsing (#9615)
yash-atreya a5c5be5
chore(`bind-json`): replace solang with solar (#9616)
yash-atreya 15a9f17
chore(deps): bump solar 0.1.1 (#9627)
DaniPopes dc8d980
chore(forge): remove `forge debug` subcommand (#9606)
9547 782787b
feat(test): add repro issue8566 testcase (#9617)
9547 e4fdc45
chore: standardize use of `opts` / `args` (#9629)
zerosnacks e3ff6cb
fix: re-remove forge `debug` file (#9631)
zerosnacks 5e72c69
feat: remove ethers (#9412)
grandizzy 63401f9
Merge branch 'upstream-version-target=enero' into upstream-5e72c69
MBerguer 39d31c4
cargo updated iself
MBerguer e797f06
compiles
MBerguer bec3ca7
Fixing the tests
MBerguer 3fc531e
fix: upstream 5e72c69 fix tests (#869)
nbaztec d86d311
Rolling back the filtering in the nextest
MBerguer fc72254
Merge branch 'main' into upstream-5e72c69
MBerguer 499be83
alloy-zksync back to versioning
MBerguer 03e272a
Rollback
MBerguer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| crates/cheatcodes/assets/*.json linguist-generated | ||
| testdata/cheats/Vm.sol linguist-generated | ||
|
|
||
| # See <https://git-scm.com/docs/gitattributes#_defining_a_custom_hunk_header> | ||
| *.rs diff=rust |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,66 @@ | ||
| { | ||
| "categories": [ | ||
| { | ||
| "title": "## Features", | ||
| "labels": ["T-feature"] | ||
| "title": "## Breaking changes", | ||
| "labels": ["T-likely-breaking "] | ||
| }, | ||
| { | ||
| "title": "## Fixes", | ||
| "labels": ["T-bug", "T-fix"] | ||
| "title": "## Anvil Features", | ||
| "labels": ["C-anvil", "T-feature"], | ||
| "exhaustive": true, | ||
| "exhaustive_rules": false | ||
| }, | ||
| { | ||
| "title": "## Anvil Fixes", | ||
| "labels": ["C-anvil", "T-bug"], | ||
| "exhaustive": true, | ||
| "exhaustive_rules": false | ||
| }, | ||
| { | ||
| "title": "## Cast Features", | ||
| "labels": ["C-cast", "T-feature"], | ||
| "exhaustive": true, | ||
| "exhaustive_rules": false | ||
| }, | ||
| { | ||
| "title": "## Cast Fixes", | ||
| "labels": ["C-cast", "T-bug"], | ||
| "exhaustive": true, | ||
| "exhaustive_rules": false | ||
| }, | ||
| { | ||
| "title": "## Chisel Features", | ||
| "labels": ["C-chisel", "T-feature"], | ||
| "exhaustive": true, | ||
| "exhaustive_rules": false | ||
| }, | ||
| { | ||
| "title": "## Chisel Fixes", | ||
| "labels": ["C-chisel", "T-bug"], | ||
| "exhaustive": true, | ||
| "exhaustive_rules": false | ||
| }, | ||
| { | ||
| "title": "## Forge Features", | ||
| "labels": ["C-forge", "T-feature"], | ||
| "exhaustive": true, | ||
| "exhaustive_rules": false | ||
| }, | ||
| { | ||
| "title": "## Forge Fixes", | ||
| "labels": ["C-forge", "T-bug"], | ||
| "exhaustive": true, | ||
| "exhaustive_rules": false | ||
| }, | ||
| { | ||
| "title": "## Performance improvements", | ||
| "labels": ["T-perf"] | ||
| } | ||
| ], | ||
| "ignore_labels": ["L-ignore"], | ||
| "template": "${{CHANGELOG}}\n## Other\n\n${{UNCATEGORIZED}}", | ||
| "pr_template": "- ${{TITLE}} (#${{NUMBER}})", | ||
| "empty_template": "- No changes" | ||
| "template": "${{CHANGELOG}}\n## Other\n\n${{UNCATEGORIZED}}\n## Full Changelog:\n ${{RELEASE_DIFF}}", | ||
| "pr_template": "- ${{TITLE}} (#${{NUMBER}}) by @${{AUTHOR}}", | ||
| "empty_template": "- No changes", | ||
| "max_pull_requests": 100, | ||
| "max_back_track_time_days": 60 | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.