Skip to content

Commit

Permalink
update secret-contract-optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
darwinzer0 committed Feb 4, 2024
1 parent 8bd5853 commit 081e60c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ cosmwasm-storage = { package = "secret-cosmwasm-storage", version = "1.1.11" }
rand = { version = "0.8.5", default-features = false }
secret-toolkit = { version = "0.10.0", default-features = false, features = ["crypto", "permit", "storage", "viewing-key"] }
secret-toolkit-crypto = { version = "0.10.0", features = ["rand", "hash"] }
#secret-toolkit-storage = "0.10.0"


schemars = "0.8.12"
serde = { version = "1.0.158", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ compile-optimized-reproducible:
docker run --rm -v "$$(pwd)":/contract \
--mount type=volume,source="$$(basename "$$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
enigmampc/secret-contract-optimizer:1.0.7
enigmampc/secret-contract-optimizer:1.0.10

contract.wasm.gz: contract.wasm
cat ./contract.wasm | gzip -9 > ./contract.wasm.gz
Expand Down

0 comments on commit 081e60c

Please sign in to comment.