1. Nov 25, 2021
  2. Nov 24, 2021
  3. Nov 23, 2021
  4. Nov 22, 2021
  5. Nov 19, 2021
  6. Nov 16, 2021
    • Green Baneling's avatar
      Update unreleased section (#364) · f0e14e9d
      Green Baneling authored
      * `-Clinker-plugin-lto` reduced the size of my contract
      From:
      Original wasm size: 68.6K, Optimized: 31.9K
      
      To:
      Original wasm size: 67.2K, Optimized: 31.0K
      
      * Compiler will use `-Clinker-plugin-lto` if `lto` is enabled
      
      * Updated Unreleased section
      f0e14e9d
    • Green Baneling's avatar
      Use `-Clinker-plugin-lto` flag during Wasm build (#358) · cd315d88
      Green Baneling authored
      * `-Clinker-plugin-lto` reduced the size of my contract
      From:
      Original wasm size: 68.6K, Optimized: 31.9K
      
      To:
      Original wasm size: 67.2K, Optimized: 31.0K
      
      * Compiler will use `-Clinker-plugin-lto` if `lto` is enabled
      cd315d88
  7. Nov 15, 2021
  8. Nov 08, 2021
  9. Nov 04, 2021
  10. Nov 03, 2021
  11. Oct 19, 2021
  12. Oct 18, 2021
  13. Sep 29, 2021
  14. Sep 16, 2021
  15. Sep 14, 2021
  16. Sep 09, 2021
  17. Sep 06, 2021
  18. Aug 31, 2021
  19. Aug 27, 2021
  20. Aug 26, 2021
  21. Aug 24, 2021
  22. Aug 23, 2021
  23. Aug 16, 2021
  24. Aug 12, 2021
    • Michael Müller's avatar
      Release v0.14.0 (#327) · 7bbc95ce
      Michael Müller authored
      * Add log output
      
      * Add #326 to changelog
      
      * Bump version
      
      * Fix changelog
      v0.14.0
      7bbc95ce
    • Hernando Castano's avatar
      Add option for JSON formatted output (#324) · 259b716e
      Hernando Castano authored
      
      
      * Spit out JSON results at the end of a build
      
      * Mark `--output_json` as conflicting with `--verbose`
      
      * Override verbosity to `quiet` when outputting JSON
      
      * Update tests to include `OutputType` param
      
      * Temporarily please Clippy
      
      * Add some logging
      
      This is gonna fail, but I want to see what the CI has to say.
      
      * Remove TODO so that format CI step passes
      
      * Return result from `serialize_json`
      
      * Make JSON test a sanity check
      
      * Mention this PR in the CHANGELOG
      
      * Implement `Default` for a few build options
      
      * Address Clippy's `too_many_arguments` lint
      
      * Use `ExecuteArgs` in tests
      
      * Make `manifest_path` field public instead
      
      Clippy was complaining about `dead_code` when building
      in non-test mode, so I'm going with this instead.
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarMichael Müller <[email protected]>
      
      * Sanity check `BuildResult'` JSON serialized form
      
      * Add `execute()` test back
      
      * Import `OutputType` in tests
      
      Co-authored-by: default avatarMichael Müller <[email protected]>
      259b716e
    • Alexander Theißen's avatar
      Do not strip out panic messages in debug builds (#326) · 7bc60974
      Alexander Theißen authored
      * Do not strip out panic messages in debug builds
      
      * Build code_only test in release mode
      7bc60974