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 latest polkadot-sdk master with permissionless lanes feature support #3059

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

bkontur
Copy link
Contributor

@bkontur bkontur commented Oct 4, 2024

This PR updates dependencies to the latest polkadot-sdk master and regenerates codegen for all testnets.

TODO

@bkontur bkontur requested a review from a team as a code owner October 4, 2024 12:44
Comment on lines -38 to -47
# The lint level for security vulnerabilities
vulnerability = "deny"
# The lint level for unmaintained crates
unmaintained = "warn"
# The lint level for crates that have been yanked from their source registry
yanked = "warn"
# The lint level for crates with security notices. Note that as of
# 2019-12-17 there are no security notice advisories in
# https://github.com/rustsec/advisory-db
notice = "warn"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hmmm, I am not very familiar with this logic, but I think we should keep these.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@serban300 me neither, but the actual documentation: https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html#the-version-field-optional says:

vulnerability - Removed, all vulnerability advisories now emit errors.
unmaintained - Removed, all unmaintained advisories now emit errors.
notice - Removed, all notice advisories now emit errors.

iiuc, it should be even more strict now and ok

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.

3 participants