November 19, 2018 11:50 PM
In September, after the ETHBerlin hackathon, a project began to create a more reliable, universal testnet. That testnet is now here, and her name is Görli.
At the ETHBerlin back in September, a team of hackers from ChainSafe, along with Parity's Afri Schoedon, began work on Görli[1], a universal proof-of-authority testnet for Ethereum developers. Following the hackathon, a call for participation[2], written by Schoedon, was posted across GitHub and Twitter. In the proposal, Schoedon cited the lack of "consistent availability and high reliability" among existing cross-client testnets. The hope is that Görli might fill this void.
Now, just over two months later, the testnet is up and going[3]. There are still bugs to be worked out, and the GitHub README is calling it "pre-testnet v0.2," warning that "it might break any time."
Over the weekend there were some hiccups with Parity node compatibility, and some moments when the testnet was down due to issues with validators being offline, preventing the remaining validators from reaching consensus around two conflicting blocks. For the moment though, things appear to be trucking along fairly smoothly at the speed of roughly one block every 13 seconds.
Still, at this stage of development issues like the ones over the weekend are more helpful than concerning. Schoedon told ETHNews, "Görli is the first proof-of-authority network that is working across different clients written in different languages by different developers. So, each issue we discover helps improving the client's engines and the Clique POA protocol."
Back in September when developments were first being made, there was some debate around which consensus engine should be used. Geth's native testnet is Rinkeby, which uses Clique. Parity's native testnet is Kovan, which uses Aura. In the end,