ethereum-optimism / ethereum-optimism/optimism
Title: docs(node-from-docker): docker-compose example uses outdated op-reth/op-node versions
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 6.5k
- Forks
- 4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 134
Description
The docker-compose.yml example in node-from-docker.mdx pins outdated versions:
op-reth:v2.2.5op-node:v1.18.2
These predate the mandatory Karst hardfork (Upgrade 19) releases and should be updated to:
Versions before these don't support engine_getPayloadV5 and will fail once Karst activates on Mainnet (2026-07-08 16:00:01 UTC).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open docs/public-docs/node-operators/tutorials/node-from-docker.mdx and locate its docker-compose.yml example. Check the op-reth and op-node image tags against the issue's referenced releases; done means the example uses v2.3.3 and v1.19.1 so it supports the stated Karst requirements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 92/100