1. 06 Apr, 2021 2 commits
  2. 01 Apr, 2021 1 commit
    • 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. 31 Mar, 2021 3 commits
  4. 30 Mar, 2021 4 commits
  5. 29 Mar, 2021 2 commits
  6. 26 Mar, 2021 2 commits
  7. 24 Mar, 2021 2 commits
    • 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. 23 Mar, 2021 2 commits
  9. 22 Mar, 2021 1 commit
  10. 18 Mar, 2021 3 commits
  11. 10 Mar, 2021 2 commits
  12. 09 Mar, 2021 3 commits
  13. 08 Mar, 2021 1 commit
  14. 04 Mar, 2021 1 commit
  15. 02 Mar, 2021 4 commits
  16. 01 Mar, 2021 1 commit
  17. 24 Feb, 2021 3 commits
  18. 23 Feb, 2021 1 commit
  19. 22 Feb, 2021 2 commits
    • Andrew Jones's avatar
      Release 0.9.0 (#194) · af119cb8
      Andrew Jones authored
      * Update CHANGELOG (use keepachangelog format)
      
      * Bump version
      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