OffchainLabs / go-ethereum

GNU Lesser General Public License v3.0
52 stars 88 forks source link

Upgrade go-ethereum code to compatibility with EigenDA #323

Closed prpeh closed 1 month ago

prpeh commented 1 month ago

Rationale

To integrate Artribum L2 Orbit with EigenDA.

The issue is EigenDA now require ethereum/go-ethereum v1.14.0 that use pebble v1.1.0 but currently nitro node use OffchainLabs/go-ethereum with very old version of pebble v0.0.0-20230928194634-aa077af62593. That will make version conflict of pebble when making integration nitro node with EigenDA.

Implementation

cryptix commented 3 weeks ago

I don't see a PR linked and the dependency tree still looks like 1.13, so I'm assuming this hasn't actually happened?