- Apr 13, 2022
-
-
Sasha Gryaznov authored
* Release 1.2.0 * added missed fix to chagelog
-
- Apr 12, 2022
-
-
Andrew Jones authored
* Copy ink rustfmt config * inkify * Add editorconfig * Fmt * Fmt * Fmt
-
Sasha Gryaznov authored
* add contract call data to debug log * [REVERT!] some debug data to dig into an error * save * decode cmd works for both event and message save: +output tuned +decoder for message data and specifier of type to DecodeCommand removed redundant args to decode cmd * remove some debugging prints This reverts commit 1375fee8 . * test fixed * use util decode_hex() * moved decode cmd to root (it's not an extrinsic) * e2e test for decoding message data * add decoding event to the same e2e test * Update src/cmd/decode.rs Co-authored-by: Andrew Jones <[email protected]> * added constructor data decoder * ci fixes * lil test update * Partially revert "lil test update" (mainfest fixes) This reverts commit 1f24d5be. * Build before test, and test --release * Revert "Build before test, and test --release" This reverts commit 7f6ef5ee . * Move decode test to an integration test Co-authored-by: Andrew Jones <[email protected]>
-
- Apr 11, 2022
-
-
dependabot[bot] authored
Bumps [async-std](https://github.com/async-rs/async-std) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/async-rs/async-std/releases) - [Changelog](https://github.com/async-rs/async-std/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-rs/async-std/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: async-std dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/paritytech/scale-info/releases) - [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/scale-info/commits/v2.1.0) --- updated-dependencies: - dependency-name: scale-info dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.9.0 to 0.10.1. - [Release notes](https://github.com/paritytech/jsonrpsee/releases) - [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: jsonrpsee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Apr 08, 2022
-
-
Andrew Jones authored
* Update subxt to 0.20.0 * Update contracts runtime metadata
-
Andrew Jones authored
* Use `clap::ArgEnum` for `BuildArtifacts` * Remove from-str impl * Update docs for check-only * Remove println!
-
- Apr 07, 2022
-
-
dependabot[bot] authored
Bumps [ink_lang](https://github.com/paritytech/ink) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/paritytech/ink/releases) - [Changelog](https://github.com/paritytech/ink/blob/master/RELEASES.md) - [Commits](https://github.com/paritytech/ink/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: ink_lang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
dependabot[bot] authored
Bumps [ink_storage](https://github.com/paritytech/ink) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/paritytech/ink/releases) - [Changelog](https://github.com/paritytech/ink/blob/master/RELEASES.md) - [Commits](https://github.com/paritytech/ink/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: ink_storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
- Apr 06, 2022
-
-
dependabot[bot] authored
Bumps [ink_env](https://github.com/paritytech/ink) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/paritytech/ink/releases) - [Changelog](https://github.com/paritytech/ink/blob/master/RELEASES.md) - [Commits](https://github.com/paritytech/ink/commits) --- updated-dependencies: - dependency-name: ink_env dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
dependabot[bot] authored
Bumps [ink_lang_codegen](https://github.com/paritytech/ink) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/paritytech/ink/releases) - [Changelog](https://github.com/paritytech/ink/blob/master/RELEASES.md) - [Commits](https://github.com/paritytech/ink/commits) --- updated-dependencies: - dependency-name: ink_lang_codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
dependabot[bot] authored
Bumps [ink_metadata](https://github.com/paritytech/ink) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/paritytech/ink/releases) - [Changelog](https://github.com/paritytech/ink/blob/master/RELEASES.md) - [Commits](https://github.com/paritytech/ink/commits) --- updated-dependencies: - dependency-name: ink_metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
dependabot[bot] authored
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.6...1.0.7) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
Michael Müller authored
-
- 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
-
Alexander Theißen authored
* Fix linting support on M1 * Fix CI and add arch to debug output * Fix regex for windows
-
- Apr 04, 2022
-
-
dependabot[bot] authored
Bumps [zip](https://github.com/zip-rs/zip) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
dependabot[bot] authored
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
dependabot[bot] authored
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.7 to 3.1.8. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.7...v3.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
- Apr 01, 2022
-
-
dependabot[bot] authored
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.6...v3.1.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
- Mar 31, 2022
-
-
dependabot[bot] authored
Bumps [log](https://github.com/rust-lang/log) from 0.4.15 to 0.4.16. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
dependabot[bot] authored
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/bluss/indexmap/releases) - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.8.0...1.8.1) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
- Mar 28, 2022
-
-
Andrew Jones authored
-
Andrew Jones authored
-
Andrew Jones authored
-
- Mar 22, 2022
-
-
dependabot[bot] authored
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.15. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.14...0.4.15) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
- Mar 21, 2022
-
-
dependabot[bot] authored
Bumps [which](https://github.com/harryfei/which-rs) from 4.2.4 to 4.2.5. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](https://github.com/harryfei/which-rs/compare/4.2.4...4.2.5) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
dependabot[bot] authored
Bumps [zip](https://github.com/zip-rs/zip) from 0.5.13 to 0.6.0. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits/v0.6) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [subxt](https://github.com/paritytech/subxt) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/paritytech/subxt/releases) - [Changelog](https://github.com/paritytech/subxt/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/subxt/compare/v0.18.1...v0.19.0) --- updated-dependencies: - dependency-name: subxt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 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
-
-
dependabot[bot] authored
Bumps [nom](https://github.com/Geal/nom) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/main/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-
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]>
-
Michael Müller authored
* Include `ink_linting` folder in releases * Add CI stage to test if publishing/installing works * Revert me: Skip most CI stages * Remove unneeded `--registry` * Revert "Revert me: Skip most CI stages" This reverts commit da134108. * Make CI code clearer * Remove superfluous newline * Improve comments * Refactor `build.rs` * Add comment * Add missing argument
-
- Mar 14, 2022
-
-
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.
-
Feng Kaiyu authored
-