Skip to main content

26 posts tagged with "Gnosis Chain"

View All Tags

Core Devs Call - 2024/06/12

· 3 min read
Lion - dapplion
Hard Fork 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.

Watch the record here

June 12, 2024

Client Team Updates

EL

  • Nethermind:

    • Released an RC with block processing improvements
    • Hired a new QA engineer
      • Talked with Lion about state testing GC (because Hive tests don’t cover that)
      • Could help to prepare those tests
  • Erigon:

    • Was able to run Erigon v3 on Gnosis up to T-50k blocks
    • Running fine, but there might be some issues with block downloading towards the end (might also be a networking issue though)
  • Geth:

    • Guillaume is sick
  • Reth:

    • We want to bring reth to Gnosis (there’s also demand from CoW and other projects)
    • Reth is close to being considered stable
    • Reth is quite extensible, so it might be possible to implement support for Gnosis without having to maintain a fork
    • Will require a state snapshot from the merge, so we don’t have to implement AuRa, as this would be significantly more difficult
    • Reth doesn’t support snap sync yet

Chain Infra

  • Gateway
    • Updated Erigon to the latest version

Testing

  • Planning on forking https://github.com/ethereum/tests
    • Try to fork it with Nethermind as a generator without modifications
      • Should mostly be implemented by Nethermind but wasn’t battle tested
      • Maybe we should try generating tests for mainnet and compare them
    • Likely some tests will fail, and we can adapt them afterwards
  • Is Erigon running POSDAO tests?
    • Geth for sure isn’t
  • We shouldn’t necessarily assume that passing mainnet tests means that we also pass Gnosis tests, but it might not be reasonable to fork all tests either
    • We should adapt some tests at least
    • The question is where to draw the line

Research

  • EIP-7002 (EL withdrawals)
    • On Ethereum the fee is burned, but we don’t want that on Gnosis Chain
    • Either we keep the same contract and burn the xDAI, or we do a different contract with a different address (which might be worse UX)
    • Burning it shouldn’t be too bad, but it’s not only a “chain revenue” decision, it’s also the fact that the xDAI burned will never be recoverable, which doesn’t really make sense

Innovation

  • Shutter
    • All the signatures are now being verified
      • Keypers haven’t swapped over to blst yet, but they have test vectors that are working
    • Nethermind is feature complete
    • Debugging an issue where some transactions are not being included when there’s too many
    • Debugging high CPU usage
    • Code review is finished

Core Devs Call - 2024/05/29

· 2 min read
Lion - dapplion
Hard Fork 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.

May 29, 2024

Client Team Updates

EL

  • Nethermind:

    • Big push for optimizing the head processing
    • Soon to be released
    • Big focus on Pectra of course
    • Fix for snap sync server (it was incompatible with geth)
  • Erigon:

    • No particular updates
    • Andrew wasn’t able to reproduce the issue
      • Philippe will open a fresh issue
      • Will publish a new version if the specific issue can be reproduced
    • Erigon v3
      • Works on Gnosis
      • Might not be integrated with Caplin yet
      • Will have to test internally to see if it works and how it performs
      • 2-3x higher requirements (mostly RAM)
        • V2 required 16 GB of RAM
        • V3 requires 64 GB of RAM
          • Working on optimizations
      • ETA ~6 months based on stability
        • Contingency for Pectra if it takes too long?
          • V2 can backport Pectra changes in the worst case
  • Geth:

    • Working on adding Chiado to Geth to test block proposals at all
      • Problematic because there’s custom contracts and state in the genesis

Chain Infra

  • Gateway
    • No update

Research

  • Stable Fees With Gas Futures
    • Gnosis Chain can fairly easily do gas futures using the fee collector
    • Checking with economists if this is safe and makes sense
      • It might break EIP-1559
    • Private auctions might be complicated to select sell parameters

Innovation

  • Shutter
    • No updates
    • Launch on Chiado went well
    • Worked on some documentation about setting up validators
    • Has stayed connector on both machines since launch
    • There’s still the BLST hack because of incompatibilities between Shutter and Nethermind’s libraries

Core Devs Call - 2024/05/08

· 2 min read
Lion - dapplion
Hard Fork 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.

May 08, 2024

Client Team Updates

EL

  • Nethermind:

    • Snap sync and half-path published last week
    • Preparing for Pectra
  • Erigon:

    • Switched internal development to Erigon 3
    • Release candidate of Erigon v2.60.0
    • Erigon v3
      • Syncs way faster (doesn’t have to execute all blocks since genesis)
      • Granularity of state history is much finer
      • Should be cheaper to run because less data has to be on fast drives and colder history can be on cheaper disks
  • Geth:

    • No update

Chain Infra

  • Gateway
    • No update

Innovation

  • Shutter
    • Nethermind now integrates with the keypers, nothing is hardcoded anymore
    • Working on a few stability improvements
      • Syncing / missed slots: fixed
      • Gossipsub disconnection issue still ongoing
      • Not receiving keys on time
      • Discovered an issue on the keyper side for key signing

Core Devs Call - 2024/04/24

· 2 min read
Lion - dapplion
Hard Fork 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.

April 24, 2024

Client Team Updates

EL

  • Nethermind:

    • Working on Pectra, close to be ready for devnet0 (expected next week but will be announced at ACD)
    • Testing snap sync
    • Release planned for tomorrow
      • One potential bug remaining
      • Includes half-path and snap sync server for newly synced nodes by default
      • Snap sync in ~45 minutes with one peer
        • Nethermind ↔ Nethermind snap sync tested and working
        • Nethermind from Geth also worked
  • Erigon:

    • Working on Pectra
  • Geth:

    • Fully syncs on GC!
    • Serving snap sync, was able to snap sync a few nodes from it
    • 3 official Geth nodes were deployed an synced, can be used for snap syncing
      • Enodes to be sent in the Telegram group
    • Working on a rebase from a more recent Geth version
    • Block building seems to be broken
    • There’s a bug for full sync that needs to be addressed
    • Very positive in general, just some housekeeping left

Chain Infra

  • Gateway
    • Fixed the checkpointz endpoint
    • Observed OOM issues with 1.25.4
      • The node was killed and couldn’t resync after restarting
      • Will keep Nethermind posted with logs and information

Innovation

  • Shutter
    • Pushed a new update with the new curves in keypers
      • Working on integrating with that
    • Working on the libp2p stability issue (probably linked to GossipSub implementation)

Research

  • EIP-3074 + EIP-5003

Core Devs Call - 2024/04/18

· 4 min read
Lion - dapplion
Hard Fork 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.

April 18, 2024

Innovation

  • Account abstraction
    • https://eips.ethereum.org/EIPS/eip-3074
    • https://eips.ethereum.org/EIPS/eip-5003
    • 5003 would allow to fully transition from EOA to contract based accounts
      • If it’s not done in the next hard fork, the wait for the next one would be quite long and capabilities would not be “complete” for 3074
    • Would be interesting to hear about security considerations for 5003
    • Would be great to have 5003 in addition to 3074 to have the full account abstraction picture
    • Issues
      • Signing messages would still be possible
        • For permit transactions for example
          • Could be fixed by changing the ecrecover precompile for example, but then that would create a dependency on the state, which is a first for precompiles
      • Would break composability
        • The key would work on some chains as an EOA but wouldn’t work at all on others
      • This should be discussed in ACD calls
    • Bound historical data
      • https://eips.ethereum.org/EIPS/eip-4444
      • First step being considered by EF
      • Data
        • Portal
          • Dedicated team at the EF
          • It’s a parallel network of DHTs
          • You have to custody data based on your node ID
            • Issues
              • Can be spammed because you can mine IDs
              • Network needs sufficient replication in order not to lose data, which introduces more bandwidth and storage requirements
          • Not really proven to work yet
        • Bittorrent
          • Currently employed by Erigon (but not for EIP-4444)
            • They don’t have a state snapshot yet, meaning that you couldn’t sync without doing the whole current process
            • Will be possible with Erigon v3
              • Would only need to store historical data for RPCs or if you need to serve historical data
            • Each node creates checkpoints and seed that data
              • Hashes are added to clients to be able to find them
          • Should be sufficient, because the data can be verified anyways, and is unlikely to disappear because it’s easy to seed and back up
          • ERA1 format
        • IPFS
        • Swarm
        • Something else in the meantime?
    • Issues
      • Would create two different types of nodes, one of which would be parasitic
      • Can every CL sync deposits?
        • Lodestar not yet but every team supports this so they’ll implement it soon too
      • Syncing from a state rather than history is not possible on Erigon v2 and will require v3, which is yet to be released
        • Even in v3, historical data would be done in their proprietary format for now, and the client would require changes to support ERA1
    • Questions
    • What’s good enough for Gnosis Chain?
      • In terms of decentralization
    • Why do we care about historical data?
      • Tax reasons, archiving reasons, …
    • Requirements
      • Data doesn’t get lost
      • Newcomers are able to access that data eventually (not necessarily quickly)

Core Devs Call - 2024/04/10

· 2 min read
Lion - dapplion
Hard Fork 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.

April 10, 2024

Client Team Updates

EL

  • Nethermind:

    • Nothing new
      • Working on Pectra and half-path / snap sync server
  • Erigon:

    • Working on Pectra and Erigon 3
  • Geth:

    • Issue when the first blob was included in a block
    • Currently less than 2 weeks behind head
    • Then will test snap sync with a new geth node

Chain Infra

  • Gateway
    • No updates

Innovation

  • Shutter

    • The first Shutter transaction was included!
    • Transaction submitted to sequencer contract and included in a block
    • However, keypers are mocked for now, so the keys are hard coded
      • Because the keypers are still using the BN curve rather than BLS
      • Will require some changes from Shutter and then some testing
      • No ETA yet
    • The libp2p issue hasn’t been resolved yet, so the connection breaks after around half a hour
  • Verkle Tree Integration

    • Gnosis Chain has less time per block to do the transition
    • What’s the upper bound for time we can take to do the transition?
      • One issue is that snap sync is not entirely figured out for the transition yet, so syncing could be a bit more difficult (but at most nodes would have to sync 2 months worth of blocks, which on Gnosis Chain is not that huge of an issue, and it likely doesn’t change anything for Erigon at least)
    • Ethereum is targeting 2 weeks, on Gnosis Chain with identical parameters it would take 4x longer, so 2 months (mental math, to be checked)