Skip to content

Commit 3aa1f4f

Browse files
committed
piecrust: increased maximum contract size
1 parent 182dfb9 commit 3aa1f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cold-reboot: contracts ## Run the cold reboot test
4242

4343
.PHONY: test contracts cold-reboot assert-counter-contract-small
4444

45-
MAX_COUNTER_CONTRACT_SIZE = 8192
45+
MAX_COUNTER_CONTRACT_SIZE = 32768
4646

4747
assert-counter-contract-small: contracts
4848
@test `wc -c target/stripped/counter.wasm | sed 's/^[^0-9]*\([0-9]*\).*/\1/'` -lt $(MAX_COUNTER_CONTRACT_SIZE);

0 commit comments

Comments
 (0)