-
Notifications
You must be signed in to change notification settings - Fork 150
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
Pull request(s) not being reviewed. Is this repo dead? #213
Comments
If you look at your pr, you just removed some unrelated chain from the json? |
@bkchr I'll make a new commit ASAP. As for my question, do you have an answer? |
fixed: 6bf95e0 |
I'm still waiting for someone to give me some kind of feedback on the PR as well as this issue. Anyone? |
@bkchr This repo does feel odd with the number of PRs that are dormant without any feedback. Is the intention to provide a roadblock to being added to the default manifest? If so, very reasonable, but it would help to list the actions a network should demonstrate in order to be eligible for inclusion. Do we need to get to know someone on discord or element? I have found that to have too many channels to know where to go. I also heard nothing back from any of the ambassador programs. @ggwpez - I've really appreciated your work on stabilizing and simplifying the developer journey for substrate. Perhaps the step of getting into the polka testnet world could be part of that process (assuming I haven't just missed it)? Happy to do whatever you guys need, but some kind of checklist/commentary would be very appreciated. Aside: I know there's a proposal to remove the need for many of the prefixes that live in the same consensus on the forums, but solo chains will still need to have their own prefixes in that proposal, and it would seem that almost all chains need to go through a solo chain process before getting to parachain worlds. |
Sorry i am entirely unfamiliar with this repo or its historical story. Not sure why it is in the hands of Parity instead of the community anyway. |
Why? I mean this it not required at all.
We had before someone doing this work. Aka checking that projects are legit etc. |
Seems to make sense. Is that something I can initiate somehow?
I guess I'm thinking mostly of our use case, but building a solo chain is complicated enough to test and get working for what we're doing, so testing it out with external users feels prudent before layering on the parachain world. Not to mention that CoreTime and JAM seem like they're moving things into a different direction anyway. Both of which have led us down a solochain-first path for the time being. Maybe I've overstated it by saying most solo chains need it though. You've probably got more perspective there than I do. I realized I've been assuming the substrate/polkadot world still believes in the security benefits of having a unique ss58 address. Is that a wrong assumption? I just poked around a little, and despite this being a polkadot-apps ui feature, and a core feature of creating addresses, the polkadot-sdk repo is pointing at version 1.34 (while latest in crates.io is 1.47, and the repo is actually at 1.49). Is this a legacy feature, or simply something that fell through the cracks? In 2021, this file seems to have been part of core substrate. It got pulled out, but seems to have lost having an owner. This feature seems to be related to the apps-config PR process of polkadot-js apps. Should the ss58 prefix be considered a UI thing? I would say it could also make sense for the apps-config details to be in a central registry as well, but it does still need some kind of approval/review flow. @ggwpez, what would the flow look like for fellowship? |
The idea is that you will have/should have one unique ss58 per "consensus system". This means that for Polkadot/Kusama there should only exist two prefixes and everything on top of these chains is using the same prefix. There was already some discussion around this in the Polkadot forum. Generally I don't see that this repo should be part of the fellowship. We will open some thread in the Polkadot forum to discuss the future of this repo. From our side, there is no real need for this repo. Maybe having some kind of UI collective or whatever taking over this repo could be a possible future.
Parachains will continue to work on JAM as they work right now. From the POV of a parachain there will not be any difference. |
@blakebyrnes @bkchr @ggwpez For those of us who are going the solo-chain route, a ss58 registry is still needed to distinguish themselves from the Polkadot/Kusama consensus system. In the meantime of being decided what to do, what do ya'll suggest we do? forking the SDK and providing our own registry seems the only way to provide a patch for the time being, but I'd like to know your thoughts. Thanks for helping out a rookie. |
I've reviewed and cleaned up some old PRs. Have requested review from Basti for the projects. |
There are now a few PRs waiting for a review for their network to get included into the registry (including mine).
There are even some that haven't seen daylight for a few month.
What does it require for a PR to get merged and released that is not documented in the root README?
The text was updated successfully, but these errors were encountered: