Skip to content

Commit

Permalink
Update core-devs call.md (#713)
Browse files Browse the repository at this point in the history
* 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 <shuangcui@live.cn>

* 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 <shuangcui@live.cn>
Co-authored-by: Armagan Ercan <armaggan@pm.me>
Co-authored-by: Armagan Ercan <armagan.ercan@gnosis.io>
Co-authored-by: zhoufanjin <shuangcui@live.cn>
Co-authored-by: zengzengzenghuy <85567868+zengzengzenghuy@users.noreply.github.com>
Co-authored-by: jackgale.eth <jack.gale@icloud.com>
Co-authored-by: theChim9 <96598599+theChim9@users.noreply.github.com>
  • Loading branch information
7 people authored Aug 26, 2024
1 parent ddf75d1 commit 028a5ab
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 5 deletions.
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
















































0 comments on commit 028a5ab

Please sign in to comment.