Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update toolchain #1244

Closed
wants to merge 9 commits into from
Closed

Update toolchain #1244

wants to merge 9 commits into from

Conversation

wer1st
Copy link
Contributor

@wer1st wer1st commented Oct 17, 2024

  • Update toolchaint to nightly-2024-06-25 and related changes.
  • Fix new clippy issues.
  • Some updates in Cargo.toml files.
  • New fix commit in Substrate - branch polkadot-v0.9.38.

Signed-off-by: Mikhail Tagirov <dev.mikhail.tagirov@outlook.com>
Signed-off-by: Mikhail Tagirov <dev.mikhail.tagirov@outlook.com>
Signed-off-by: Mikhail Tagirov <dev.mikhail.tagirov@outlook.com>
Signed-off-by: Mikhail Tagirov <dev.mikhail.tagirov@outlook.com>
Signed-off-by: Mikhail Tagirov <dev.mikhail.tagirov@outlook.com>
Signed-off-by: Mikhail Tagirov <dev.mikhail.tagirov@outlook.com>
@wer1st wer1st requested a review from vovac12 October 17, 2024 16:21
@wer1st wer1st added the tech Technical task label Oct 17, 2024
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-03-21"
channel = "nightly-2024-06-25"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main point of change

Comment on lines -87 to -105
# newer versions of library requires newer toolchain, current is `nightly-2023-03-21`
ahash = "=0.8.5"
bumpalo = "=3.14.0"
cargo-platform = "=0.1.7"
# newer versions of library requires newer toolchain, current is `nightly-2024-06-25`
substrate-bip39 = "=0.4.5"
schnellru = "=0.2.1"
bstr = "=1.9.1"
predicates-tree = "=1.0.9"
predicates-core = "=1.0.6"
predicates = "=3.1.0"
wasm-bindgen = "=0.2.92"

[build-dependencies]
substrate-build-script-utils = "3"

[dev-dependencies]
# TODO remove after toolchain is updated
# newer versions of librirary requires newer toolchain, current is `nightly-2023-03-21`
assert_cmd = "=2.0.13"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Second point of change

@wer1st
Copy link
Contributor Author

wer1st commented Oct 18, 2024

WASM file is incompatible with the current WASM interpreter.

@wer1st wer1st closed this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech Technical task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants