Skip to content

nicks pallet repo and branch not available in "Add a pallet to the runtime" #2087

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

Closed
2 tasks done
muddlebee opened this issue Nov 13, 2023 · 2 comments
Closed
2 tasks done
Labels
bug 🐛 Something isn't working.

Comments

@muddlebee
Copy link

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.

https://docs.substrate.io/tutorials/build-application-logic/add-a-pallet/

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

branch = "polkadot-v1.0.0" is not presented in polkadot.sdk repo

Steps to reproduce the problem

No response

@muddlebee muddlebee added the bug 🐛 Something isn't working. label Nov 13, 2023
@muddlebee
Copy link
Author

fix, changed repo to substrate.git

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

@sgerodes
Copy link

Nicks does not exists anymore in the polkadot sdk
paritytech/polkadot-sdk@dc4a455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working.
Projects
None yet
Development

No branches or pull requests

2 participants