1. Apr 06, 2021
  2. Apr 01, 2021
    • Aten's avatar
      Add git commit hash in cargo-contract version (#189) · cacf2d54
      Aten authored
      * add git commit hash in cargo-contract version
      
      * remove todo and add version for `cargo contract` command
      
      * It seems that I misunderstand the requirements. recover the old modify
      
      * remove `pub`
      cacf2d54
  3. Mar 31, 2021
  4. Mar 30, 2021
  5. Mar 29, 2021
  6. Mar 26, 2021
  7. Mar 24, 2021
    • Michael Müller's avatar
      Test new project template in CI (#235) · 6d8ef3f1
      Michael Müller authored
      * Test new project template in CI
      
      * Add empty workspace before build
      
      * Add `--all-features`
      6d8ef3f1
    • Michael Müller's avatar
      Support `optimization-passes` in the release profile (#231) · 3454c125
      Michael Müller authored
      * Reduce code for `OptimizationPasses`
      
      * Fix typo: zeros ➜ zeroes
      
      * Reduce code for `OptimizationPasses`
      
      * Add log output for optimization flags
      
      * Support `optimization-passes` in the release profile
      
      * Add link to Windows binary releases to Readme
      
      * Improve failed assert message
      
      * Account for `binaryen-rs` behavior
      
      * Link GitHub issue in comment
      
      * Implement comments
      
      * Update `--help`
      3454c125
  8. Mar 23, 2021
  9. Mar 22, 2021
  10. Mar 18, 2021
  11. Mar 10, 2021
  12. Mar 09, 2021
  13. Mar 08, 2021
  14. Mar 04, 2021
  15. Mar 02, 2021
  16. Mar 01, 2021
  17. Feb 24, 2021
  18. Feb 23, 2021
  19. Feb 22, 2021
    • Andrew Jones's avatar
      Release 0.9.0 (#194) · af119cb8
      Andrew Jones authored
      * Update CHANGELOG (use keepachangelog format)
      
      * Bump version
      v0.9.0
      af119cb8
    • Michael Müller's avatar
      Fix `wasm-opt` regression (#187) · 95c5ee85
      Michael Müller authored
      * Use `--zero-filled-memory` for `wasm-opt`
      
      * Assert that compiled contract template is below 3k
      
      * Apply cargo fmt
      
      * Remove superfluous comment
      
      * Improve error message on `wasm-opt` error
      
      * Specify minimum binaryen version
      95c5ee85