ICOLINK - ICO Listing Directory and Blockchain Community | "Link your ICO to Success!"
9 minutes reading time (1732 words)

Vitalik Buterin presented an updated Roadmap of the Ethereum

Vitalik Buterin presented an updated Roadmap of the Ethereum Vitalik Buterin - co-founder of Ethereum

"The killer of the Ethereum is the Ethereum itself; the Chinese Ethereum, this is also the Ethereum, and the Taiwanese Ethereum is the Ethereum ... 2.0. » 

With these words, Vitalik Buterin opened his speech at the BeyondBlock conference in Taipei. His theme is a plan to increase the network's performance to the scale of Visa and Mastercard for the next 3 to 5 years. According to him, the Ethereum faces three main tasks: privacy, reliability and scalability.

The Byzantium's hardfork, whose emblem was printed on Buterin's T-shirt, solved the privacy problem by three quarters. Of course, neither zero-proof evidence nor ring-signature algorithms solve the privacy problem by themselves, but they give developers all the tools necessary to build such solutions. The last 25% of the problems concern the leakage of privacy at the protocol level: even if the user conducts transactions through the appropriate mixer, all the same, the gas commissions remain visible in the blockchain. Buterin says that this problem will be solved in the sidechains - superstructures above the main blockchain. Privacy in this context means the ability to hide a transaction, or open it to a limited number of participants.

The solutions of the main tasks of the Ethereum look like this:

Privacy: hardfork Byzantium 16/10/2017.

Security / Reliability of Consensus: Casper.

Security / reliability of smart contracts: Formal verification, Viper (a new functional programming language for smart contracts).

Scalability: ???

Buterin stressed that the security problem does not have a final solution, but its boundaries can be minimized or maximized, depending on the specific cases.

Simultaneous solution of the trilemma "decentralization, security and scalability" is the real super task. Provide a solution to two parts of the three is not difficult. Buterin gave several examples demonstrating this statement:

We sacrifice scalability: Existing blockchains.

We sacrificed security: many interacting blockchains.

We sacrifice decentralization: Super-large blockchains, master-steps, and private blockchains.

Example: Bitcoin and Ethereum, in their current implementation, sacrifice scalability, while large (> 10GB) blocks will force to refuse decentralization. Plasma, Raiden or Lightning refer to the second point.

The purpose of the Ethereum is to solve the whole trilemma at the same time; thousands and hundreds of thousands of transactions per second on-line, without using the master codes. This is shading, a new concept of which Buterin introduced for the first time. It should be noted that it differs significantly from the version stated in the "purple book" of 2016.

But Ethereum aims to have all three without sacrificing either. One such way is through second layer solutions, like Plasma, Raiden, or the Lightning Network, however Ethereum also aims to achieve the trilemma of decentralization, safety and scalability, all on-chain.

He says Ethereum aims to scale on-chain, to thousands of transactions, without masternodes, consortium nodes, or any other centralizing aspects.

"So, can we do this?" – he asks, "I believe we can," he says, presenting a first and somewhat basic conceptualized version of sharding.

"The way I generally describe sharding is… you can think of it as, in a fairly simple version, creating a blockchain where you have, lets say, a hundred different universes and each of these universes is a different account space," Buterin says before adding:

"So you can have an account in some universe or you can have a contract in some universe and you can send a transaction in some universe and if you send a transaction in some universe it only affects stuff in some universe.

You might have some protocol of transferring resources, transferring data, between these universes, but it could be more limited, it could be something asynchronous, it could have a two weeks delay, and generally it's not as clean and convenient as doing stuff in one universe.

But these 100 universes are not just separate blockchains, they are systems that are also interconnected with each other. Particularly, they share consensus. So in order to break even one of them, you have to break the whole thing.

This doesn't describe every possible sharding solution out there, and we can really ratchet things up on the margins and eventually make communications between these different universes really good and possibly even blur the distinction between going across universes and between universes, but this is one simple way of thinking about it.

How would an instantiation of this actually work on Ethereum? We could try think about the very far end of what the optimal system would look like, or we can try think about what we can design fairly easily in the near term.

Here's one example of something we can design fairly easily in the near term. Let's imagine we keep the main blockchain and into the main blockchain we would publish a contract, and this contract would be called the validator manager contract [which] would maintain an internal Proof of Stake (PoS) system…

The validator manager contract also keeps track of a set of shards… the 100 universes. During each block or cycle the validator manager contract assigns a random validator the right to create the next block on each shard…

Each of these shards have blocks and transactions, but we are not going to put all of those blocks and transactions into the main chain. Instead, what we are going to do, we are going to take the same structure Ethereum currently has, where you have a big block that gets represented by a tiny header, and we're just going to replicated again one level down.

At the shard level we would have things called collations. A collation is basically just a group of transactions and the collation would have a collation header that would be basically a PoS signed block header, and these collation headers would be pushed into the validator manager contract, but all of the actual transactions in the shards, all of the shards states, all of the shards collations, that would go off-chain.

The only thing that goes on-chain is these collation headers and the validator manager contract would keep track of these headers and would keep track of the state roots of each shard.

So there is this kind of division of labor here where basically the validator manager contract just acts as a light client for each shard."

You'd have these two worlds, Buterin says. You'd have the old world that keeps operating with the same level of scalability which currently is limited as each transaction is replicated by each node that has to run on a laptop.

And this new world with its own rules which has quadratic scalability as nodes validate certain shards and act as light clients for other shards, with this new world potentially having even higher levels of scalability dependent on how sharding is implemented or incrementally improved.

This is all in the early stages of sharding, Buterin says, laying out the roadmap of how it would progress, with it eventually being incorporated at a protocol level through "tight coupling."

That being, the Ethereum network upgrades so that clients enforce a rule which says if the blockchain contains a sharding header that is invalid then the entire blockchain is invalid.

"So basically tight coupling is where the validity of layer two becomes a condition for the validity of layer one," Buterin says. At which stage the entire sharding system would have the same level of uniform security and it would all be governed by hardforks.

Initially there would be a two speeds Ethereum with individuals running an eth node and a sharding node connected to the eth node. The two then eventually, once the network moves to tight coupling, are merged together.

The new shards create a new address space, he says, which means it doesn't affect normal transactions and the current network.

Allowing devs to engage in important innovations, Buterin says, as they can operate more freely on the shards by turning on improvements only on the shards.

Eventually the main-chain will need to be upgraded, but we can do that later he says as there is no need to slow down by requiring constant on-chain backwards incompatible upgrades.

Those changes are increased parallelization, a faster Ethereum virtual machine, binary Merkel trees and stateless clients.

Stateless clients being a sharding sorts of its own described by Buterin as "instead of requiring clients to have states, we would require transaction senders to provide a kind of merkle proofs of specific portions of states that they access."

Stateless clients are very much at an early stage and there are many way to implement them, Buterin says, but it's one example of what can be done on shards.

The sharding roadmap therefore appears to be the initial creation of a new "universe," or 100 of them, that doesn't quite affect the main-chain.

The reason for that, Buterin says, is because there would be quite a lot of backwards incompatible changes which may affect current states or projects, so they would rather start on a blank slate.

Ethereum, thus, is to transition into a two speeds lane until it eventually merges again into one road down the line.

With developers working on new shards, incrementally improving the code, adding zk-Snarks to shards and other features, increasing their ability to share data and communicate, and then continuously refining it through relatively minor improvements.

The time-line laid out is 3-5 years, thus around 2020. But one of the most difficult aspects, the architecture, seems to have reached a stable conceptual level, so we might perhaps see prototypes even by next year and potential first alpha versions in 2019 or earlier.

In the meantime there will be the transition to Proof of Stake/Proof of Work hybrid eth. That's a very major upgrade in itself and might, optimistically, be ready by summer.

The general approach eth therefore seems to be taking is prioritizing speed above perfection. Getting things out there and then improving them rather than refining it so fully that it is ready to be used by your grandma in first version.

That approach would be due to necessity. Ethereum now handles more transactions than all other decentralized public blockchains combined.

Demand for Ethereum transactions has increased 10x since last year, with the network now able to handle only 4x more at best.

Time therefore isn't a luxury for the still young project, which is the only prominent one in this space to carry that Silicon Valley mantra of move fast and break things.

1
A Former SpaceX Employee: Elon Musk could be the f...
Michael Novogratz: Bitcoin is not believed by thos...
At the ICO List we accept cryptocurrency payments in BTC, ETH, BCH, DOGE, LTC, USDC, USDT, APE, DAI and SHIB
Coin Payments
ONE WEBSTUDIO

website tech support FixJoomla.com

ICOLINK.COM 2024 © All Rights Reserved

Share this page in Social Media: