InjectiveLabs / cw-injective

Apache License 2.0
22 stars 24 forks source link

injective-math 0.2.0 - unstable feature #191

Closed PFC-developer closed 1 year ago

PFC-developer commented 1 year ago

when I try to use

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.13.0

it spits out issues about the use of is_some_and.

now version 0.14.0 of the workspace-optimizer doesn't fail. but then it refuses to upload the wasm generated to injective-888

PFC-developer commented 1 year ago

the major difference is the optimizer used to use rust 169, and v14 uses 171.

PFC-developer commented 1 year ago

looks like you deployed 0.2.1 that resolves this. thank you