Skip to content

conduit-op-reth v2.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:57
6052df8

Summary

Point release on top of v2.1.0. Highlights:

  • op-reth bumped to v2.3.3 (#42) — upgrades the upstream op-reth dependency and inherits upstream node-builder wiring.
  • Flashblock pending state in RPC reads (#40) — eth_call, eth_estimateGas, and eth_simulateV1 now serve pending state from the latest flashblock, so simulated reads reflect not-yet-canonical flashblock state.
  • Dev payload L1 info deposit fix (#37) — the dev payload attributes builder now injects the L1 info deposit transaction.
  • Internal refactor (#41) — the proof_history module was renamed to launcher.

No consensus-breaking or config-breaking changes for node operators; this is a drop-in upgrade from v2.1.0.

Docker

docker pull ghcr.io/conduitxyz/conduit-op-reth:v2.1.1

Changes

  • chore: bump op-reth to v2.3.3 (#42)
  • refactor(node): rename proof_history module to launcher (#41)
  • feat(rpc): serve flashblock pending state in eth_call, eth_estimateGas and eth_simulateV1 (#40)
  • fix: inject L1 info deposit tx in dev payload attributes builder (#37)