• Latest
Ethereum’s Vlad Zamfir Claims Milestone In Blockchain Sharding

Ethereum’s Vlad Zamfir Claims Milestone In Blockchain Sharding

September 21, 2018
6 Questions for Rene Reinsberg of Celo – Cointelegraph Magazine

6 Questions for Rene Reinsberg of Celo – Cointelegraph Magazine

März 31, 2023
Judge denies SEC motion to keep Hinman docs secret in Ripple case

Judge denies SEC motion to keep Hinman docs secret in Ripple case

März 31, 2023
The ultimate guide to Miami – Cointelegraph Magazine

The ultimate guide to Miami – Cointelegraph Magazine

März 31, 2023
Dr. Jane Thomason – Cointelegraph Magazine

Dr. Jane Thomason – Cointelegraph Magazine

März 31, 2023
1658007797 celsius is bankrupt with 12b balance sheet hole su zhu.jpg

Celsius is bankrupt with $1.2B balance sheet hole, Su Zhu returns to Twitter and OpenSea purges 20% of employees: Hodler’s Digest, July 10-16

März 31, 2023
6 Questions for Lisa Fridman of Quadrata – Cointelegraph Magazine

6 Questions for Lisa Fridman of Quadrata – Cointelegraph Magazine

März 31, 2023
Jed McCaleb empties XRP wallet after eight-year selloff

Jed McCaleb empties XRP wallet after eight-year selloff

März 31, 2023
Celsius has finally filed for bankruptcy: Law Decoded, July 18-25

Celsius has finally filed for bankruptcy: Law Decoded, July 18-25

März 31, 2023
The ‘godfather of crypto’ risked lifetime in jail, laying foundation for Bitcoin – Cointelegraph Magazine

The ‘godfather of crypto’ risked lifetime in jail, laying foundation for Bitcoin – Cointelegraph Magazine

März 31, 2023
SEC objects to XRP holders aiding Ripple defense

SEC objects to XRP holders aiding Ripple defense

März 31, 2023
Blockchain technology is transforming the real estate market – Cointelegraph Magazine

Blockchain technology is transforming the real estate market – Cointelegraph Magazine

März 31, 2023
1658612147 nfts banned in minecraft sec lists 9 tokens as securities.jpg

NFTs banned in Minecraft, SEC lists 9 tokens as securities and 3AC founder blames cockyness for company meltdown: Hodler’s Digest, July 17-23

März 31, 2023
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
CoinNewsDaily
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
No Result
View All Result
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining
No Result
View All Result
CoinNewsDaily
No Result
View All Result
Home Ethereum

Ethereum’s Vlad Zamfir Claims Milestone In Blockchain Sharding

coinnewsdaily by coinnewsdaily
September 21, 2018
in Ethereum
0
Ethereum’s Vlad Zamfir Claims Milestone In Blockchain Sharding
191
SHARES
1.5k
VIEWS
Share on FacebookShare on Twitter

Ethereum might just be one step closer to sharding its blockchain.

At least that’s according to long-time blockchain researcher Vlad Zamfir, who claims to have coded up a successful proof-of-concept of the idea at the ethereum hackathon EthBerlin this week. Built with the help of several other developers, including Tim Beiko, Steve Marx, and pseudonymous coder „maurelian,“ the code is said to demonstrate how different ethereum shards may be able to someday communicate on the blockchain.

Related articles

Top 3 cryptocurrencies that are faring the best in the 2022 bear market

Top 3 cryptocurrencies that are faring the best in the 2022 bear market

Mai 24, 2022
Core Ethereum developer details changes to expect after the Merge

Core Ethereum developer details changes to expect after the Merge

Mai 24, 2022

Stepping back, sharding is an experimental scaling solution touted as a way to alleviate the strain of a growing network by breaking the blockchain up into smaller units, called shards.

While many ethereum developers, including ethereum creator Vitalik Buterin, are working toward making sharing a part of ethereum’s roadmap, it’s still a work in progress (estimated to be released not for another two years).

Speaking to CoinDesk, Zamfir affirmed the proof-of-concept is „not even close“ to production-ready, but nonetheless he believes it contains code that will be fundamental to its deployment on ethereum.

„It’s really a proof-of-concept of the most core component in my sharding roadmap,“ Zamfir said. „It prevents the cross-shard atomicity failure, or more specifically, it prevents finalization of cross-shard atomicity failure, so it will never be that a ’send‘ is finalized and a ’not received‘ is finalized.“

That likely sounds quite technical, and it is, but put simply, Zamfir and the other developers were able to show how ethereum’s native cryptocurrency, ETH, and other messages can be sent securely across a sharded blockchain.

Available on open-source code repository Github, the proof-of-concept comes with a visualizer that allows users to download and stimulate the codebase. Although the current proof-of-work isn’t completely finalized, he said.

Zamfir continued:

„We’re still working on the integration but check back in a week and it should be something where we have instructions and you can follow the instructions and get it running on your computer.“

For educational purposes only

While the proof-of-concept was finally written in code at the hackathon, according to Zamfir, much of it had already been developed prior.

„The specifcation was pretty much already 100 percent done, for the most part. I didn’t have to do any research at the hackathon, I was just implementing stuff,“ he told CoinDesk.

The reason for implementing the codebase, Zamfir said, is largely educational.

„There’s a lot of people who can’t look at research, especially when we don’t have research published in the way that we’re really happy with. And so seeing software is something that some people find compelling,“ he said.

Beyond that, though, he continued, the proof-of-concept has „almost no significance,“ since it didn’t look to uncover any new terrain or solve any known problems. What it’s missing includes a system for transaction fees and a way to route transactions and messages from one shard to another.

„We have no real routing protocol,“ Zamfir said, summarizing:

„All it is doing is demonstrating the cross-shard message passing in the way that it works with the fork choice rule.“

The technicals of sharding

What Zamfir is referring to when he says „fork choice rule“ is the code for how ethereum shards interact with the main blockchain. This code was released in a proof-of-concept by Buterin in May.

Still, while Zamfir’s proof-of-concept builds on the broader body of ideas out there around sharding, it is also built to work alongside his „correct-by-construction“ research, which includes rules by which blockchains should come to consensus about transaction histories.

„For me, it’s all trying to use the correct-by-construction methodology and all of my sharding stuff is very much squarely within that framework,“ he told CoinDesk.

And with this focus, Zamfir’s sharding roadmap deviates slightly from the mainstream ethereum sharding roadmap, fulfilling „different design criteria,“ he said.

While it’s still rooted in the same problems — trying to come up with ways to solve ethereum’s scaling hurdles, as well as finalizing the upcoming switch to a more egalitarian way to secure blockchains, named proof-of-stake – Zamfir has a different design focus to others looking at sharding.

„I consider the core of sharding to be a cross-shard message or a cross-shard consistency problem,“ Zamfir told CoinDesk. „Vitalik thinks of it as sharding of availability, validity and execution of the state. I have a different perspective than Vitalik does of consensus protocols and therefore also sharding.“

He continued:

„I’m just focusing on what I think are the hardest problems first.“

Keyboard image by Fancycrave on Unsplash

Credit: Source link

Share76Tweet48
Previous Post

Grin Is Hard Forking Every Six Months to Keep ASICs Off the Network

Next Post

Europol Warns of Crypto Hacks and Mining Malware in Latest Report

coinnewsdaily

coinnewsdaily

CoinNewsDaily.com is an online Crypto Coin News Website that aims to provide latest trendy news from market and around the world.

Related Posts

Top 3 cryptocurrencies that are faring the best in the 2022 bear market
Alt Coin

Top 3 cryptocurrencies that are faring the best in the 2022 bear market

Mai 24, 2022
Core Ethereum developer details changes to expect after the Merge
Ethereum

Core Ethereum developer details changes to expect after the Merge

Mai 24, 2022
fUSD stablecoin launch and rumors of Cronje’s return send Fantom (FTM) price higher
Ethereum

fUSD stablecoin launch and rumors of Cronje’s return send Fantom (FTM) price higher

Mai 23, 2022
Price analysis 5/23: BTC, ETH, BNB, XRP, ADA, SOL, DOGE, DOT, AVAX, SHIB
Alt Coin

Price analysis 5/23: BTC, ETH, BNB, XRP, ADA, SOL, DOGE, DOT, AVAX, SHIB

Mai 23, 2022
The Moon ‘created’ his lavish reality… and says you can, too
Ethereum

The Moon ‘created’ his lavish reality… and says you can, too

Mai 23, 2022
Layer-2 adoption could spur the next crypto turning point
Ethereum

Layer-2 adoption could spur the next crypto turning point

Mai 23, 2022
Load More
Next Post
Europol Warns of Crypto Hacks and Mining Malware in Latest Report

Europol Warns of Crypto Hacks and Mining Malware in Latest Report

Kategorien

  • Alt Coin
  • Bitcoin
  • Business
  • Ethereum
  • ICO
  • Litecoin
  • Mining
  • NFT
  • Ripple
  • Tech
  • Trading

What New here?

  • 6 Questions for Rene Reinsberg of Celo – Cointelegraph Magazine
  • Judge denies SEC motion to keep Hinman docs secret in Ripple case
  • The ultimate guide to Miami – Cointelegraph Magazine
  • About Us
  • Contact Us
  • Privacy & Policy

© 2018-2021 CoinNewsDaily.com by CoinNewsDaily Inc. Crafted with Love by iFtiDev

Please enter CoinMarketCap Free Api Key to get this plugin works.
✕
No Result
View All Result
  • Home
  • Coin Market Cap
  • Bitcoin
  • Ethereum
  • Ripple
  • Litecoin
  • Alt Coin
  • Business
  • Trading
  • Mining

© 2018-2021 CoinNewsDaily.com by CoinNewsDaily Inc. Crafted with Love by iFtiDev