-
Notifications
You must be signed in to change notification settings - Fork 132
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
fix: testnet protocol ids to matched spec proposal #1298
Conversation
What if we add I would change all testnet to |
That was my first thought as well, but then I realized that maybe it's on purpose with the idea that I wasn't aware that
That way there is nice rule for mapping mainnet <-> testnet. |
I don't think we can make rules like that. For one we aren't limited to 1 testnet in the future. Second if there is a new network added, there is no guarantee we can continue following that pattern, as any 3rd party is free to take any protocol id's, except the few reserved ones. For that reason I don't think adding an arbitrary 8 is an enforce-able pattern. I would be fine with doing, I am fine with any number for X, but I don't like the arbitrary A and 9 because of the mainnet choices
As this is the cleanest currently, and obviously we won't be able to follow a order when new networks get added for the reasons mentioned above. |
In my opinion, we can use something other than And any 3rd party would have no reason to use In this case, I would be fine with adding
As you said, they are not arbitrary, they are picked because of the mainnet choices :).
I would be fine with this as well, but I would still leave But, I recognize that his is very much personal preferences and ultimately doesn't make big difference one way or the other. If others agree with your approach or don't care, I'm not going to block it. I'm just stating my preference. |
I think this ethereum/portal-network-specs#258 PR is to discuss that then. Not this PR which resolves the immediate conflict. None of this is in the Portal-Network-Spec yet and can/should be changed once that is finalized, but it would be nice to get something working in for now. Well we are talking about personal opinions this does block this PR from being merged until a resolution to the problem can be realized. |
In order not to block this PR further, just leave |
What was wrong?
we were
How was it fixed?
by matching them to the fix I did in my spec PR ethereum/portal-network-specs#258