.@ethereum #AllCoreDevs starting in ~5 minutes.

We've changed how we track the agenda, you can now find it here, with separate issues for each discussion topic: github.com/ethereum/pm#ac…

Stream:
We've got a ton to cover today: two hard forks, eth2 merge requirements, a list of things we should remove from Ethereum by @VitalikButerin and a quick shoutout for the 1559 community call with miners happening next week.
First up is checking in on YOLOv3's status: Besu, OpenEthereum, Nethermind and Geth are all in sync ✅
There are still some RPC calls to align, but those aren't consensus critical. Geth hopes to merge the last PR for Berlin in their master branch soon. They've also been fuzzing the network with transactions for EIP-2930, 2315, and more!
The status of the network can be tracked here: github.com/ethereum/eth1.…

It's a bit out of date, and @poojaranjan19 should be updating it today based on today's update.
Next up is discussing the Berlin timeline. We have a full issue with various proposals: github.com/ethereum/pm/is…

Lots of back and forth, but I'll share the outcome here when we've agreed. You can watch the livestream for the back and forth.
Ok, so we've agreed on the following Berlin timeline 🇩🇪🎉
We'll need someone to double-check the block numbers, but assuming there are no issues, that's what we'll be going with 😁
Next up is discussing London timing. Given that the difficulty bomb will be going off in July/August, we want London to hit mainnet before then. This means we'd need to see testnets in June, pick blocks in May, do most of the testing in April, so we need to pick EIPs in March!
And March is ~2 weeks from now, so that means we'll need to spend the next couple calls discussing and deciding on what EIPs we want to see in London if we want them to live this summer!
So, if you want an EIP considered for London, open an issue on the pm repo (github.com/ethereum/pm/is…) and it will be discussed in the next few weeks 👍🏻
Next up, @dannyryan and @mkalinin2 are giving an update about what is needed from Eth1 clients for the Eth1 -> Eth2 merge (github.com/ethereum/pm/is…).

Things are now moving from a small working group to being a broader effort across both Eth1 & Eth2 client teams.
Mikhail is going into detail about the Eth1 clients on the call. Worth watching the livestream if you're interested in the Merge 👀

A lot of the JSON RPC components will remain similar, though some will need to be adjusted because of finality/consensus.
This means that for dapp developers, the changes should be minimal.

The EVM will also get a few more opcodes, to do things such as read the beacon state, withdraw from the beacon chain, etc.
Short list of changes on the Eth1 side by Mikhail:
One big change is that, because of finality, storing the entire history won't be a strict requirement of the consensus.

Clients may want to still keep that as a requirement for their peers, though!
.@peter_szilagyi says one big design issue with the current client design is that under the current model, the Eth1 client delegates block synchronization to the Eth2 client, which could have implications about historical data availability.
@dannyryan agrees this is a big area to think through, and that this is also a good time to re-think some of the assumptions about how our client operates.
Lots of good Q&A between Eth1 & Eth2 teams on the call now, strongly recommend watching the livestream for details 📺👀
Also a juicy discussion about how we actually *do* the PoW -> PoS swap, and what potential attacks miners can coordinate around the fork block ⛏
With regards to any merge requirements for London, the one nice-to-have would be the BLS precompile (which didn't make it into Berlin), and potentially having the difficulty bomb try to line up with a potential merge ETA.
Two requests on the call re: Eth1 requirements for the merge are (1) making it clear exactly what the requirements are for Eth1 clients post-merge and (2) what are the invariants we want to preserve/remove from Ethereum post-merge.
One last comment by @gballet: he is looking for people using the DIFFICULTY and BLOCKHASH opcodes in their contracts for other use cases than randomness. Ping him or get in the Eth R&D discord to discuss 😁
Next up is @VitalikButerin's document about things we can remove from Ethereum around the Merge: hackmd.io/@HWeNw8hNRimMm…
The merge (or before) is a great opportunity to clean some things up, because then clients who get developed post-merge wouldn't need to deal with these legacy features.
Removing SELFDESTRUCT is a big one here. There's a whole separate document about it 😅 hackmd.io/@HWeNw8hNRimMm…
One question by @mhswende is how do we deal with everything that would break from this?

If the amount of ETH lost/locked was quite low, perhaps we could have a community fund to refund it.
One potential breakage we could do sooner rather than later is removing refunds (hackmd.io/@HWeNw8hNRimMm…), the biggest downside here would be that gas token would break. Some core devs would like to see this come along with 1559 in London.
Vitalik and Martin will put together an EIP to remove the refunds as described above.
Last up, the @EthCatHerders will be hosting a community call to discuss EIP-1559 and specifically miners' concerns about the EIP. The blog post has more information (medium.com/ethereum-cat-h…) about it.
It's worth noting that no decision about 1559 or miners' proposal making it into a hard fork will be taken on that call, those would still need to happen on AllCoreDevs.
Hopefully the call provides somewhere for miners to voice their concerns and come to consensus about their favored proposals.
And that was it! Next call is on March 5, 14:00 UTC. See you then 👋🏻

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Tim Beiko | timbeiko.eth

Tim Beiko | timbeiko.eth Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @TimBeiko

6 Feb
@crypto_fruit I think it should be "ready to be considered for mainnet" in the next few weeks. See this checklist for what's left to do: github.com/ethereum/pm/bl…

We want to get the "Client Level Open Issues" done before we present it on AllCoreDevs.
@crypto_fruit As you can see on the list, there is only one issue outstanding. We have preliminary results indicating that it should be OK (hackmd.io/@timbeiko/1559…), but next week we're running a proper test.
@crypto_fruit After that, I'd be comfortable proposing 1559 for inclusion to core developers. If everyone agrees, then it would be a candidate for the next network upgrade, and those usually happen every 6-9 months. We'll probably have one over the summer.
Read 5 tweets
5 Feb
.@ethereum #AllCoreDevs starting in ~30 mins!

Lots on the agenda today: possible Berlin blocks 🇩🇪, p2p protocol changes, EVM384 & 1559 updates, and a quick presentation by me about feedback gathered about AllCoreDevs 😁

📆: github.com/ethereum/pm/is…
📺:
We're on! First, YOLOv3 has launched. Besu and Geth are synced, and Nethermind and OpenEthereum have started syncing 🎉

We still haven't fuzzed the network yet, though. Planning on starting that next 💪🏻
And we're bringing up fork blocks ⛓👀
Read 26 tweets
22 Jan
First up is the YoloV3/Berlin update. We now have a proper spec for Berlin: github.com/ethereum/eth1.…

This is the equivalent of the previous "Hardfork Meta" EIPs that we had for previous hard forks.
Where we're at right now is that we need one more PR merged into Geth for EIP-2718/2930, then we can set up YOLOv3 and start looking at blocks for testnets.
Read 18 tweets
18 Jan
A _lot_ has happened on 1559 in the past few weeks. I've just finished summarizing it in the latest update: 006 out now 🔥

TL;DR below 👇🏻

hackmd.io/@timbeiko/1559…
First, the 1559 resources page is now linked right at the top 👀 Image
Second: we found a few bugs in our large state testnet. We're in the process of fixing them and restarting the network 🐞⏳
Read 10 tweets
14 Jan
We had our 9th EIP-1559 Implementers' call this AM 🔥

Agenda: github.com/ethereum/pm/is…
Recording:

Summary below 👇🏻
First on the call, @adietrichs gave an update on his work about transaction pool management. His latest writeup is available here: hackmd.io/@adietrichs/15…
The document is quite short, and worth reading, but here are the main takeaways with regards to mining ⛏
Read 45 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!