Skip to content

Commit 779d66e

Browse files
jonathanpwangHrikB
andauthored
release: v1.5 (#17)
* release: v1.5 * chore: update forge ci to v1.5 (#18) * test: add v1.5 test * fmt --------- Co-authored-by: HrikB <23041116+HrikB@users.noreply.github.com>
1 parent 241058f commit 779d66e

File tree

7 files changed

+2387
-2
lines changed

7 files changed

+2387
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Install Foundry
2424
uses: foundry-rs/foundry-toolchain@v1
25+
with:
26+
version: v1.5.0
2527

2628
- name: Show Forge version
2729
run: |

foundry.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ optimizer = true
88
optimizer_runs = 100000
99
evm_version = "paris"
1010
show_progress = true
11-
fs_permissions = [{ access = "read", path = "./test/v1.2/evm.proof"}, { access = "read", path = "./test/v1.3/evm.proof"}, { access = "read", path = "./test/v1.4/evm.proof"}]
11+
fs_permissions = [{ access = "read", path = "./test/v1.2/evm.proof"}, { access = "read", path = "./test/v1.3/evm.proof"}, { access = "read", path = "./test/v1.4/evm.proof"}, { access = "read", path = "./test/v1.5/evm.proof"}]
1212

1313
[profile.default.optimizer_details]
1414
constantOptimizer = false
@@ -18,6 +18,7 @@ fs_permissions = [{ access = "read", path = "./test/v1.2/evm.proof"}, { access =
1818
runs = 256
1919

2020
[fmt]
21+
ignore = ["src/v1.2", "src/v1.3", "src/v1.4", "test/v1.2", "test/v1.3", "test/v1.4"]
2122
sort_imports = true
2223
bracket_spacing = true
2324
int_types = "long"
@@ -28,4 +29,4 @@ fs_permissions = [{ access = "read", path = "./test/v1.2/evm.proof"}, { access =
2829
single_line_statement_blocks = "single"
2930
tab_width = 4
3031
wrap_comments = false
31-
32+

0 commit comments

Comments
 (0)