1. Mar 29, 2021
  2. Mar 26, 2021
  3. 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
  4. Mar 23, 2021
  5. Mar 22, 2021
  6. Mar 18, 2021
  7. Mar 10, 2021
  8. Mar 09, 2021
  9. Mar 08, 2021
  10. Mar 04, 2021
  11. Mar 02, 2021
  12. Mar 01, 2021
  13. Feb 24, 2021
  14. Feb 23, 2021
  15. 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
  16. Feb 19, 2021
  17. Feb 18, 2021
  18. Feb 15, 2021
  19. Feb 12, 2021
  20. Feb 11, 2021
    • Michael Müller's avatar
      Implement Wasm validation for known issues/markers (#171) · 4f7356b7
      Michael Müller authored
      * Implement Wasm validation for known issues/markers
      
      * Add test for invalid panic import
      
      * Add prefix to error markers
      
      * Add test for ink! codegen error marker
      
      * Implement improved linker error protocol
      
      * Move validation into its own module
      
      * Migrate tests to new linker error protocol
      
      * Fix merge
      
      * Improve code structure
      
      * Fix formatting
      
      * Improve code structure
      
      * Remove mod indirection
      
      * Replace `contains` with `starts_with`
      
      * Add note regarding equivalent ink! type necessity
      
      * Throw an error on invalid import function
      
      * Add sunny day test
      
      * Do not panic if no import section is found
      
      * Update error message on decoding error
      4f7356b7
  21. Feb 08, 2021
  22. Feb 05, 2021
  23. Feb 04, 2021
    • Michael Müller's avatar
      Use either `binaryen-rs` dep or `wasm-opt` binary (#168) · 0e80763c
      Michael Müller authored
      * Fix `#[warn(clippy::ptr_arg)]`
      
      * Use either `binaryen-rs` dep or `wasm-opt` binary
      
      * Implement reviewers suggestions
      
      * Rename `optimization_level` to `optimization_passes`
      
      * Revert "Rename `optimization_level` to `optimization_passes`"
      
      This reverts commit 1fd35bcd.
      
      * Update installation instructions
      
      * Update readme
      
      * Add package manager links
      0e80763c
  24. Feb 03, 2021
    • Michael Müller's avatar
      Fix nightly clippy warnings (#167) · 3954049f
      Michael Müller authored
      * Fix `#[warn(clippy::ptr_arg)]`
      
      * Fix `#[warn(clippy::ptr_arg)]`
      
      * Fix `#[warn(clippy::match_like_matches_macro)]`
      
      * Fix `#[warn(clippy::type_complexity)]`
      3954049f