Author: Olivia Martinez

We are happy to announce the launch of a large-scale translation program for Ethereum.org, which will translate the website and other resources into more than 15 languages. Ethereum is a global project, and it is critical that Ethereum.org reflect our worldwide community. Since the website’s relaunch, our team has prioritized organizing a translation program that can ensure resources about Ethereum are accessible to everyone, regardless of their nationality or language. Today, we are thrilled to launch our first full translation: a Korean version of the website, available now at ethereum.org/ko. In the coming weeks, our program will expand with an…

Read More

Welcome! The Devcon Scholars Program is an Ethereum Foundation initiative designed to provide an opportunity for Ethereum ecosystem-members from underserved communities, unique circumstances, or developing areas to attend the largest annual gathering in the Ethereum ecosystem. Now in its second year, the Devcon Scholars Program provides full scholarships to many around the world to learn, connect, and grow with others in the blockchain space, culminating in an experience to attend Devcon 5 in Osaka. In collaboration with ecosystem leaders including UNICEF Innovation, ConsenSys and Bounties Network, the Ethereum Foundation selected 50+ scholars from around the world to participate in the…

Read More

Over the last few months, we’ve been coordinating with the talented team over at ether.cards to bring an NFT-based on-chain ticketing solution to the Ethereum community in time for Devcon5. This experiment will take place in two parts, with a raffle and an auction with proceeds donated to the Devcon Scholars Program taking place in the coming days. We have committed 100 tickets to the raffle and 50 to the auction this year, and we plan to extend the availability of on-chain ticketing options next year. The raffle will begin at 5:00pm GMT on August 22. The link to both…

Read More

We are today unveiling over $2M USD in Foundation-led and co-funded grant funding aimed at furthering Serenity (Eth2.0) development as we move nearer to the launch of the Beacon Chain. Eth2.0 Client Grants In recent months, the Ethereum Foundation granted substantial awards to leading client development teams currently tasked with delivering long-standing multi-client testnets as development approaches the launch of Phase 0. We are proud to announce the recipients of those grants. Harmony Award: $189k for Harmony beacon chain development Github Prysmatic Labs Award: $725k for Prysm client development Website | Github Sigma Prime Award: $485k for Lighthouse client development…

Read More

This is it: Final appeals are the last way to book your ticket to Osaka for Devcon 5 Note: All participants in the on-chain Devcon Ticket Raffle and Auction will receive an NFT-ticket to Devcon5! In the next days, your ERC-721 and will be issued to the addresses used in the on-chain sales and we’ll release a post detailing how to retrieve your ticket. For help with this process or other questions related to the on-chain ticketing processes, contact [email protected]. Over the last months, we’ve experimented with as many ways as possible to get Devcon tickets into the hands of…

Read More

The try/catch syntax introduced in 0.6.0 is arguably the biggest leap in error handling capabilities in Solidity, since reason strings for revert and require were released in v0.4.22. Both try and catch have been reserved keywords since v0.5.9 and now we can use them to handle failures in external function calls without rolling back the complete transaction (state changes in the called function are still rolled back, but the ones in the calling function are not). We are moving one step away from the purist “all-or-nothing” approach in a transaction lifecycle, which falls short of practical behaviour we often want.…

Read More

Keep it coming tldr; Runtime Verification audit and verification of deposit contract Runtime Verification recently completed their audit and formal verification of the eth2 deposit contract bytecode. This is a significant milestone bringing us closer to the eth2 Phase 0 mainnet. Now that this work is complete, I ask for review and comment by the community. If there are gaps or errors in the formal specification, please post an issue on the eth2 specs repo. The formal semantics specified in the K Framework define the precise behaviors the EVM bytecode should exibit and proves that these behaviors hold. These include…

Read More

Special thanks to Sacha Yves Saint-Leger & Danny Ryan for review. In this installment, we’ll discuss the consensus mechanisms behind eth2. Eth2 has a novel approach to deciding which block is the head of the chain, along with which blocks are and are not a part of the chain. By using a hybrid between the two mechanisms, eth2 aims to have a consensus which, in addition to being rapid and safe when the network is behaving normally, remains safe even when it’s being attacked. A Trilemma FLP impossibility is a core result in the field of distributed computation which states…

Read More

The next Stateless Ethereum research call is coming up in less than a week! The telegram chat now has hundreds of messages to catch up on, and only a small portion of the topics discussed have made it into the ethresearch forums. This post is just a quick primer… Source link

Read More

February 26th tl;dc (too long, didn’t call) Disclaimer: This is a digest of the topics discussed in the recurring Eth1.x research call, and doesn’t represent finalized plans or commitments to network upgrades. The main topics of this call were: The rough plan for the 1.x research summit in Paris following EthCCThe Witness FormatThe ‘data retrieval problem’ Logistics The summit to discuss and collaborate on Stateless Ethereum is planned for the weekend following EthCC, which will be an indispensable time for working on the most important and unsolved problems for this effort. The schedule is not fixed yet, but a rough…

Read More