1. Apr 22, 2022
  2. Apr 20, 2022
  3. Apr 18, 2022
  4. Apr 15, 2022
  5. Apr 14, 2022
  6. Apr 13, 2022
  7. Apr 11, 2022
  8. Apr 08, 2022
  9. Apr 06, 2022
  10. Apr 05, 2022
  11. Apr 04, 2022
  12. Apr 01, 2022
  13. Mar 31, 2022
  14. Mar 22, 2022
  15. Mar 21, 2022
  16. Mar 18, 2022
  17. Mar 17, 2022
  18. Mar 15, 2022
  19. Mar 14, 2022
    • Michael Müller's avatar
      Fix issues with publishing (#462) · eec7c007
      Michael Müller authored
      * Include `.scale` files
      
      At the moment it's only `src/cmd/extrinsics/runtime_api/contracts_runtime.scale`.
      
      * Fix `cargo publish`
      
      * Add CI stage for `cargo package`
      
      * Remove unused import
      
      * Revert "Add CI stage for `cargo package`"
      
      This reverts commit f1f5cb2b.
      eec7c007
  20. Mar 11, 2022
  21. Mar 09, 2022
  22. Mar 08, 2022
  23. Mar 04, 2022
  24. Mar 03, 2022
  25. Feb 23, 2022
    • Michael Müller's avatar
      Add ink! linting MVP stage (#431) · 836acbff
      Michael Müller authored
      
      
      * Add ink! linting MVP stage
      
      * CI: cache cargo installations; update versions
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarSergejs Kostjucenko <[email protected]>
      
      * Update changelog
      
      * Check if `dylint` requirements are installed
      
      * Make `clippy` happy
      
      * Make tests happy
      
      * Make `LICENSE` symlink
      
      * Make error handling and panic's consistent
      
      * Improve code structure
      
      * Remove unneeded `--workspace`
      
      * Fix `mapping-two-constructor` test file
      
      * Simplify `Option<Vec<_>>` to `Vec`
      
      * Generalize unsetting of env variables in `invoke_cargo`
      
      * Move special case of `dylint` verbosity to call site
      
      * Keep calm and return an `Err`
      
      * Move checking for `dylint-link` to `build.rs`
      
      * Add `ink_linting/Cargo.lock`
      
      * Move `bool_to_exit_code` inline
      
      * Add test for non-fully-qualified path call of `initialize_contract`
      
      * Fix panic when no manifest path was supplied
      
      * Improve structure of `build.rs`
      
      * Make linting error message non-blaming
      
      * Remove incorrect note on not detecting indirections
      
      * Make `clippy` happy
      
      * Impprove text
      
      * Build `ink_linting` with `--locked`
      
      * Fix path separators for Windows CI
      
      * Revert "Fix path separators for Windows CI"
      
      This reverts commit b5998313.
      
      * Revert me: Debug failing Windows CI
      
      * Revert me: Debug failing Windows CI
      
      * Revert me: Debug failing Windows CI
      
      * Revert me: Debug failing Windows CI
      
      * Revert me: Debug failing Windows CI
      
      * Revert me: Debug failing Windows CI
      
      * Revert me: Debug failing Windows CI
      
      * Use `which` for detecting `dylint-link` installation
      
      * Remove `DYLINT_DRIVER_PATH`
      
      * Add `--lib`
      
      * Revert "Remove `DYLINT_DRIVER_PATH`"
      
      This reverts commit d0d209fe
      
      .
      
      * Use temporary `DYLINT_DRIVER_PATH` path during tests
      
      * Give `template` variable a speaking name
      
      Co-authored-by: CI system <>
      Co-authored-by: default avatarSergejs Kostjucenko <[email protected]>
      836acbff