Skip to content

Commit

Permalink
Release 4.1.3 (#1825)
Browse files Browse the repository at this point in the history
* Handle case of Rust 1.79 behavior of stringify! on crate path (#1821)

* Handle case of Rust 1.79 behavior of `stringify!` on crate path

* Update changelog

* Simplify code following Andrew's suggestion

* Update crates/cargo-contract/src/cmd/config.rs

Co-authored-by: Andrew Jones <[email protected]>

---------

Co-authored-by: Andrew Jones <[email protected]>

* Validate externally passed Rust toolchain identifiers (#1817)

* Validate toolchains passed from external are valid

* Improve user output formatting

* Update changelog

* For contract verification: don't rely on Wasm hash in metadata (#1820)

* For contract verification: don't rely on Wasm hash in metadata

* Improve user output

* Check if reference contract `source.hash` matches `hash(source.wasm)`

* Adapt existing test to new user output format

* Update changelog

* Apply `cargo fmt`

* Update changelog

* Bump versions

* Execute `cargo update`

* Update codeowners (#1787)

* Make `clippy` happy

* Apply `cargo fmt`

---------

Co-authored-by: Andrew Jones <[email protected]>
  • Loading branch information
cmichi and ascjones authored Nov 20, 2024
1 parent 6c987ca commit ac10464
Show file tree
Hide file tree
Showing 16 changed files with 1,359 additions and 880 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Remove support for `V11` metadata [#1722](https://github.com/use-ink/cargo-contract/pull/1722)

## [4.1.3]

### Fixed
- Fix "chain configuration not found" error (Rust 1.79) - [#1821](https://github.com/paritytech/cargo-contract/pull/1821)
- Validate externally passed Rust toolchain identifiers - [#1817](https://github.com/paritytech/cargo-contract/pull/1817)
- For contract verification: don't rely on Wasm hash in metadata - [#1820](https://github.com/paritytech/cargo-contract/pull/1820)

## [4.1.2]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - The latest matching rule, if multiple, takes precedence.

# All of the core team members are global code owners.
* @cmichi @ascjones @smiasojed
* @cmichi @ascjones

# CI
/.github/ @paritytech/ci @cmichi @ascjones @smiasojed
/.github/ @cmichi @ascjones
Loading

0 comments on commit ac10464

Please sign in to comment.