From 028a5ab165f102b67fc9cbd63f5ae6682388e7bd Mon Sep 17 00:00:00 2001 From: Vanshika Srivastava Date: Mon, 26 Aug 2024 20:07:03 +0530 Subject: [PATCH] Update core-devs call.md (#713) * Add files via upload * Update 07-24-core-devs-call.md * fix broken RPC url * fix all the broken anchors and hyperlinks * chore: fix some comments (#702) Signed-off-by: zhoufanjin * shutterized -> to change to shutter enabled * fix core dev call layout * Core Devs Call Notes July 31, 2024 * remove custom signer from interact page * fix: 07-31-core-devs-call format * Core Devs Call Notes Aug 7, 2024 * "Liquid Staking" Page Update (#709) * Update _generate_validator_keys_wagyu.md (#710) Adding a warning about entering a withdrawal address at the key generation step in Wagyu. This idea comes after seeing multiple validators not paying attention to it recently and ending up having to update their withdrawal credential using Ethdo after which is not really easy for non technical people. This warning should hopefully prevent such cases in the future. * Update voluntary-exit.md (#711) Fixing a warning that wasn't really exact, as updating a 0x00 withdrawal credential is also possible on an exited validator as well but is much more challenging because the node is most often offline. * Add files via upload * Update 08-21-core-devs-call.md * Update 08-07-core-devs-call.md * Updates 08-21-core-devs-call.md for a small typo --------- Signed-off-by: zhoufanjin Co-authored-by: Armagan Ercan Co-authored-by: Armagan Ercan Co-authored-by: zhoufanjin Co-authored-by: zengzengzenghuy <85567868+zengzengzenghuy@users.noreply.github.com> Co-authored-by: jackgale.eth Co-authored-by: theChim9 <96598599+theChim9@users.noreply.github.com> --- updates/2024/08-07-core-devs-call.md | 5 -- updates/2024/08-21-core-devs-call.md | 124 +++++++++++++++++++++++++++ 2 files changed, 124 insertions(+), 5 deletions(-) create mode 100644 updates/2024/08-21-core-devs-call.md diff --git a/updates/2024/08-07-core-devs-call.md b/updates/2024/08-07-core-devs-call.md index d6c0c46a..94078a0c 100644 --- a/updates/2024/08-07-core-devs-call.md +++ b/updates/2024/08-07-core-devs-call.md @@ -1,8 +1,3 @@ ---- -title: Gnosis Core Devs Call Notes - ---- - --- title: Core Devs Call - 2024/08/07 authors: [dapplion, armaganercan, filoozom] diff --git a/updates/2024/08-21-core-devs-call.md b/updates/2024/08-21-core-devs-call.md new file mode 100644 index 00000000..778a8c0d --- /dev/null +++ b/updates/2024/08-21-core-devs-call.md @@ -0,0 +1,124 @@ +--- +title: Core Devs Call - 2024/08/21 +authors: [dapplion, armaganercan, filoozom] +tags: [CoreDevsCall, Gnosis Chain] +--- + +# Gnosis Core Devs Call Notes + +Welcome to the Gnosis Core Devs weekly gathering. Every Wednesday, key members from the Gnosis team, contributors, and various team representatives convene to discuss, collaborate, and update one another on the Gnosis ecosystem's progression. + +Participants represent teams: + +Erigon, Gateway, Nethermind, Geth, Gnosis DevOps, Gnosis Core Devs, Gnosis Comms team. + +With a diverse set of voices present, our discussions are rich, multifaceted, and aim to foster innovation within the community. + +Watch the record [here](https://youtu.be/xeds8W3Z99U) + +Aug 21, 2024 + +# Client Team Updates +## EL + +* **Nethermind**: + * Released v1.28.0 (snap sync client enabled by default) + * Working on several performance improvements for the next version + * Still focused on Pectra + + + +* **Erigon**: + * Failing a lot of tests (even on Erigon) because of a performance hack + * Working on the next alpha version of Erigon v3 and Pectra + + +* **Geth**: + * Was able to produce blocks on Chiado, but they’re all empty + * Investigating as to why this might be happening + * By default, Geth produces an empty block in case there’s not enough time to actually build one + * Right now it’s sending that empty block despite there being transactions in the mempool + * Might be related to a blob processing issue + + + +* **Reth**: + * Got stuck with a state root mismatch on a devnet + * Working with Reth to get a dump and Nethermind to get a diff + * In general, this comes down to a lack of tooling again + + +# Chain Infra + +* **Gateway** + * No major updates + * Everything is working well except for one quick restart + + +# Innovation + +* Shutter + * No major updates + * Continuing work on dashboard and general stability of the network + * Updated the specs to align with what’s actually deployed + * Will open a PR soon + +# Testing + +* Hive + * Can now add new clients faster + * Geth is being added right now + * Fixed almost all Nethermind tests +* Ethereum/tests + * Need someone with good Gnosis understanding to craft the test cases + * Need a repo for those test cases + * Clients will have to implement the interface those tests because currently clients are bound to the Ethereum protocol + * Might work differently internally, we’ll have to see on a per-client basis + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +