1. Nov 23, 2021
  2. Nov 22, 2021
  3. Nov 19, 2021
  4. 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
  5. Nov 15, 2021
  6. Nov 08, 2021
  7. Nov 04, 2021
  8. Nov 03, 2021
  9. Oct 19, 2021
  10. Oct 18, 2021
  11. Sep 29, 2021
  12. Sep 16, 2021
  13. Sep 14, 2021
  14. Sep 09, 2021
  15. Sep 06, 2021
  16. Aug 31, 2021
  17. Aug 27, 2021
  18. Aug 26, 2021
  19. Aug 24, 2021
  20. Aug 23, 2021
  21. Aug 16, 2021
  22. 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
  23. Aug 11, 2021
  24. Aug 05, 2021
  25. Aug 04, 2021
  26. Aug 03, 2021
    • Michael Müller's avatar
      Release v0.13.1 (#320) · d11e1b46
      Michael Müller authored
      v0.13.1
      d11e1b46
    • Michael Müller's avatar
      Fix path issue for Windows (#313) · c76ffc6a
      Michael Müller authored
      * Run tests for Windows
      
      * Add test to reproduce error
      
      * Canonicalize paths in test
      
      * Revert me: Run only necessary tests
      
      * Join `Path`'s to avoid OS-specific separators
      
      * Revert me: Debug output
      
      * Fix workflow
      
      * Revert me: Debugging
      
      * Windows debugging
      
      * More debugging
      
      * Debugging
      
      * Debugging
      
      * Add nightly
      
      * Debugging
      
      * Debugging
      
      * Debugging
      
      * Debugging
      
      * Debugging
      
      * Fix commands
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Debug path
      
      * Remove eprintln's
      
      * Test should fail
      
      * Test should run
      
      * Test should run
      
      * Restore Windows testing
      
      * Apply `cargo fmt`
      
      * Fix default
      
      * Remove debug stuff
      
      * Run tests only `master`
      
      * Update changelog
      c76ffc6a