- May 18, 2022
-
-
Michael Müller authored
* Update all ink! dependencies to `3` * Update `Cargo.lock` * Update changelog
-
- May 09, 2022
-
-
Andrew Jones authored
* Release v1.3.0 * Update from yanked ed25519 package
-
- Apr 26, 2022
-
-
Andrew Jones authored
* Fix extrinsic params for contract chains * Update CHANGELOG.md
-
- Apr 13, 2022
-
-
Sasha Gryaznov authored
* Release 1.2.0 * added missed fix to chagelog
-
- Apr 05, 2022
-
-
Michael Müller authored
* Bump version to `1.1.1` * Update changelog
-
Andrew Jones authored
* Allow multiple values for call and instantiate commands * Update CHANGELOG.md
-
- Mar 18, 2022
-
-
Michael Müller authored
* Update changelog * Bump version to `1.0.0`
-
Michael Müller authored
* Improve error output during build script * Bump version to `1.0.1` * Update changelog * Canonicalize `ink_dylint_driver_dir` directly * Remove unneeded check for dir existence * Apply `cargo fmt`
-
Green Baneling authored
* Added support of `--skip--linting` flag. * Correct number of PR
-
- Mar 17, 2022
-
-
Michael Müller authored
* Change dependencies to ink! 3.0 * Bump `cargo-contract` and `contract-metadata` to `1.0` * Update changelog * Update `Cargo.lock` * Hotfix to make publishing work
-
- Mar 15, 2022
-
-
Michael Müller authored
* Bump versions * Update release notes * Update CHANGELOG.md Co-authored-by: Andrew Jones <[email protected]> Co-authored-by: Andrew Jones <[email protected]>
-
- Mar 03, 2022
-
-
Andrew Jones authored
* Update subxt, sp-*, ink and codec crates * Updating to new subxt api * Update to new subxt events api * Fmt * Update CHANGELOG.md
-
- Feb 23, 2022
-
-
Michael Müller authored
* Add ink! linting MVP stage * CI: cache cargo installations; update versions * Apply suggestions from code review Co-authored-by: Sergejs 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: Sergejs Kostjucenko <[email protected]>
-
- Jan 20, 2022
-
-
Michael Müller authored
* Bump new project template to ink! 3.0.0-rc8 * Bump `cargo-contract` version to 0.17.0 * Update changelog * Clean up sections after merge
-
Michael Müller authored
* Revert: Disable overflow checks * Update changelog
-
- Dec 20, 2021
-
-
Dan Shields authored
* move to rust 2021 * rust 2021 MSRV 1.56.1 Co-authored-by: Andrew Jones <[email protected]>
-
- Nov 25, 2021
-
-
Michael Müller authored
* Bump ink! deps to rc7 * Update changelog * Bump version to `0.16.0` * Bump `metadata` version to `0.5.0` * Reference new `metadata` version
-
Andrew Jones authored
* Expose public metadata fields * Implement full metadata decoding * Fix clippy warning * Fix wasm serialization * Add comments * Added test * Fmt * Update CHANGELOG.md
-
- Nov 23, 2021
-
-
Michael Müller authored
* Disable overflow checks * Update changelog
-
- Nov 16, 2021
-
-
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
-
- Oct 19, 2021
-
-
Michael Müller authored
* Update changelog * Bump version for `cargo-contract` * Bump version for `contract-metadata` * Bump version for `contract-metadata` * Update changelog * Update changelog
-
- Sep 09, 2021
-
-
Michael Müller authored
* Update readme * Bump to ink! `3.0.0-rc5`
-
- Aug 26, 2021
-
-
Michael Müller authored
-
- Aug 12, 2021
-
-
Michael Müller authored
* Add log output * Add #326 to changelog * Bump version * Fix changelog
-
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: Michael Müller <[email protected]> * Sanity check `BuildResult'` JSON serialized form * Add `execute()` test back * Import `OutputType` in tests Co-authored-by: Michael Müller <[email protected]>
-
- Aug 11, 2021
-
-
Hernando Castano authored
* Use new dependency resolver * Make note about PR in CHANGELOG * Update CHANGELOG.md Co-authored-by: Michael Müller <[email protected]> Co-authored-by: Michael Müller <[email protected]>
-
- Aug 03, 2021
-
-
Michael Müller authored
-
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
-
- Jul 22, 2021
-
-
Michael Müller authored
* Bump version * Fix release date * Update changelog
-
Michael Müller authored
* Implement `BuildMode` * Remove `ignore` since all tests are failing anyway * Switch to `--release` * Revert "Switch to `--release`" This reverts commit 3cb01e10. * Keep `BuildMode` enum * Improve readability * Update changelog * Make `rustfmt` always report todo's and fixme's * Remove todo comment * Fix tests
-
Hernando Castano authored
* Change default opitmization pass to focus on code size * Change default optimization level from `-Os` to `-Oz` * Update CHANGELOG
-
- May 25, 2021
-
-
Michael Müller authored
* Update changelog * Bump version
-
- May 12, 2021
-
-
Michael Müller authored
* Suggest `binaryen` installation from GitHub on outdated version * Fix tests
-
- Apr 21, 2021
-
-
Michael Müller authored
* Update changelog * Bump version * Add #260 to changelog
-
Michael Müller authored
* Add CI for building contract template under Windows * Disable `unix` specific tests * Remove build warnings due to `dead_code` with default features * Remove unused `binaryen` dependency * Ensure path is always canonicalized for comparison * Apply auto-formatting to yml * CI: optimize caching Co-authored-by: Denis P <[email protected]>
-
Michael Müller authored
* Remove deprecated `check` command * Update CHANGELOG.md Co-authored-by: Andrew Jones <[email protected]> Co-authored-by: Andrew Jones <[email protected]>
-
- Apr 12, 2021
-
-
Michael Müller authored
* Remove support for `binaryen-as-dependency` * Add to changelog
-
- Apr 06, 2021
-
-
Michael Müller authored
* Update changelog * Bump version
-
- Mar 31, 2021
-
-
Michael Müller authored
* Bump versions * Update changelog * Apply suggestions from code review Co-authored-by: Andrew Jones <[email protected]> * Remove empty section Co-authored-by: Andrew Jones <[email protected]>
-
- Mar 02, 2021
-
-
Andrew Jones authored
* Update CHANGELOG.md * Bump version * Fix changelog link
-