Skip to content

conduit-op-reth v2.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 01:52
d2d7abc

Summary

Point release on top of v2.1.1. Highlights:

  • Flashblocks proof-history override fix (#43) — preserves pending-state call overrides when proofs history is enabled.
  • Pending call environment fix (#45) — executes pending calls in the Flashblock's block environment.
  • op-reth bumped to v2.4.0 (#46) — upgrades the upstream op-reth dependency from v2.3.3.

Docker

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

Changes

  • chore: bump version to 2.1.2 (#47)
  • chore: bump to op-reth 2.4.0 (#46)
  • fix: serve pending calls in the flashblock's block environment (#45)
  • fix(rpc): don't drop flashblocks call overrides when proofs-history is enabled (#43)