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: resolve merge conflicts for upstream-57bb12e #693

Merged
merged 87 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
cc8e430
fix: respect `--auth` in `cast call` and `cast estimate` (#9120)
klkvr Oct 15, 2024
3786b27
fix(cheatcodes): convert fixed bytes to bytes in vm.rpc tuple result …
grandizzy Oct 16, 2024
adb6aba
feat(forge): add `compiler` subcommand (#7909)
jpgonzalezra Oct 16, 2024
d5f6e34
feat(forge): add max supported EVM version in compiler -vv (#9129)
grandizzy Oct 17, 2024
2b32882
chore: bump `foundry-compilers` to include Vyper fix (#9133)
zerosnacks Oct 17, 2024
ca49147
fix(cast): do not strip 0x / hex decode message before EIP-191 hashin…
grandizzy Oct 17, 2024
08021d9
feat(`anvil`): `wallet_` namespace + inject P256BatchDelegation + exe…
yash-atreya Oct 17, 2024
7cbd55e
fix: dont set state root (#9134)
mattsse Oct 17, 2024
a8c3e9c
chore: alias wallet_sendTransaction as odyssey_sendTransaction (#9137)
yash-atreya Oct 18, 2024
8bdcbfa
feat(`forge build`): add initcode size check (#9116)
mgiagante Oct 19, 2024
9684c3d
docs: update CLI help for init code size check (#9145)
mgiagante Oct 19, 2024
ce66e14
chore(deps): weekly `cargo update` (#9149)
github-actions[bot] Oct 20, 2024
52b3da2
feat(`forge build`): `--watch` flag now watches `foundry.toml` config…
leovct Oct 21, 2024
09824ad
fix: script simulation with default sender (#9042)
klkvr Oct 21, 2024
7c1c019
feat(cast): add `json` flag in `cast wallet new-mnemonic` (#9139)
leovct Oct 21, 2024
6d9951f
fix(`anvil`): use header.number not best_number (#9151)
yash-atreya Oct 21, 2024
1af44bf
fix(`anvil`): arb fork mining (#9153)
yash-atreya Oct 21, 2024
2044fae
fix(cheatcodes): improve fork cheatcodes messages (#9141)
grandizzy Oct 21, 2024
4d7435e
feat(`anvil`): support mining with same block.timestamp (#9160)
yash-atreya Oct 23, 2024
9252e98
chore: format chained error for EvmError (#9169)
grandizzy Oct 23, 2024
3b2e57a
Add debug file dump (#7375)
piohei Oct 23, 2024
7b118fa
chore(deps): bumps alloy, revm, fork-db (#9150)
yash-atreya Oct 23, 2024
cd71da4
feat: add `foundry_common::shell` to unify log behavior (#9109)
zerosnacks Oct 23, 2024
2cdf718
chore: refactor debugger dump code (#9170)
grandizzy Oct 23, 2024
4c84dc7
fix(anvil): Apply state overrides in debug_traceCall (#9172)
iliastsa Oct 23, 2024
b1e9365
feat(fmt): add `all_params` config - same as `all` but split single p…
grandizzy Oct 23, 2024
9fe891a
fix(chisel): on edit fail command only if execution failed (#9155)
grandizzy Oct 24, 2024
a41bd85
chore: cleanup shell module (#9178)
DaniPopes Oct 24, 2024
e5343c5
chore: add warning on persisted invariant scenario failure (#9171)
grandizzy Oct 24, 2024
c2f1760
feat(invariant): add basic metrics report (#9158)
grandizzy Oct 24, 2024
3ff0cdd
fix: add back `silent` option in Anvil's `NodeConfig` (#9181)
zerosnacks Oct 24, 2024
76d15ba
chore(`cast`): fix `storage_layout` test due to request timeouts w/ O…
zerosnacks Oct 24, 2024
72473a3
chore(deps): bump alloy + revm + fork-db (#9183)
yash-atreya Oct 24, 2024
c6d59b3
fix(`evm`): detect blob tx and set evm version (#9185)
yash-atreya Oct 24, 2024
b74e467
fix(`evm`): set blob_excess_gas_and_price (#9186)
yash-atreya Oct 24, 2024
ce6f388
chore(`cast`): enforce `common::shell` for cast binary (#9174)
zerosnacks Oct 24, 2024
ab8ebf6
fix(cli): etherlink needs eth_estimateGas for gas calculation (#9188)
picdc Oct 24, 2024
216b60a
fix(fmt): multiline single param only if func definition is multiline…
ChiTimesChi Oct 24, 2024
6b4ad0d
chore(`chisel`): enforce `common::shell` for chisel binary (#9177)
zerosnacks Oct 24, 2024
bcef905
feat(`cast`): add flag equivalents of parseUnits, formatUnits (#9165)
kien6034 Oct 24, 2024
2559899
feat(cast): add `--rpc-timeout` option (#9044)
PanGan21 Oct 24, 2024
913899e
chore(tests): bump forge-std version (#9193)
github-actions[bot] Oct 25, 2024
192a5a2
fix(`anvil`): tag newly created legacy transactions on shadow fork as…
zerosnacks Oct 25, 2024
ce74f6b
chore: silence logger if silent (#9199)
mattsse Oct 26, 2024
6913a3d
test: add test for rlp data (#9200)
mattsse Oct 26, 2024
1229278
fix(anvil): correctly set hardfork-specific block fields (#9202)
klkvr Oct 26, 2024
484a5de
chore(deps): weekly `cargo update` (#9206)
github-actions[bot] Oct 27, 2024
3b0c75d
fix: include withdrawals root in response (#9208)
mattsse Oct 27, 2024
513ed69
fix(script): correctly detect additional contracts (#9207)
klkvr Oct 27, 2024
5c69a9d
fix(`cast block`): ensure to print all fields (#9209)
klkvr Oct 27, 2024
00415bb
feat(cast): add --int flag to from-rlp (#9210)
TropicalDog17 Oct 28, 2024
0191e17
chore: try from eyre:Result for TraceResult (display chained error) (…
grandizzy Oct 28, 2024
a428ba6
feat(`forge install`): add `@tag=` `@branch=` `@rev=` specific refs (…
grandizzy Oct 28, 2024
48930a6
feat: make `--gas-report` w/ `--json` output one JSON blob and add `c…
zerosnacks Oct 29, 2024
dd443c6
fix(forge create): set skip_is_verified_check: true (#9222)
grandizzy Oct 29, 2024
3e901af
feat(cast) add creation-code method [#8973] (#9029)
pawurb Oct 29, 2024
4389cbc
refactor: simplify `merge_db_account_data` (#9223)
Karrq Oct 29, 2024
0c70305
test: update test (#9226)
mattsse Oct 29, 2024
9501589
style: smol refactor (#9224)
mattsse Oct 29, 2024
4012ade
fix: allow_hyphen_values for constructor args (#9225)
mattsse Oct 30, 2024
ec2fd7d
chore(meta): update SECURITY.md (#9230)
DaniPopes Oct 30, 2024
748af79
fix(`--gas-report`): add back signatures, even if empty, avoid nestin…
zerosnacks Oct 30, 2024
2bb446e
feat(`cheatcodes`): access broadcast artifacts (#9107)
yash-atreya Oct 30, 2024
45d5997
fix(`anvil`): set `storage.best_number` correctly (#9215)
yash-atreya Oct 30, 2024
c90ea4d
feat(`--gas-report`): add option to include tests (#9232)
grandizzy Oct 30, 2024
213d817
fix: remove steps after steps tracing cheatcodes are done (#9234)
klkvr Oct 30, 2024
9d74675
fix: rename flag as_int -> as-int (#9235)
klkvr Oct 30, 2024
736a330
feat(cast): add string-decode to decode string (#9237)
jsvisa Oct 31, 2024
17e0981
chore: avoid unnecessary `mut` (#9238)
Karrq Oct 31, 2024
6b0c27e
fix(anvil): on anvil_mine jump to next timestamp before mine new bloc…
grandizzy Nov 1, 2024
9511462
fix(`deps`): update `alloy-chains` to fix Celo explorer API URL (#9242)
github-actions[bot] Nov 1, 2024
7587eb5
fix: reset shell colors based on the input style (#9243)
DaniPopes Nov 1, 2024
ea11082
fix: avoid deadlock in nested shell calls (#9245)
DaniPopes Nov 1, 2024
56639cd
anvil: Correctly set HF fields for Genesis block (#9248)
ngotchac Nov 1, 2024
97be9b9
perf: cap default poll interval (#9250)
mattsse Nov 2, 2024
d402afd
fix: better error handling when waiting for receipt (#9253)
klkvr Nov 2, 2024
8660e5b
fix: use `Debug` when formatting errors (#9251)
klkvr Nov 2, 2024
d2ed15d
chore(deps): weekly `cargo update` (#9254)
github-actions[bot] Nov 3, 2024
32f8e79
fix(`forge doc`): display custom natspec tag (#9257)
leovct Nov 4, 2024
931374b
chore: do not print anvil launch info if silent (#9259)
grandizzy Nov 4, 2024
e2a6282
feat: add global `--json` flag (#9244)
zerosnacks Nov 4, 2024
c3069a5
chore(`forge`): enforce `common::shell` for `forge` crate (#9231)
zerosnacks Nov 4, 2024
455ba9b
fix(remappings): check if remapping to add starts with existing remap…
grandizzy Nov 5, 2024
0c769c3
chore: ignore flaky rostock chain test (#9261)
grandizzy Nov 5, 2024
57bb12e
fix(anvil): set auto-unlock an alias of auto-impersonate (#9256)
jsvisa Nov 5, 2024
0ce61ca
Merge branch 'foundry/master' into upstream-57bb12e-merge-conflicts
nbaztec Nov 5, 2024
efa1599
update alloy fork
nbaztec Nov 5, 2024
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
2 changes: 0 additions & 2 deletions .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,10 @@ jobs:
with:
bun-version: latest
- name: Setup Python
if: contains(matrix.name, 'external')
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install Vyper
if: contains(matrix.name, 'external')
run: pip install vyper~=0.4.0

- name: Forge RPC cache
Expand Down
Loading