Skip to content

broken tutorial: authorize specific nodes #2058

@rvalle

Description

@rvalle

Is there an existing issue?

  • I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • This is not a support question.

Bug report for compiling, code snippets, templates, etc.

I am not sure what the status of the tutorials are, the node-template is based no now archived paritytech/substrate repo.

In this particular tutorial the following dependency is introduced:

pallet-node-authorization = { default-features = false, version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "polkadot-v1.0.0" }

this dependency, unlike the rest, points to the new SDK, however, it is broken, the branch does not exists, and using a similar branch in the repository will still make this dependency fail.

however, Pointing to:
pallet-node-authorization = { default-features = false, version = "4.0.0-dev", git = "https://github.com/paritytech/polkadot-sdk.git", branch = "polkadot-v1.0.0" }

seems to fix the issue, however, again, the dependency comes from an archived repo, like the rest.

Steps to reproduce the problem

add the dependency to the runtime as instructed, compilation fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't working.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions