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

Chore: update clippy to toolchain 1.84 rules #986

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

mrLSD
Copy link
Member

@mrLSD mrLSD commented Jan 10, 2025

Description

🛋️ PR updates clippy rules to rutst toolchain 1.84. But rust itself still: 1.81.0. The only reason is near-vm-runner. Also we can't update ro near-vm-runner 0.28 as tests fail with a deserialization error.

Changes

➡️ Updated clippy requirements to rust toolchain 1.84
➡️ Rust toolchain not changed. It's related to near-vm runner v0.27 - it doesn't support a higher Rust version.
➡️ near-vm-runner was not updated to v0.28 as it's still not supported even rust 1.83 (it was tested for aurora-engine toolchains: 1.83, 1.84)
⚠️ clippy div_ceil was enabled, as Engine used own custom div implementation. When was started engine tests with div_ceil it happened to have a gas overflow.

@mrLSD mrLSD self-assigned this Jan 10, 2025
@mrLSD mrLSD marked this pull request as draft January 10, 2025 12:52
@mrLSD mrLSD marked this pull request as ready for review January 10, 2025 20:00
@mrLSD mrLSD changed the title Chore: update toolchain to 1.84 Chore: update clippy to toolchain 1.84 rules Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants