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: pull in merged commits from upstream #492

Closed
wants to merge 435 commits into from
Closed
Changes from all commits
Commits
Show all changes
435 commits
Select commit Hold shift + click to select a range
1c59fcc
feat(forge): clone verified contracts as a foundry project (#7576)
Troublor Apr 18, 2024
d1d0478
chore: move `foundry_common::rpc` to `foundry_test_utils` (#7707)
DaniPopes Apr 18, 2024
dcea283
chore: minify JSON (#7706)
DaniPopes Apr 18, 2024
b743749
feat: re-enable jemalloc for anvil (#7708)
DaniPopes Apr 18, 2024
3581076
chore(deps): bump ariadne to 0.4.0 (#7710)
DaniPopes Apr 18, 2024
18e0d03
chore(deps): update to hyper 1.0 (#6470)
DaniPopes Apr 18, 2024
e97a35a
feat: temporarily re-introduce custom trace printer (#7716)
DaniPopes Apr 18, 2024
8d54775
feat: support ipc path as rpc url (#7717)
mattsse Apr 18, 2024
3f5c615
fix: use 2718 encoding for transactions trie root calculation (#7718)
klkvr Apr 18, 2024
79dd88c
fix: exclude empty artifacts from `ContractsByArtifact` (#7713)
klkvr Apr 18, 2024
5c6c68c
feat: use humatime serde for SuiteResult duration (#7722)
ThreeHrSleep Apr 19, 2024
21b3346
fix: Type parameter of Vm.prevrandao as uint256 (#7695)
qiweiii Apr 19, 2024
b18c149
fix(forge): fix some typos in forge clone (#7725)
kamuik16 Apr 19, 2024
844caa8
fix(cast): return logs in all cases (#7731)
kamuik16 Apr 19, 2024
dba274d
chore(deps): update rustls to 0.21.11 and 0.22.4 for security reason …
dcb9 Apr 20, 2024
167295e
fix: always compile sources when running scripts (#7738)
klkvr Apr 20, 2024
30f145f
fix: correctly process relative paths as `--skip` values (#7737)
klkvr Apr 20, 2024
6f2668f
fix: do not require `--sender` with `--unlocked` (#7742)
klkvr Apr 20, 2024
db74e6e
feat: add envExists cheatcode to check if a environment variable exis…
0xtekgrinder Apr 20, 2024
63fff35
fix: print test results while running coverage (#7743)
klkvr Apr 20, 2024
68006b6
fix(forge): fix `forge clone` when there is nested `src` (#7747)
ZhangZhuoSJTU Apr 22, 2024
ecd6373
chore(deps): update yansi to v1.0 (#7735)
dcb9 Apr 22, 2024
9f06a4a
chore(deps): weekly `cargo update` (#7746)
github-actions[bot] Apr 22, 2024
e971af1
fix(anvil): Return transaction hash in ots_getTransactionBySenderAndN…
sealer3 Apr 22, 2024
008922d
feat(fuzz): ability to declare fuzz test fixtures (#7428)
grandizzy Apr 22, 2024
db64c3e
chore: bump alloy chains (#7763)
mattsse Apr 23, 2024
bf853af
fix(cast): list all files in the keystore directory (#7766)
DaniPopes Apr 23, 2024
6ff4385
fix(cast): ENS commands (#7765)
DaniPopes Apr 23, 2024
21dfde4
feat(cheatcode): UintToHex cheatcode (#7767)
kamuik16 Apr 23, 2024
7dfa263
Fix contract create-and-verify with libraries (#7750)
dcb9 Apr 23, 2024
e0ea59c
refactor: migrate cast doctests to alloy (#7768)
yash-atreya Apr 23, 2024
ad04f23
fix: change envExists return sig (#7774)
yash-atreya Apr 24, 2024
e01038f
Bump alloy to use `get_receipt` hotfix (#7772)
yash-atreya Apr 25, 2024
651cec1
fix(anvil): take block count limit in fee history into account (#7780)
golden-expiriensu Apr 25, 2024
1fc4aa3
perf(invariant): sequentially shrink failed sequence (#7756)
grandizzy Apr 25, 2024
19d69f2
feat: `vm.blobhashes` (#7001)
onbjerg Apr 25, 2024
d21c3e7
fix: blob cheats shadowing (#7787)
yash-atreya Apr 26, 2024
d431f74
Upgrade to latest version of Alloy and port Anvil tests (#7701)
zerosnacks Apr 26, 2024
7f3e880
fix: set gas limit to `u64::MAX` (#7795)
klkvr Apr 27, 2024
12e53e5
fix: `eth_feeHistory` (#7792)
klkvr Apr 27, 2024
26e6e57
fix: unsafe balance conversion (#7796)
mattsse Apr 27, 2024
267e14f
fix(invariant): shrink when fail-on-revert set to true (#7783)
grandizzy Apr 28, 2024
ea9584f
chore(deps): weekly `cargo update` (#7802)
github-actions[bot] Apr 29, 2024
bab8350
chore(invariant): deprecate shrink_sequence, code reuse and cleanup (…
grandizzy Apr 29, 2024
39d6881
fix(fuzz): remove fuzz dir on forge clean (#7809)
grandizzy Apr 29, 2024
f0d9eec
chore(fuzz): delete fuzz dir relative to proj root (#7810)
grandizzy Apr 29, 2024
a6e7fe0
chore: sync `forge clean` and `--force` implementations (#7815)
DaniPopes Apr 30, 2024
ba399ae
perf: support FigmentProviders settings (#7812)
mattsse Apr 30, 2024
45591b2
perf: skip remappings when loading anvil config (#7821)
mattsse Apr 30, 2024
721eb94
fix(anvil): Otterscan searchTransactions behavior (#7807)
sealer3 Apr 30, 2024
c0aac85
fix: make trace printer work (#7824)
DaniPopes May 1, 2024
5885dbc
Fix `eth_signTransaction` request and response (#7804)
alisinabh May 1, 2024
cafc260
fix: set value before estimating gas (#7829)
mattsse May 1, 2024
451d984
fix(forge): require at least one dependency in `remove` (#7832)
DaniPopes May 2, 2024
97186b5
fix(anvil): `ots_getTransactionError` default return (#7837)
sealer3 May 2, 2024
7a676f8
feat: Anvil Cancun support (#7242)
Evalir May 2, 2024
d495216
fix: avoid panic on missing CREATE2 deployer (#7838)
klkvr May 2, 2024
cc24a3e
feat(anvil): eth_blobBaseFee
yash-atreya May 3, 2024
0dbdaba
Revert "feat(anvil): eth_blobBaseFee"
yash-atreya May 3, 2024
36d9fab
chore(`chisel`): make clippy happy (#7842)
Evalir May 3, 2024
233b0f2
feat(anvil): eth_blobBaseFee (#7840)
yash-atreya May 3, 2024
181dc3c
fix(anvil): include blob hashes in call env (#7839)
yash-atreya May 3, 2024
e159e6e
fix: more gas estimation checks for transfer (#7845)
mattsse May 3, 2024
2e95d2f
chore: make clippy happy (#7847)
mattsse May 3, 2024
3ed4af0
fix(anvil): correctly use `BlobVersionNotSupported` (#7855)
yash-atreya May 3, 2024
fd9ecd8
fix(anvil): set blob fields in genesis (#7853)
yash-atreya May 3, 2024
f21760b
fix: enable eip712 for all signers (#7854)
DaniPopes May 3, 2024
11e7dfd
fix: transfer check (#7856)
jxom May 4, 2024
d65c65f
bump foundry-compilers (#7822)
klkvr May 4, 2024
aa333c6
chore(invariant) - rename TargetAbiSelector (#7850)
grandizzy May 4, 2024
2e9b584
chore(deps): weekly `cargo update` (#7857)
github-actions[bot] May 5, 2024
c08aa68
feat: remove most of ethers (#7861)
DaniPopes May 5, 2024
784e382
chore: remove unused fork ID support (#7863)
DaniPopes May 5, 2024
c486fca
chore(deps): replace `parity-ipc-server` with `interprocess` (#7862)
DaniPopes May 5, 2024
10c0c7a
fix: use B256::try_from for pk (#7871)
mattsse May 6, 2024
2e3c197
chore: bump alloy 17c5650 (#7868)
mattsse May 6, 2024
bc5e78d
chore(invariant) - reuse code to collect push bytes and storage value…
grandizzy May 6, 2024
6ded857
test: fix some flaky tests (#7873)
DaniPopes May 6, 2024
e7f9b75
chore: stop using RuntimeOrHandle (#7860)
DaniPopes May 6, 2024
bfc6549
chore(invariant): remove persist_state config, commit by default (#7819)
grandizzy May 6, 2024
6da2ff4
chore(invariant): remove shrink_sequence config (#7875)
grandizzy May 7, 2024
0ed8726
test(anvil): fix remaining TODOs/ignores, remove compiler dependency …
DaniPopes May 7, 2024
a87faf6
fix(anvil/ots): include selfdestruct target address (#7880)
DaniPopes May 7, 2024
7ce6c9b
feat(cheatcodes): add ens namehash cheatcode (#7882)
meetmangukiya May 7, 2024
874ea8c
chore: bump foundry-compilers (#7883)
mattsse May 7, 2024
58c0c00
fix(anvil): `tx.gas_price()` return val (#7876)
yash-atreya May 7, 2024
936238b
chore: remove `cast bind` (#7887)
DaniPopes May 8, 2024
a4d79ac
chore: deprecate `forge bind --ethers` (#7886)
yash-atreya May 8, 2024
3ef5466
fix(cast): create transactions (#7904)
DaniPopes May 10, 2024
503792a
chore: bump alloy 899fc51 (#7905)
mattsse May 10, 2024
8d72458
chore(deps): weekly `cargo update` (#7910)
github-actions[bot] May 12, 2024
a117fbf
fix: nonce correction logic (#7907)
klkvr May 12, 2024
4aa17bc
feat(cast): support convert hex data to a utf-8 string (#7917)
fenghaojiang May 13, 2024
781acf0
feat(cast): wallet keystore decrypting (#7893)
rplusq May 14, 2024
4267f44
bump compilers (#7926)
klkvr May 14, 2024
39f155d
feat: library deployments though CREATE2 (#7711)
klkvr May 14, 2024
12eaec8
forge(verify): OKLink support (#7915)
bixia May 14, 2024
7469d79
chore(deps): bump chains (#7927)
mattsse May 14, 2024
a470d63
fix: fuzz console log (#7781)
Azleal May 15, 2024
48e5d11
bump alloy f415827
yash-atreya May 16, 2024
20feac7
Revert "bump alloy f415827"
yash-atreya May 16, 2024
467aff3
Revert "fix: fuzz console log (#7781)" (#7935)
grandizzy May 16, 2024
54d8510
chore(deps): weekly `cargo update` (#7946)
github-actions[bot] May 19, 2024
1ddea96
feat(invariant): fuzz with values from events and return values (#7666)
grandizzy May 20, 2024
1b08ae4
fix(fuzz) - consistent snapshot results between runs (#7951)
grandizzy May 20, 2024
c9ae920
feature(invariant) - persist and replay failure (#7899)
grandizzy May 21, 2024
003d088
feat(cast): send 4844 support (#7823)
yash-atreya May 21, 2024
0a5b22f
fix(invariant): panic when decoding logs with None value (#7956)
grandizzy May 21, 2024
28ccb97
chore: update interprocess to fix a todo (#7913)
DaniPopes May 21, 2024
23700c9
feat: support solc 0.8.26 (#7968)
klkvr May 21, 2024
a539f3a
Nit: Fix EIP 1159 typo in comment (#7963)
aureliusbtc May 22, 2024
44d98ea
fix(fuzz): do not exceed configured runs (#7971)
grandizzy May 22, 2024
78aef64
fix: apply `--no-match-test` when invoking compiler (#7941)
klkvr May 22, 2024
3e9385b
feat: smarter verification (#7937)
klkvr May 22, 2024
9c719d9
fix: make clippy happy (#7975)
klkvr May 23, 2024
299902e
chore: bump to latest alloy and revm (#7934)
yash-atreya May 23, 2024
8fd3eb9
chore(fuzz): add unit test for #1168 (#7974)
grandizzy May 23, 2024
10b9baa
feat: Vyper support for forge build (#7953)
klkvr May 23, 2024
f8ad354
feat: add tmp prague config value (#7697)
fgimenez May 23, 2024
f4102c1
chore: remove cancun setting (#7977)
mattsse May 23, 2024
2b5af1b
chore: make aws-kms signer support optional (#7976)
DaniPopes May 23, 2024
30c93a2
fix(config): deprecated key warnings (#7978)
DaniPopes May 23, 2024
b1f4684
chore: hide aws flags when not enabled (#7979)
DaniPopes May 23, 2024
fecac4c
fix: unchecked getCode (#7982)
klkvr May 24, 2024
31c13dc
fix(forge): load state on roll fork for non persisting accounts (#7983)
grandizzy May 24, 2024
a03fed9
chore(deps): bump alloy (#7990)
DaniPopes May 24, 2024
10f1402
fix(debugger): don't panic on pc-ic / sourcemap mismatch (#7991)
DaniPopes May 24, 2024
83e6aec
refactor: clean-up cast send (#7967)
klkvr May 25, 2024
d9e51e4
fix(invariant) - do not panic when evm call fails (#7994)
grandizzy May 25, 2024
ea2eff9
fix(forge): consistently apply `no_storage_caching` config (#7997)
grandizzy May 26, 2024
93a6c3a
Fix missing error code (#7999)
NIC619 May 29, 2024
82e7406
feat(cheatcodes): randomUint (#7960)
yash-atreya May 29, 2024
25b2455
chore(invariant): config defaults, add max test threads config (#7957)
grandizzy May 29, 2024
5494c33
fix(cast): set --block value as fork_block_number while tracing (#8009)
yash-atreya May 29, 2024
7c52ecd
fix(cheatcodes): inspector `call` (#8019)
yash-atreya May 31, 2024
08ef489
feat(foundryup): add a `--jobs` flag while building from source (#8021)
NiloCK May 31, 2024
f479e94
chore: simplify debug traces (#8020)
DaniPopes May 31, 2024
a3071e5
fix(foundryup): nproc does not exist on macos (#8024)
DaniPopes Jun 1, 2024
bdf05a8
perf: prefill fuzz dictionary with 0 (#8027)
DaniPopes Jun 1, 2024
80986a7
refactor(coverage): refactor coverage analysis (#8025)
DaniPopes Jun 1, 2024
8e9fca8
perf: exclude source maps from `ContractData` (#8022)
klkvr Jun 1, 2024
2b95250
feat: Priority fee suggestion (#7984)
dorlneylon Jun 1, 2024
489453c
nit: Minor help style consistency (#8029)
AndreMiras Jun 1, 2024
399a42d
chore(deps): bump foundry-compilers to 0.5.1 (#8030)
DaniPopes Jun 1, 2024
5ac78a9
chore: Arc ContractsByArtifact internally (#8026)
DaniPopes Jun 1, 2024
741377f
chore(deps): weekly `cargo update` (#8033)
github-actions[bot] Jun 2, 2024
fd42368
fix: enable providers in ethers-contract-abigen (#8032)
DaniPopes Jun 2, 2024
0fc3976
feat: better run feedback for scripts (#8023)
klkvr Jun 2, 2024
9eebb37
fix: use timeouts for script transactions (#8037)
klkvr Jun 3, 2024
3b175cb
refactor: deploy all libraries when running tests (#8034)
klkvr Jun 3, 2024
590f566
Fix shadowed branch coverage PC variable (#8040)
alisinabh Jun 3, 2024
fbad377
bump compilers (#8011)
klkvr Jun 3, 2024
8c7e28a
perf(fuzz): store dict values once, track newly inserted indexes (#8043)
grandizzy Jun 4, 2024
4f30c3f
perf(invariant): only compute success when necessary (#8045)
DaniPopes Jun 4, 2024
2466e31
fix(forge) - reset lib deployer balance to initial (#8046)
grandizzy Jun 4, 2024
a4ebf41
perf: manually set code hash when inserting cheatcodes account (#8044)
DaniPopes Jun 4, 2024
23cb7e0
chore(fuzz): some cleanup (#8050)
DaniPopes Jun 4, 2024
cffc812
fix: use revm to calculate gas stipend (#8048)
DaniPopes Jun 4, 2024
99a12d1
perf(cheatcodes): don't recover verify signature after signing (#8051)
DaniPopes Jun 4, 2024
2193a27
fix(forge): ensure contract managing fork is persistent (#8041)
grandizzy Jun 4, 2024
f9cbe69
fix(docker build): update index checksum (#8003)
sambacha Jun 4, 2024
9e95c55
ci: switch macos test runner to use aarch64 (#8055)
DaniPopes Jun 4, 2024
5668e46
ci: release x86_64 darwin binaries with macos-12 runner (#8056)
DaniPopes Jun 4, 2024
ec89c4f
fix: re-enable aws-config default-features (#8058)
DaniPopes Jun 4, 2024
1c6bd32
fix: panic in WalletSigner::from_private_key (#8052)
DaniPopes Jun 4, 2024
fb86e5d
perf(link): keep around the cow for a bit longer (#8059)
DaniPopes Jun 4, 2024
b164c20
chore: add fuzz dictionary stats (#8060)
DaniPopes Jun 5, 2024
487892d
perf(invariant): collect push bytes only once (#8063)
grandizzy Jun 5, 2024
29a4735
chore: remove '=== impl' comments (#8068)
DaniPopes Jun 5, 2024
d5fb750
chore: add and use workspace.lints (#8067)
DaniPopes Jun 5, 2024
11d9c1a
chore: fix rustdoc warnings (#8069)
DaniPopes Jun 5, 2024
66bea83
ci: bump softprops/action-gh-release (#8070)
DaniPopes Jun 5, 2024
00854b6
chore: update alloy and revm (#8057)
teddav Jun 5, 2024
e764c31
perf(fuzz): use ahash for state (#8053)
DaniPopes Jun 6, 2024
7e6ebaf
fix: ensure suggested prio fee is at least 1e9 (#8081)
mattsse Jun 6, 2024
1138860
fix(verify-bytecode): check contract name in cache (#8079)
yash-atreya Jun 6, 2024
0248a62
feat(cheatcode): promptSecretUint (#8082)
DhairyaSethi Jun 6, 2024
729a766
feat: add `skip` key to foundry.toml (#8061)
klkvr Jun 6, 2024
3a024a1
fix: update persistent accounts handling (#8083)
klkvr Jun 6, 2024
ca0f29b
fix(anvil): receipts root calculation (#8085)
klkvr Jun 6, 2024
9c343de
feat: add `[vyper]` config section (#8086)
klkvr Jun 6, 2024
ebfdefb
fix(invariant): prevent new values leaking between runs (#8080)
grandizzy Jun 6, 2024
169f83f
feat(forge): [ALPHA] add soldeer as an optional package manager. (#7161)
mario-eth Jun 6, 2024
31b70cc
feat(cast): alias keccak256 to keccak (#8090)
DaniPopes Jun 6, 2024
a9a3c02
fix(cast): return an error if wallet validation failed (#8089)
DaniPopes Jun 6, 2024
ad2ada4
chore: remove excess underscores from config fields (#8088)
DaniPopes Jun 6, 2024
c5f0ea7
chore: simplify anvil precompile handler (#8087)
DaniPopes Jun 6, 2024
993951a
fix: include Vyper sources when compiling scripts (#8091)
klkvr Jun 6, 2024
08b2d3e
feat(cast): implement ERC-7201 as `cast index-erc7201` (#8092)
DaniPopes Jun 6, 2024
fb4b6f8
chore: simplify PartialEq for ForgeContext (#8101)
DaniPopes Jun 7, 2024
741873c
chore: avoid cloning test results channel (#8103)
DaniPopes Jun 7, 2024
a9c0755
chore: simplify proptest strategies (#8105)
DaniPopes Jun 7, 2024
a09713b
Support GCP KMS Signer (#8096)
moricho Jun 7, 2024
f43d3ce
feat(fuzz) - add test progress (#7914)
grandizzy Jun 7, 2024
c4d18c5
chore: update lockfile
DaniPopes Jun 7, 2024
a169ef7
chore: propagate fmt parser errors (#8109)
DaniPopes Jun 7, 2024
e0785cf
chore: add test for #2851 (#8112)
grandizzy Jun 7, 2024
0b03a58
fix: bypass block gas limit if disabled (#8111)
mattsse Jun 7, 2024
91d68ac
feat: Add block id to cast (#8074)
DoTheBestToGetTheBest Jun 8, 2024
91b1292
fix(invariant): exclude default addresses from senders (#8118)
grandizzy Jun 8, 2024
6179312
chore(deps): weekly `cargo update` (#8120)
github-actions[bot] Jun 9, 2024
db60cb3
Support WalletOpts in `cast wallet derive-private-key` command (#8119)
poma-keeps-building Jun 10, 2024
81896c5
Feat: add solc & evm version to anvil readme (#7945)
DoTheBestToGetTheBest Jun 10, 2024
edcb8ad
feat: add too many warnings error variant (#8125)
mattsse Jun 11, 2024
29e5112
fix(forge): preserve state of persisted accounts on rollFork(tx) / tr…
grandizzy Jun 11, 2024
0636c5d
chore: add roll fork invariant test with handler state (#8130)
grandizzy Jun 11, 2024
1ac4de0
fix(forge): needs a aws-kms feature to allow for continued support of…
rswanson Jun 11, 2024
462b2ac
fix(release): build forge and cast with aws support on release (#8132)
rswanson Jun 11, 2024
bc54593
bump compilers (#8126)
klkvr Jun 12, 2024
481c74b
fix(forge): fix the bug where source code incorrectly overlaps during…
ZhangZhuoSJTU Jun 12, 2024
f816059
fix: remove hardcoded retries (#8141)
mattsse Jun 12, 2024
82f0aaa
chore(deps): Bump alloy 14ed25d (#8128)
moricho Jun 12, 2024
c2b5b50
perf: don't unnecessarily create CheatsConfig (#8143)
DaniPopes Jun 12, 2024
8801156
chore: improve test timings and cleanup (#8144)
DaniPopes Jun 12, 2024
8e9cb1d
chore(evm): clean up executor methods some more (#8104)
DaniPopes Jun 13, 2024
b7dcf46
Allow to specify entropy when generating new mnemonic with cast (#8145)
poma-keeps-building Jun 13, 2024
65bdd31
fix: Soldeer: Fixed the url bug, it should be optional (#8155)
mario-eth Jun 13, 2024
6a85dba
feat: display source name in debugger (#8154)
klkvr Jun 13, 2024
c2e5297
feat(build): add option to build specific dir (#8149)
grandizzy Jun 14, 2024
4240376
migrate(`forge-bind`): to alloy (#7919)
yash-atreya Jun 14, 2024
b002fe8
chore: add known error codes (#8166)
ayenesimo1i Jun 14, 2024
dbfa025
fix: enable cache when `--build-info` is enabled (#8164)
klkvr Jun 14, 2024
a20cef1
fix(forge-bind): alloy deps and file consistency check (#8167)
yash-atreya Jun 14, 2024
46cde38
perf: slightly improve inspector stack (#8169)
DaniPopes Jun 14, 2024
41a6945
feat(invariant): introduce `afterInvariant` function (#8106)
grandizzy Jun 14, 2024
47b2ce2
fix(forge-bind): allow attrs and mod single_file imports (#8171)
yash-atreya Jun 15, 2024
fd87888
chore(deps): weekly `cargo update` (#8172)
github-actions[bot] Jun 16, 2024
76e23be
chore(deps): bump alloy, revm (#8177)
DaniPopes Jun 17, 2024
fd185c8
feat: debug_getRawTransaction RPC endpoint (#8162)
dorlneylon Jun 17, 2024
f6ad1e5
fix(invariant): weight invariant selectors by number of selectors (#8…
grandizzy Jun 17, 2024
f673066
perf: reduce clones in fuzzed_functions (#8178)
DaniPopes Jun 17, 2024
55ac4e4
bump compilers (#8153)
klkvr Jun 17, 2024
35356b0
fix: make `paths` a positional argument (#8158)
klkvr Jun 17, 2024
c8f771a
chore(deps): pin alloy 0.1.1 (#8182)
yash-atreya Jun 18, 2024
9e271d0
perf: new-type TargetedContracts (#8180)
DaniPopes Jun 18, 2024
a131937
feat: cast etherscan-source --flatten (#8159)
klkvr Jun 18, 2024
6f41cd9
fix(anvil): block dumps (#8160)
samlaf Jun 18, 2024
6723834
feat(invariant): add excludeSelectors() filter (#8185)
grandizzy Jun 18, 2024
272a09f
fix(cheatcodes): use `call.bytecode_address` in mockCalls (#8184)
yash-atreya Jun 18, 2024
d744da2
chore: remove rU256 alias (#8188)
mattsse Jun 18, 2024
77cc429
pick a random value for prevrandao for each block (#8187)
paulperegud Jun 18, 2024
4d6c77c
chore: fix patches (#8189)
DaniPopes Jun 18, 2024
91074f1
perf: optimize load_contracts (#8190)
DaniPopes Jun 18, 2024
588a1d7
chore(deps): move more deps to workspace (#8192)
mattsse Jun 18, 2024
4af6cfa
feat(cast): ux upgrade cast block returning block time in readable fo…
JamieShip Jun 19, 2024
8b2031e
Merge foundry's '4af6cfa' into dev
Karrq Jul 25, 2024
b6b8e72
Merge branch 'dev' into dev-with-foundry-commits
Karrq Aug 6, 2024
6176d68
Merge branch 'dev' into dev-with-foundry-commits
Karrq Aug 8, 2024
fce32a8
Merge branch 'main' into dev-with-foundry-commits
nbaztec Aug 14, 2024
00ac477
Merge branch 'main' into dev-with-foundry-commits
Karrq Aug 14, 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

These merge commits were added into this branch cleanly.

There are no new changes to show.