Conversation
sergejparity
approved these changes
Jan 11, 2023
ascjones
added a commit
that referenced
this pull request
Jan 12, 2023
* dependabot: ignore substrate deps * Move ignore section and use pattern * Fix update-types
ascjones
added a commit
that referenced
this pull request
Jan 12, 2023
* WIP introduce ContractArtifacts * WIP introduce ContractArtifacts * Use ContractArtifacts in call and upload * Extract function for constructing contract event data field * WIP refactoring instantiate * WIP fixing up CodeHas usage, fmt * Complete instantiate refactoring to use code artifacts * Attempt to use contract bundle artifact by default * Fix test compilation * CLIPPY * Remove `wasm_path`, put file option first * Fix conflicting * Update docs * Update docs/extrinsics.md Co-authored-by: Michael Müller <mich@elmueller.net> * Update crates/build/src/crate_metadata.rs Co-authored-by: Michael Müller <mich@elmueller.net> * Bump assert_cmd from 2.0.7 to 2.0.8 Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/assert-rs/assert_cmd/releases) - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.7...v2.0.8) --- updated-dependencies: - dependency-name: assert_cmd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump regex from 1.7.0 to 1.7.1 Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.7.0...1.7.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * dependabot: ignore substrate deps (#902) * dependabot: ignore substrate deps * Move ignore section and use pattern * Fix update-types * Review suggestions * Fix Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Michael Müller <mich@elmueller.net> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Substrate deps should all be updated as a group, and manually. See PR spam .
See also use-ink/ink#1588