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

Post-Merge testnets #460

Closed
timbeiko opened this issue Jan 21, 2022 · 21 comments
Closed

Post-Merge testnets #460

timbeiko opened this issue Jan 21, 2022 · 21 comments

Comments

@timbeiko
Copy link
Collaborator

On ACD130, we discussed what to do about current testnets so that we can set the community's expectations. We didn't reach a full consensus, but roughly agreed that we should have both testnets with public validator participation and testnets with a privately-controlled validator set, and that it makes sense to aim to deprecate some testnets over time as they become bloated.

Opening this issue to track conversations on concrete next steps. Thoughts from Péter:
Screen Shot 2022-01-21 at 11 00 30 AM

@MicahZoltu
Copy link

I agree with Peter here, though once again I would like to advocate that Sepolia have mostly public validators, not pre-authorized validators, so it fails to reach finality sometimes, leaks stakers, etc.

@timbeiko
Copy link
Collaborator Author

@MicahZoltu but Goerli/Prater would have public validators. Doesn't it make sense to have one network with a smaller set of authorized ones?

@MicahZoltu
Copy link

MicahZoltu commented Jan 25, 2022

My thinking was that Goerli/Prater would have a "privileged" set of stakers (e.g., 90% of stake is owned by well known people in the ecosystem who have publicly committed to running a validator full time).

Sepolia on the other hand would be a FFA, where anyone who can get a hold of some Sepolia ETH can stake it and the people with the large holdings commit to not using them to prop up the network. We should expect this to result in Sepolia frequently failing to achieve finality, leaking validators, then achieving finality, repeat.

The purpose of the Sepolia network is so that dapp developers have a public place where they can harden their software against situations that can happen on mainnet (failure to finalize). If you are in early prototype development and you just want to test the happy path then you would use Goerli/Prater.

Note: If there is some reason to swap that so Goerli is the one that fails to achieve finality and Sepolia is the one that is propped up, that is fine with me.

@djrtwo
Copy link
Collaborator

djrtwo commented Jan 25, 2022

Prater is primed to be a good mainnet-looking testnet that finalizes regularly given size of vset and the operators (client teams, ef, etc) of ~80%+.

@timbeiko
Copy link
Collaborator Author

One idea from @ajsutton on the CL call was for the "chaos" testnet to be handled more deliberate rather than leaving it to people to add/remove validators. For example, we could shut down N% of validators periodically, introduce forks, etc.

Another idea from @arnetheduck was to do insecura-style experiments more regularly.

@tkstanczak
Copy link

incentivized attacks / capture the flag style :)
each validator is assigned blue or red colour and tries to stay connected :)

@q9f
Copy link
Contributor

q9f commented Mar 11, 2022

Created the Sepolia package for DAppNode. https://github.com/q9f/DAppNodePackage-sepolia-geth

Do we have a Sepolia genesis or chain spec somewhere? Or how do I handle the prealloc in Geth?

@timbeiko
Copy link
Collaborator Author

During #508, we agreed that we will run through the following order for merge testnets:

  1. Ropsten
  2. Goerli
  3. Sepolia

We'll do Ropsten first, in case there are misconfiguration issues that make the fork not go smoothly. Once it is stable, we'll then do Goerli and Sepolia in closer succession.

Rinkeby won't be run through The Merge.

@q9f
Copy link
Contributor

q9f commented Apr 18, 2022

I will be hosting a session at the OG Council in Amsterdam next weekend on post-merge testnet strategies if anyone is interested.

@MicahZoltu
Copy link

Where can I get details on why Ropsten first? It feels like Ropsten should be last, as it is the closest network to mainnet, and thus we ideally want to witness it go off without any problems.

@MicahZoltu
Copy link

I just realized this is in reference to the ACD call, which I was in. I don't remember discussing this... but that is probably just my old failing memory... do you happen to have an approximate timestamp where this was discussed?

@MicahZoltu
Copy link

MicahZoltu commented Apr 21, 2022

40:00 is when the discussion occurs, though it is just Tim proposing something and then the rest of us getting distracted (conversation picks back up at around 46:00). 😬 Not a hill I want to die on, though I do think Ropsten last is better than Ropsten first.

@q9f
Copy link
Contributor

q9f commented Apr 21, 2022

We fork Ropsten first because it is to be deprecated. Goerli will be legacy, Sepolia a fresh start.

@cyberpunketh
Copy link

Potentially dumb question: I use Rinkeby now to test my contracts. What should I use instead? Sepolia? Where do I get ETH for it? Is there an etherscan for it?

@timbeiko
Copy link
Collaborator Author

@cyberpunketh Sepolia doesn't have broad infra support yet, but Goerli does today!

@q9f
Copy link
Contributor

q9f commented Apr 24, 2022

I will be hosting a session at the OG Council in Amsterdam next weekend on post-merge testnet strategies if anyone is interested.

Session notes are up for discussion: https://ethereum-magicians.org/t/og-council-post-merge-testnets/9034

@thatguyintech
Copy link

@cyberpunketh I gotchu: https://goerlifaucet.com/

@q9f
Copy link
Contributor

q9f commented May 3, 2022

Created a public endpoint for sepolia if anyone needs.

  • HTTPS: https://nunki.htznr.fault.dev/rpc
  • WSS: wss://nunki.htznr.fault.dev/ws

See also

@parithosh
Copy link
Member

A known entity also setup a landing page to help compile resources: https://sepolia.dev/
(Side note, I'm a huge fan of Sepolia using a dolphin as a testnet mascot :D)

@timbeiko
Copy link
Collaborator Author

TL;DR:

  • Goerli will be maintained with an open validator set
  • Sepolia will be maintained with a permissioned validator set
  • Kiln, Ropsten, Rinkeby will be deprecated, more on that here

@q9f
Copy link
Contributor

q9f commented Jun 28, 2022

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

No branches or pull requests

10 participants