We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182dfb9 commit 3aa1f4fCopy full SHA for 3aa1f4f
Makefile
@@ -42,7 +42,7 @@ cold-reboot: contracts ## Run the cold reboot test
42
43
.PHONY: test contracts cold-reboot assert-counter-contract-small
44
45
-MAX_COUNTER_CONTRACT_SIZE = 8192
+MAX_COUNTER_CONTRACT_SIZE = 32768
46
47
assert-counter-contract-small: contracts
48
@test `wc -c target/stripped/counter.wasm | sed 's/^[^0-9]*\([0-9]*\).*/\1/'` -lt $(MAX_COUNTER_CONTRACT_SIZE);
0 commit comments