-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consensus-layer Call 90 #555
Comments
I'd like to (briefly) discuss the complexity of adding a signature to the builder-specs getHeader request.
Questions:
After the merge it will require a new API endpoint (version) in the builder-specs (one with and one without signature), and running both endpoints on the relays for some migration period. |
I would like to discuss some of the "conveniences" that are baked into the clients (or planned) but should definitely be carefully reviewed now that we move towards merging:
I would even argue this should also apply to testnets because if we treat testnets differently from mainnet, we'll eventually face issues on mainnet we are not prepared for, |
It is requisite to get out of band info to perform sync -- either a checkpoint root or the full checkpoint state. The full checkpoint state is relatively small and bound (e.g. ~50MB) so if a user is already having to get a root out of band, they might as well just get the state and save the p2p complexity (IMO). To download a state from p2p, a user would still need to provide a root out-of-band. So if state or root, the user needs to get it from some authority (or multiple), some node they trust, or some other source. That said, just pointing to infura is not the proper end goal and we can and should do better. Some notes on how to do better -- https://notes.ethereum.org/@djrtwo/ws-sync-in-practice
checkpoint sync (or proving an out of band root at a minimum) is requisite for bootstrapping in a PoS network. |
It's rather frustrating that agenda items get added to these meetings so last minute, and it seems to happen pretty consistently. We need to decide ahead of time who is required on the call and can't because we never know what's going to be discussed. Of course we can't stop last minute things popping up but could we put out a call for agenda items early and maybe have a cut-off point where if the item wasn't on the agenda then it may still be discussed but won't be decided on except in particularly urgent cases? |
Sorry, for some reason I thought the call is today not yesterday. Therefore it was very last minute and I didn't even show up. But maybe something like this can be discussed async elsewhere first? |
Closed in favour of #566 |
Consensus-layer Call 90 Agenda
prev: call 89
Meeting Date/Time: Thursday 2022/6/30 at 14:00 UTC
Meeting Duration 1.5 hours
livestream
The text was updated successfully, but these errors were encountered: