Skip to main content

Core Devs Call - 2024/01/17

· 3 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis
filoozom
Head Of Infrastructure @ Gnosis

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.

Missed the meeting? Catch the full recording on Gnosis Chain YouTube channel.

January 17, 2024

Client Team Updates

EL

  • Nethermind:

    • Released a bug fix version that is also Chiado ready (v1.25.1)
      • There might still be another release before Chiado
  • Erigon:

    • Philippe still hasn’t tested the pruning image
    • Will do a new release this week for Chiado
  • Geth:

    • Not present

Shadow Fork

  • Deployed a new proxy to the deposit contract implementation
    • 0x4A9Eaee643070823afC7477bC0910585E5855e19
  • Carlos already started some nodes, so we’re moving into the shadow fork slowly but surely
    • Potentially ready this week, but will require a custom Erigon image
    • Would be nice to fix erigon init command so that we don’t require custom images constantly for devnets / shadow forks etc
      • There’s another linked issue to this so not straightforward to solve

Chain Infra

  • Gateway
    • No specific news

Dencun

  • Chiado
    • Everything should be ready
    • No concerns at this point

Hive Test

  • Fixed the actions that were failing, which were due to misconfiguration in the clients
  • Erigon is still missing 3 tests that should not be failing
  • Building a tool to push hive test logs to Telegram every day

Devnet

  • Issues with Nimbus
    • Wasn’t including the KZG ceremony for Gnosis
      • Fixed in 7443a4ac086000b1d2a7d5af6685cc5ef9537b9d
    • Still forks off
  • Issues with Erigon
    • Creates empty blocks (or at least with less transactions)
      • There might be a bug in the transaction pool
      • Some recent commits fix different issues related to overflowing in relation to warning logs from the failing nodes
      • Pending PR for a mdbx race condition
      • Somnath will update the image for devnet 3
      • Somnath will also work on another suspected issue
  • Issues with Caplin (experimental) are expected
  • Erigon also has occasional issues with block production on Ethereum mainnet
    • Their transaction pool likely needs some love
  • Carlos will check if clearing the txpool and restarting the node solves the issue for some time
  • Goerli’s devnet is probably mostly Geth + Nethermind so maybe the block production bug for Erigon hasn’t been caught there
  • Somnath will release a new version later today when the PRs are approved
  • Some issue with Erigon + Lighthouse
    • Lighthouse lost its peers, restarted the node and now it works again

Innovation

  • Shutter
    • Still no Docker image for testing
      • Promised one for end of this week
      • Probably busy with their DAO launch
      • Required to work on the networking layer, so it’s blocking the Nethermind implementation significantly
      • The block building and cryptography parts can be worked on currently at least
        • Lot of things to implement for cryptography and the Nethermind team is discussing with Shutter to change some cryptography protocols (BLS12-381 vs BN254)

Core Devs Call - 2024/01/10

· 3 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis
filoozom
Head Of Infrastructure @ Gnosis

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.

Missed the meeting? Catch the full recording on Gnosis Chain YouTube channel.

January 10, 2024

Client Team Updates

EL

  • Nethermind:

    • Shutter
      • Working on Shutter’s cryptographic implementation
      • Still no Docker image for the testnet
  • Released 1.25.0 with performance improvements, geth compatible tracers and JSON-RPC improvements (was a preview last week)

  • Erigon:

    • We need to test the image for aggressive pruning provided by Somnath
    • Checked the logs for Nimbus + Erigon missed slots for devnet 3
      • Could not find a reason why the payloads would be invalid
      • The sequence of requests for payloads might not be optimal on Nimbus’ side (some type of race condition?)
      • There might be a bug in the transaction pool for Erigon during block building
        • Discovered because of a Hive test failure on Ethereum
        • Somnath is looking into it
    • Released a new version
  • Geth:

    • Not present
    • There’s still the issue about the synced state not being considered as the canonical one
    • Guillaume is looking into implementing full sync with AuRa

Shadow Fork

Chain Infra

  • Gateway
    • updated a couple of nethermind nodes to nethermindeth/nethermind:release-1.25.0-rc,

Dencun

Hive Test

  • Fixed the actions that were failing, which were due to misconfiguration in the clients
  • Erigon is still missing 3 tests that should not be failing
  • Building a tool to push hive test logs to Telegram every day

Devnet

  • Running devnet 3 that started this week
    • Overall the network is healthier than devnet 2
  • Two issues
    • Nimbus + Erigon pair, Somnath is looking at it currently
      • Other Erigon pairs seem to work fine
    • Blob fuzzing script has issues

Core Devs Call - 2024/01/03

· 2 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis
filoozom
Head Of Infrastructure @ Gnosis

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.

Missed the meeting? Catch the full recording on Gnosis Chain YouTube channel.

January 03, 2024

Client Team Updates

EL

  • Nethermind:

    • No specific updates
    • Preparing a new release with performance improvements
      • RC this week
      • Next week full release
    • One more release with experimental state db changes with large improvements
      • Initial tests were very promising
  • Erigon:

    • Testing change to make validator nodes lighter (better pruning, i.e. just keep receipts for the deposit contract)
    • Somnath will work on a release so we can test it on the devel branch
  • Geth:

    • Not present

Chain Infra

  • Gateway
    • No specific updates
    • Can test new Nethermind releases, just ping Anton on Telegram
      • nethermindeth/nethermind:release-1.25.0

Dencun

  • Chiado
    • Tentative date around end of January, ideally Jan 31st (during the core dev call)
    • Around the same time as Sepolia
    • Lion will run the script to find optimal epochs (right time and epoch boundaries)

Hive Test

  • Migrated more tests for Cancun, but in the process broke withdrawal tests
    • These are being worked on currently

Devnet

  • Solved Nethermind related issues
  • Some issues with Erigon-Teku
  • We had one node missing slots (Erigon + Teku)
    • Technically one forked, but it’s likely because it was out of sync with the network and then produced a block itself
  • We need to add Lighthouse (unstable) and Nimbus (v23.11.0)
  • We need to observe the network a bit more
  • How are Teku nodes configured currently, as the preset isn’t set up in the code base yet?

Core Devs Call - 2023/12/20

· 2 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis
filoozom
Head Of Infrastructure @ Gnosis

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.

Missed the meeting? Catch the full recording on Gnosis Chain YouTube channel.

December 20, 2023

Client Team Updates

EL

  • Nethermind:

    • Communications with the Shutter team
    • New version was released
      • This one isn’t downgradeable
    • New version early next year with the JSON-RPC improvements
      • Much better processing without state redesign as well
  • Erigon:

    • No updates
    • Was not able to reproduce the OOM in Docker issue
  • Geth:

    • No updates

Chain Infra

  • Gateway
    • No specific updates
    • Nethermind should send over a Docker image with the JSON-RPC changes so that it can be deployed by Gateway and be tested
      • Ideally this week or it will be moved to next year

Hive Tests

  • Solved issues with multi-clients from last week
  • Merged our branch with the upstream one, which caused issues
    • They are being looked into

Devnet

  • Monitoring and investigating issues but no specific results
  • Restarting fast-synced nodes didn’t work but was fixed

Innovation

  • Shutterized Beacon Chain
    • Nethermind had some questions regarding the transaction database (events or in-contract)
      • Seems like both teams are on the same page about drawbacks and consequences

Core Devs Call - 2023/12/13

· 2 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis
filoozom
Head Of Infrastructure @ Gnosis

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.

December 13, 2023

Client Team Updates

EL

  • Nethermind:

    • Slowly progressing with Shutter for the parts they can do alone
      • Requested a Docker image from Shutter
  • Merged JSON-RPC related changes that should result in much better performance

    • There might still be some issues
    • Nethermind wants to test this upgrade on the official Gnosis RPC
      • We’re going to start with one node and look at the metrics
      • Maybe it’s a bit early to upgrade all nodes
      • Sending traffic there in a shadow mode / replicate traffic to it without using the return data would be useful
      • This is currently in the master branch, not officially released
    • Working on one regression for a cancun related issue
  • Working on Nethermind 2, a big state redesign that would include performance a lot that would allow for snap servers

    • Probably going to be released after Cancun
  • Erigon:

    • No news in particular
    • Busy working on Caplin and Erigon 3
  • Geth:

    • Can’t join today

Chain Infra

  • Gateway
    • Saw an increase in traffic and had to scale the infrastructure
      • This helped to reveal minor issues that are being worked on

Hive Tests

  • Working on multi client tests for receiving blob transactions at the same time

Devnet

  • Still having some general Nethermind-specific issues
    • Sometimes out of sync
    • One node with a specific issue
  • No issues with the Erigon nodes

Core Devs Call - 2023/12/06

· One min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis
filoozom
Head Of Infrastructure @ Gnosis

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.

Missed the meeting? Catch the full recording on YouTube.

December 06, 2023

Client Team Updates

EL

  • Nethermind:

    • Released a new version: 1.23.0
    • Includes the configuration change for gas limit (17m)
    • Memory issue fixes
    • Continuing Shutter exploration
  • Erigon:

    • Looking into how to improve pruning
  • Geth:

    • No update, the synced data is not getting saved to the database
    • Guillaume is still digging

Chain Infra

  • Gateway
    • No updates

Hive Tests

  • Couple of new tests related to Dencun that will be published tomorrow

Devnet

  • Doing well
  • No Dencun specific issues
  • One node is down all the time, but most likely infra issues

Core Devs Call - 2023/11/29

· 2 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis
filoozom
Head Of Infrastructure @ Gnosis

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.

Missed the meeting? Catch the full recording on YouTube.

November 29, 2023

Client Team Updates

EL

  • Nethermind:

    • No updates
  • Erigon:

    • No updates
  • Geth:

    • Was able to sync the whole mainnet up to the head block
    • However, none of the progress is getting saved to the database, so restarting the node requires a new sync every time. It also restarts after a full sync.
      • Probably related to the difficulty. Geth seems to expect the difficulty to be the TTD rather than an empty array.
      • This is likely the last issue to fix

Chain Infra

  • Gateway
    • worked on enabling eth_getProof on our Gnosis RPC by forwarding it to the Nethermind nodes, at least for certain customers
    • genome (.gno domains) infra is ready, we are waiting for them to complete whatever legalities

Hive Tests

  • Having some issues with fees regarding blobs

Devnet

  • Added 3 Erigon nodes
    • No issues for now
  • Started transaction fuzzers
    • Already had blob generators
  • Some reorgs are happening, but all nodes fixed themselves (both Erigon and Nethermind)
  • Might have a fix ready for the Nethermind syncing issue but are still testing
  • eth/68 issue potentially resolved as well

Core Devs Call - 2023/11/22

· 2 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis
filoozom
Head Of Infrastructure @ Gnosis

core devs call nov22

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.

Missed the meeting? Catch the full recording on YouTube.

November 22, 2023

Client Team Updates

EL

  • Nethermind:

  • Erigon:

    • Discovered parameter that was causing issues
    • Fixed problem related to OOM, problem for several nodes, incl Gnosis chain
    • An Erigon node is now 700GB with --prune=hrtc, which is around the same size as an archive node
      • Maybe there’s some issue with pruning for Gnosis?
  • Geth:

    • Second branch was able to start syncing this morning
    • Might need some help from Nethermind regarding receipt encoding

Chain Infra

  • Gateway
    • No one present

Hive Tests

  • No update

Devnet

  • Erigon updated the configs
  • We’re not sure if it’s running because Carlos is not present
  • There might be some issue with Nethermind and eth/68
    • Syncing issues
  • The chain seems to be progressing

Core Devs Call - 2023/11/08

· 2 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis

Gnosis Core Devs Call Notes

Frame 4490

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.

Missed the meeting? Catch the full recording on YouTube.

November 08, 2023

EL

  • Nethermind:

    • No specific updates
    • Trying to get something ready for Shutter before DevConnect
    • Still seeing bad blocks
  • Erigon:

    • No specific updates
  • Geth:

    • Working on importing receipts from Nethermind
      • New step required in the Shapella branch
      • Issue with the randomness contract
      • Tanishq is going to provide the data from Nethermind

Chain Infra

  • Gateway
    • Provisioning the resolver for .gno

Hive Tests

  • Added Erigon for deneb tests
  • The current dashboard will include those tests later today

Devnet

  • We should spin up a new one
  • Erigon has a trie mismatch
  • Nethermind nodes might be having issues
    • A new devnet is required anyways to get better logging
  • New devnet today
    • Lion will review the config (mostly CL)

Dencun

Core Devs Call - 2023/10/25

· 3 min read
Lion - dapplion
Merge coordinator
0xarmagan
Validator Comms Lead @ Gnosis

Gnosis Core Devs Call Notes

core devs call october 25

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.

Missed the meeting? Catch the full recording on YouTube.

October 25, 2023

EL

  • Nethermind:

    • New release with the incident fix and removal of deprecated xdai configs after this call
    • Now has more time to work on Shutter
  • Erigon:

    • Maybe the pruning is suboptimal because the node storage size is fairly big
    • Low priority because they’re focused on Erigon 3 which will change storage significantly anyways
  • Geth:

    • Kept digging into why the new branch isn’t connecting
    • Only works with eth/66 clients but gets rejected by the other side
    • Asked Tanishq and Somnath to sync nodes to get logs / information

Mainnet

  • Mainnet missed epochs: what happened?
    • Nethermind proved that it was possible to build bad blocks with integration tests
      • https://github.com/NethermindEth/nethermind/pull/6212
      • 100% sure that they fixed an edge case
      • Those blocks were built on incorrect state roots
      • There’s a high probability that this was the edge case that happened on mainnet
      • A release for this bug fix is coming very soon
        • This will also include the --config xdai(_archive) removal
      • This bad block situation requires some conditions
        • Specific transactions
        • Specific combination of fork choice request
        • Specific order of events
        • A different transaction pool, restarted Nethermind nodes or Erigon produced blocks could all be reasons to break out of this issue
    • Nethermind is going to go through logs a bit more to confirm
  • Lion: Thank you to the Nethermind team for the debugging efforts even throughout the weekend
    • Wants to write a postmortem because it was quite significant of an issue
    • What can we do to improve this type of situation?
      • Monitoring. We’ve already set up
      • Forkly
      • Loki logs in Grafana
      • Grafana metrics for all client combinations
      • Big block experiment and associated dashboards (in ClickHouse)
    • Access to partners / logs
    • We could also add additional non-pruning nodes (not necessarily archive)
      • We already run archive nodes on dev machines where we can SSH and run arbitrary code
    • Add alerts to post on Telegram
      • In case we see bad blocks
      • If we’re not finalizing
    • In this event we learned it too late (from Butta from Beaconcha.in rather than our own alerts)
    • Nethermind could implement a bad block metric
  • This issue really highlight the need of client diversity
    • Could moving a large portion of the network to Erigon cause more issues?

Chain Infra

  • Gateway
    • Looked at metrics and noticed the issue as well because the RPC had issues
    • Will soon be able to quickly provision rollups on Chiado

Hive Tests

  • No updates

Devnet

  • New devnet (devnet-1) was expected to be spun up today, but this is going to be postponed, most likely to tomorrow
    • Does this work with the mainnet KZG?
      • Nethermind updated it as well, so it should
    • Somnath is going to work on the configs for Erigon

Research

  • Automatic sync tests
    • Lion will check