Skip to content

v1.11.1

Latest
Compare
Choose a tag to compare
@taiko-kitty taiko-kitty released this 22 Oct 13:22
467c93e

Summary

v1.11.1 (2024-10-22) is a release for Taiko Mainnet, with support for the upcoming Ontake protocol fork, as well as optimizations and bug fixes.

Mandatory Update

Key Dates

  • Protocol Upgrade: Oct 31th, 2:00 AM UTC (10:00 AM Singapore) — Ensure your software is updated before this time.
  • Ontake Fork: Estimated for Nov 15th, 2024, at block height 538,304. The exact time may vary due to block time variability.

Required Software Versions

The versions listed below are the minimum required for the Ontake upgrade. Please note that newer versions may be released, and it's advised to stay updated.

Failure to upgrade may lead to network disconnection or operational issues. You can revert to previous versions before the fork if necessary, as no database schema changes are involved.

Details

Features

  • core: update MainnetOntakeBlock (#330) (cd72c5b)
  • all: geth/v1.14.11 upstream merge (5c84a20)
  • taiko_api: reduce the frequency of zlib compression when fetching txpool content (27b4d6e)
  • taiko_api: fix an EstimatedGasUsed calculation issue (96296fb)

Bug Fixes

  • taiko-geth: fix a mempool fetch issue (#333) (1340ded)
  • taiko-geth: revert a tx.Shift() change (#335) (46576d2)
  • taiko-geth: stop using RevertToSnapshot when fetching mempool (#336) (1216d8d)