Skip to content
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

Update core-devs call.md #713

Merged
merged 20 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions updates/2024/08-07-core-devs-call.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
title: Gnosis Core Devs Call Notes

---

---
title: Core Devs Call - 2024/08/07
authors: [dapplion, armaganercan, filoozom]
Expand Down
124 changes: 124 additions & 0 deletions updates/2024/08-21-core-devs-call.md
Original file line number Diff line number Diff line change
@@ -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
















































Loading