Skip to content

Commit 29060a3

Browse files
authored
Solidity layout helper for anvil_setStorageAt (#1829)
Solidity layout helper for anvil_setStorageAt
1 parent e147796 commit 29060a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+28185
-384
lines changed

.github/workflows/test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
test:
16+
- path: framework
17+
vm: ubuntu-latest
18+
regex: TestStorageMutations
1619
- path: framework
1720
vm: ubuntu-latest
1821
regex: TestSmoke
@@ -78,6 +81,10 @@ jobs:
7881
restore-keys: |
7982
go-modules-${{ matrix.test.path }}-${{ runner.os }}-test
8083
go-modules-${{ matrix.test.path }}-${{ runner.os }}
84+
- name: Install Foundry
85+
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
86+
with:
87+
version: stable
8188
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
8289
with:
8390
github-token: ${{ secrets.GITHUB_TOKEN }}

book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
- [Performance]()
6363
- [Chaos](./framework/chaos/chaos.md)
6464
- [Fork Testing](./framework/fork.md)
65+
- [Fork Testing (Mutating Storage)](./framework/fork_storage.md)
6566
- [Libraries](./libraries.md)
6667
- [Seth](./libs/seth.md)
6768
- [WASP](./libs/wasp/overview.md)

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
77
"git@latest",
8-
"go@latest",
8+
"go@1.24.0",
99
"goreleaser@latest",
1010
"postgresql@15",
1111
"python@latest",

0 commit comments

Comments
 (0)