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

feat(forge): allow --verifier custom option (#9311) #6

Merged
merged 68 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
36cbce7
feat(forge): allow `--verifier custom` option (#9311)
grandizzy Nov 14, 2024
c526cab
feat(`cheatcodes`): add `delegatecall` to `prank`ing (#8863)
tsnewnami Nov 15, 2024
9d7557f
feat(forge build): err if no source file in specified paths (#9329)
grandizzy Nov 15, 2024
a79dfae
feat(`forge build`): add `--sizes` and `--names` JSON compatibility (…
zerosnacks Nov 15, 2024
3eb47ea
chore: fix clippy (#9333)
grandizzy Nov 16, 2024
d14c09f
test: enhance tests (#9334)
mattsse Nov 16, 2024
e649e62
chore(deps): weekly `cargo update` (#9336)
github-actions[bot] Nov 17, 2024
44c86e7
chore: fix getArtifactPath flaky test (#9339)
grandizzy Nov 18, 2024
d275a49
fix(cast storage): respect `--json` for layout (#9332)
MaxMustermann2 Nov 18, 2024
60dd1d7
feat(`config`): set default evm version to cancun (#9131)
grandizzy Nov 18, 2024
550ebd8
chore: update test values to cancun (#9344)
grandizzy Nov 18, 2024
7e323c2
feat(`forge build -vvvvv`): If verbosity level is 5 or higher show fi…
mgiagante Nov 18, 2024
6625e16
chore: add some more debugging to forge bind (#9345)
DaniPopes Nov 18, 2024
547d8a5
feat: compilation restrictions (#8668)
klkvr Nov 18, 2024
c13d42e
fix: identification of contracts in scripts (#9346)
klkvr Nov 18, 2024
dacf341
fix(`coverage`): allow `ir-minimum` for versions < 0.8.5 (#9341)
grandizzy Nov 19, 2024
25b317a
chore: don't color error message in red (#9352)
DaniPopes Nov 19, 2024
19249c3
chore: remove redundant 'setup failed' in setup errors (#9354)
DaniPopes Nov 19, 2024
9b49082
chore: make environment variable error nicer (#9353)
DaniPopes Nov 19, 2024
9f0c26d
test: update external forge-std (#9356)
DaniPopes Nov 19, 2024
7538c4e
chore(ci): archive endpoints config (#9348)
grandizzy Nov 19, 2024
4648d5c
chore: pick provider urls by next index (#9359)
grandizzy Nov 20, 2024
d20c142
fix: correct shell substitution in installer (#9351)
mdqst Nov 20, 2024
e577693
chore: TestSetup cleanup (#9355)
DaniPopes Nov 20, 2024
3a95440
chore(ci): proper read of archive nodes (#9362)
grandizzy Nov 20, 2024
999cc1b
chore(test-utils): simplify next calls (#9361)
DaniPopes Nov 20, 2024
2a194bd
Support EIP-7702 Delegations in Forge (#9236)
evchip Nov 20, 2024
b9ee7de
chore(deps): bump foundry-compilers 0.12.2 (#9364)
DaniPopes Nov 20, 2024
622f922
feat: rename `ShellOtps` to `GlobalOpts` (#9313)
zerosnacks Nov 20, 2024
fb5f0e1
chore(deps): bump foundry-compilers 0.12.3 (#9368)
grandizzy Nov 20, 2024
25cc1ac
chore(deps): bump alloy 0.6.4 (#9280)
yash-atreya Nov 20, 2024
057c8ac
feat(`anvil`): `--cache-path` (#9343)
yash-atreya Nov 21, 2024
9504f78
chore: rm flaky cache-path test (#9372)
yash-atreya Nov 21, 2024
fef2098
feat: add global -j, --threads (#9367)
DaniPopes Nov 21, 2024
41b4359
feat: Update to soldeer 0.5.2 (#9373)
mario-eth Nov 21, 2024
2bc7125
fix: `vm.broadcastRawTransaction` (#9378)
klkvr Nov 22, 2024
76a2cb0
fix(forge test): install missing dependencies before creating `Projec…
klkvr Nov 22, 2024
1332b6d
chore(chisel): replace solang with solar in SolidityHelper (#9376)
DaniPopes Nov 22, 2024
cf66dea
fix(chisel): uint/int full word print (#9381)
grandizzy Nov 22, 2024
37cc284
fix: flaky test_broadcast_raw_create2_deployer (#9383)
yash-atreya Nov 22, 2024
8b7d5df
refactor(forge): rewrite `geiger` with Solar (#9382)
DaniPopes Nov 22, 2024
398ef4a
feat(forge, cast): add `cast --with_local_artifacts`/`forge selectors…
byteshijinn Nov 22, 2024
e5412ad
chore: use has_library_ancestor (#9387)
DaniPopes Nov 23, 2024
d14a7b4
chore(evm/traces): replace solang with Solar (#9386)
DaniPopes Nov 23, 2024
4923529
chore(deps): weekly `cargo update` (#9392)
github-actions[bot] Nov 24, 2024
cca72ab
fix: bail incomplete bytecode sequence disassemble (#9390)
publicqi Nov 25, 2024
66228e4
fix(forge create): install missing deps if any (#9401)
grandizzy Nov 25, 2024
eae5fb4
feat(forge): show additional details of contract to verify (#9403)
grandizzy Nov 25, 2024
de5e89c
fix: remove duplicate `gas_limit` / `block_gas_limit` field, declare …
zerosnacks Nov 25, 2024
672bdf6
fix(cheatcodes): use calldata in attachDelegation (#9407)
grandizzy Nov 25, 2024
995fd9e
chore(cheatcodes): enforce `calldata` in declaration (#9408)
DaniPopes Nov 25, 2024
d739704
feat: remove ethers (#8826)
DaniPopes Nov 26, 2024
958c713
Revert "feat: remove ethers" (#9411)
grandizzy Nov 26, 2024
0045384
fix: forge script should adhere to `--json` flag (#9404)
zerosnacks Nov 26, 2024
31dd1f7
feat(cast): add decode-event sig data (#9413)
grandizzy Nov 26, 2024
735b5eb
chore: fix 404 status URL (#9417)
wangjingcun Nov 27, 2024
2c3114c
feat: add `--broadcast` flag to forge create, default to dry run mode…
zerosnacks Nov 27, 2024
c63aba8
feat(`traces`): show state changes in `cast run` and `forge test` on …
cassc Nov 27, 2024
16a013f
feat(cast): decode external lib sigs from cached selectors (#9399)
grandizzy Nov 28, 2024
56d0dd8
feat: rewrite inline config using figment (#9414)
DaniPopes Nov 28, 2024
20905ef
chore: rename the arg name of EvmOpts from evm_opts to evm_args (#9424)
jsvisa Nov 28, 2024
27cabbd
Fix conditional syntax issue in macOS libusb check (#9384)
voronor Nov 28, 2024
2e9f536
feat: add timeouts to fuzz testing (#9394)
smartcontracts Nov 29, 2024
0d76df5
feat(`cast`): `decode-error` with sig, local cache and openchain api …
grandizzy Nov 29, 2024
0f7268f
feat(`cast`): `decode-event` with local and openchain API (#9431)
grandizzy Nov 29, 2024
fbbcc8c
chore: use alloy-chains' `is_arbitrum` (#9432)
zerosnacks Nov 29, 2024
af0fee2
feat: rpc_headers in cast and config (#9429)
yash-atreya Nov 29, 2024
4527475
fix: set user-agent header in runtime transport (#9434)
yash-atreya Nov 29, 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: 2 additions & 0 deletions .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ jobs:
- name: Test
env:
SVM_TARGET_PLATFORM: ${{ matrix.svm_target_platform }}
HTTP_ARCHIVE_URLS: ${{ secrets.HTTP_ARCHIVE_URLS }}
WS_ARCHIVE_URLS: ${{ secrets.WS_ARCHIVE_URLS }}
run: cargo nextest run ${{ matrix.flags }}
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: ./.github/workflows/nextest.yml
with:
profile: default
secrets: inherit

docs:
runs-on: ubuntu-latest
Expand Down
Loading