Skip to content

Releases: taikoxyz/taiko-mono

docs-site: v1.12.3

20 Oct 06:27
94d0dfb
Compare
Choose a tag to compare

1.12.3 (2024-10-20)

Chores

docs-site: v1.12.2

14 Oct 17:31
2ddc03b
Compare
Choose a tag to compare

1.12.2 (2024-10-14)

Bug Fixes

taiko-client: v0.38.0

09 Oct 03:29
f3ed20b
Compare
Choose a tag to compare
taiko-client: v0.38.0 Pre-release
Pre-release

0.38.0 (2024-10-09)

Summary

0.38.0 is a pre-release for the Hekla testnet that incorporates the merged upstream go-ethereum code. While this update is not mandatory for all Hekla node operators, we recommend upgrading to this version.

Required Software Versions

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

Details

Features

  • taiko-client: add proposer_pool_content_fetch_time metric (#18190) (35579df)

Chores

Tests

fork-diff: v0.6.1

04 Oct 02:41
287620f
Compare
Choose a tag to compare

0.6.1 (2024-10-04)

Documentation

  • fork-diff: update geth fork diff for upstream merge (#18206) (cf303b6)

docs-site: v1.12.1

30 Sep 06:39
8fae6e0
Compare
Choose a tag to compare

1.12.1 (2024-09-30)

Chores

  • docs-site: fix broken diagram and delete self-direction link (#18180) (2e20c28)

Documentation

  • docs-site: add warning to proposer page and update banner (#18186) (b02ea92)

taiko-client: v0.37.0

28 Sep 02:48
02a71dd
Compare
Choose a tag to compare
taiko-client: v0.37.0 Pre-release
Pre-release

0.37.0 (2024-09-28)

taiko-client v0.37.0 is a hotfix release to fix a proposer issue introduced in v0.36.0. It's a mandatory update for all Hekla testnet proposers.

Features

  • taiko-client: allow --l1.beacon to be optional when a blob server is given (#18094) (f4d47a3)
  • taiko-client: improve some logs in zk producer (#18117) (109595e)
  • taiko-client: support TaikoL1.proposeBlocksV2 (#18116) (d0c0fed)
  • taiko-client: update contract bingdings (#18182) (8954764)
  • taiko-client: update prover balance check to include bond balance (#18092) (5d5ca74)

Bug Fixes

  • taiko-client: dont check l1heightInAnchor vs l1Height when detecting reorg (#18110) (7ed9b6f)
  • taiko-client: fix blob server API URL when fetching blob data (#18109) (7230dfd)
  • taiko-client: fix process in handling empty proof (#18128) (d6d90d8)
  • taiko-client: fix revert case when propose blob blocks (#18185) (656e757)
  • taiko-client: improve prover balance check based on 18092 (#18129) (b6cd50b)
  • taiko-client: record lastProposedAt after ontake fork (#18166) (ea0ca90)
  • taiko-client: revert path changes about SocialScan endpoint (#18119) (38fa03a)

Chores

  • protocol: remove reliance on taiko contracts and update golangci-lint (#18151) (92f571a)
  • taiko-client: revert building changes (#18174) (485b2ee)
  • taiko-client: try cross-compile taiko-client to speed up docker building (#18171) (9dbad24)

Tests

  • taiko-client: disable docker pull in hive test (#18101) (95c9da2)
  • taiko-client: introduce TestProposeTxListOntake (#18167) (5023226)
  • taiko-client: introduce blob-server and blob-l1-beacon hive tests (#18121) (c544fe8)
  • taiko-client: upgrade full sync and snap sync hive tests (#18010) (1d18c17)

Workflow

docs-site: v1.12.0

19 Sep 09:01
6c17dcb
Compare
Choose a tag to compare

1.12.0 (2024-09-19)

Features

  • docs-site: sitewide banner for ontake fork notification (#18111) (5ed6c80)
  • docs-site: update docs for ontake fork hekla (#18143) (49b5071)
  • docs-site: update graphics and links for hekla ontake fork (#18146) (48a27af)

Bug Fixes

Documentation

docs-site: v1.11.9

15 Sep 23:56
b19eb10
Compare
Choose a tag to compare

1.11.9 (2024-09-15)

Documentation

taikoon-ui: v1.3.0

13 Sep 10:37
70af856
Compare
Choose a tag to compare

1.3.0 (2024-09-13)

Features

Build

  • deps-dev: bump @sveltejs/kit from 2.5.7 to 2.5.21 (#17901) (7a32ac4)
  • deps: bump @web3modal/common from 4.1.11 to 5.0.11 (#17876) (6ac4eb0)

taiko-client: v0.36.0

12 Sep 03:57
d895cd8
Compare
Choose a tag to compare
taiko-client: v0.36.0 Pre-release
Pre-release

Summary

v0.36.0 (2024-09-12) is a pre-release for the Hekla testnet, with support for the upcoming Ontake protocol fork, as well as optimizations and bug fixes.

Command-Line Flags

New Flags

  • --raiko.host.zkvm: Optional endpoint for a Risc0 and/or SP1 prover. ZK proofs are only required for a small percentage of blocks proposed by the Taiko Beats proposer. Other provers can safely ignore this flag.

  • --l1.private: Optional endpoint for an Ethereum private transaction mempool. This flag prevents broadcasting block proposals to the Ethereum network, protecting your Taiko transactions.

Removed Flags

  • --l1.http: Please ensure this flag is removed from your configuration file.

Mandatory Update ⚠️

Key Dates

  • Protocol Upgrade: Sep 20th, 2:00 AM UTC (10:00 AM Singapore) — Ensure your software is updated before this time.
  • Ontake Fork: Estimated for Sep 24th, 2024, at block height 840,512. 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. This pre-release applies only to the Hekla testnet and is not for mainnet use.

Details

Features

  • taiko-client: update Go contract bindings after protocol restructure (#18075) (57f4953)