public-awesome / cw-ics721

CosmWasm IBC NFT Transfers
MIT License
59 stars 31 forks source link

Automatically set optimizer image based on aarch #59

Closed 0xstepit closed 1 year ago

0xstepit commented 1 year ago

This PR will:

  1. modify the justfile to set optimizer's image base on machine architecture. This will allows to run just simulation-test also from a macOS.

  2. bump optimizer to last version.

  3. fix a word typo.

  4. comment some rustfmt not belonging to the stable version.

  5. apply some Markdown lint.