Skip to content

celo-reth v1.0.5

Latest

Choose a tag to compare

@seolaoh seolaoh released this 10 Sep 13:22
f4fb5a8

Highlights

Upgrade recommended. This release hardens transaction decoding and fixes CIP-64 RPC fee handling.

  • Reject non-canonical EIP-2718 transaction encodings, including missing type bytes and trailing data (#321).
  • Price CIP-64 eth_call and eth_estimateGas in the selected fee currency and calculate gas allowance from its balance (#325). Requests from callers without that fee currency now fail, matching op-geth.

What's Changed

  • Reject non-canonical transaction encodings (backport optimism#22778) by @seolaoh in #321
  • celo-reth: price CIP-64 eth_call/eth_estimateGas in the fee currency (celo/reth-v1.0) by @karlb in #325

Container image: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/op-reth:celo-v1.0.5

Full Changelog: celo/reth-v1.0.4...celo/reth-v1.0.5