ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.65k stars 3.29k forks source link

Discovery: Add `opel` key to the execution layer #10926

Open trianglesphere opened 9 months ago

trianglesphere commented 9 months ago

We can move V5 bootnodes to the superchain registry and use the ENR text format. It's also possible to use DNS discovery for the EL (a little important b/c reth does not yet support discV5 but is moving in that direction.).

V5 can be cross network. We will want to split EL and CL. Long term we may want to remove testnet bootnodes & just have mainnet bootnodes.

Right now most bootnodes are stored as enodes in our code but should be ENRs.

trianglesphere commented 7 months ago

Status Update:

slack link: https://oplabs-pbc.slack.com/archives/C01HLRH0LKZ/p1713371903852319

sebastianst commented 4 months ago

Relevant spec entry is here.