From 962cb59133a1f29d4984030e7a725ba0d9cd9e22 Mon Sep 17 00:00:00 2001 From: Trevor Clarke Date: Wed, 3 May 2023 10:37:07 -0700 Subject: [PATCH 1/2] Update optimizer to latest --- scripts/optimizer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/optimizer.sh b/scripts/optimizer.sh index 5680828bc..67533a470 100755 --- a/scripts/optimizer.sh +++ b/scripts/optimizer.sh @@ -1,7 +1,7 @@ : U="cosmwasm" -V="0.12.8" +V="0.12.13" M=$(uname -m) #M="x86_64" # Force Intel arch From b904908d4be7e355eaac9081553eece1a9648314 Mon Sep 17 00:00:00 2001 From: Trevor Clarke Date: Wed, 3 May 2023 17:39:35 +0000 Subject: [PATCH 2/2] update readme workspace-optimizer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2bc433c..12b2d787d 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ To compile all the contracts, run the following in the repo root: docker run --rm -v "$(pwd)":/code \ --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - cosmwasm/workspace-optimizer:0.12.11 + cosmwasm/workspace-optimizer:0.12.13 ``` This will compile all packages in the `contracts` directory and output the stripped and optimized wasm code under the