You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary from the testing call:
`pectra devnet-3`:
- Lighthouse bug when proposing blocks, there's a PR that is open with the fix: https://github.com/sigp/lighthouse/pull/6464.
- Besu bug is still pending to be resolved with an open PR: https://github.com/hyperledger/besu/pull/7717.
pectra devnet-4
There was a discussion on whether the CL should send back the entire list of requests to the execution layer, the decision at first was to leave the specs as is, which entails sending the full requests list. At a later point on the call, <@755590043632140352> raised concerns regarding the amount of data being serialized and JSON-formatted in Engine API is an unnecessary overhead, and it should be simplified to sending a simple hash that the CLs should compute (not hash-tree-root but a different sha256 commitment). At the end of the call, the sentiment changed to agree that we should apply this change and the CL should simply compute the hash and send it back instead of the full list, therefore the PRs need to be updated. On-going discussion can be found in this thread: https://discord.com/channels/595666850260713488/1288408367068610585
[Engine API]: engine: Make execution requests a sidecar, take 2 : At the time of writing this PR is currently specified to send the full requests lists in the engine_newPayloadV4, and needs to be updated to send the requests hash.
Not many updates from last week, path forward is waiting on devnet-4 to be released and then rebase Osaka (which contains only EOF at the time being) on top of it in order to launch osaka-devnet-0 at some point in the coming weeks.
Devnet-3 was launched with the same spec as devnet-2 in order to have a working devnet, but 14-15 hours ago there was an issue that caused all clients to be on their own different fork, and at the moment there is no lead on the culprit.
Date and Time
Oct 09, 2024 at 14:00 UTC
Location
Join Zoom Meeting
Agenda
New users on ECH Discord and/or contributor's introduction
1. ECH updates
ECH Engineering (@geovgy)
ECH Ops (Pooja, akash, Hgedia, Notes contributors)
2. Ethereum network upgrades
pectra devnet-4
There was a discussion on whether the CL should send back the entire list of requests to the execution layer, the decision at first was to leave the specs as is, which entails sending the full requests list. At a later point on the call, <@755590043632140352> raised concerns regarding the amount of data being serialized and JSON-formatted in Engine API is an unnecessary overhead, and it should be simplified to sending a simple hash that the CLs should compute (not hash-tree-root but a different sha256 commitment). At the end of the call, the sentiment changed to agree that we should apply this change and the CL should simply compute the hash and send it back instead of the full list, therefore the PRs need to be updated. On-going discussion can be found in this thread: https://discord.com/channels/595666850260713488/1288408367068610585
Open PRs
engine_newPayloadV4
, and needs to be updated to send the requests hash.eof
peerDAS
3. Other Protocol & Application Development
Calls from the last week:
TBA
Playlists:
4. Events, Fellowship, Hackathon
Useful resources
5. New initiative/association/team discussion
TBA
6. General updates/discussion
7. Review of outstanding action items from previous ECH meetings
The date for the next meeting is Oct 22nd, 2023 at 14:00 UTC
(If anything else, leave a comment.)
The text was updated successfully, but these errors were encountered: