Commit 5451f4d
fix: disable proving on vite box (#12971)
After #12964,
proving was enabled on the box. For the time being, let's deactivate it
since:
- Tests are more "smoky", and we will properly test/benchmark the wasm
prover elsewhere.
- WASM proving is currently broken, it goes over 4GB limit when
deploying a simple contract.1 parent fe7cca3 commit 5451f4d
3 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3611 | 3611 | | |
3612 | 3612 | | |
3613 | 3613 | | |
| 3614 | + | |
3614 | 3615 | | |
3615 | 3616 | | |
3616 | 3617 | | |
| |||
0 commit comments