Skip to content

Releases: taikoxyz/taiko-mono

taiko-alethia-client: v1.7.0

18 Jul 21:43
815c5f7
Compare
Choose a tag to compare
Pre-release

1.7.0 (2025-07-18) is a pre-release for the Hekla testnet, with p2p gossiping changes and other improvements to resolve reorg issues.

Features

  • protocol: allow operators to register a new address(sequencer) (#19722) (01cc55a)
  • taiko-client: add domain envelope type, update l1Origin with signature and forced inclusion marker (#19719) (ee54a9d)
  • taiko-client: introduce api key for raiko (#19732) (2962e23)
  • taiko-client: set highest unsafe l2 payload to latest head on server startup in driver (#19696) (16ef25d)

Bug Fixes

  • taiko-client: should use blockID to get L1 origin (#19713) (526018d)
  • taiko-client: update L1 origin of parent if the block is building on a orphaned parent (#19701) (6632b6d)

Chores

Tests

  • taiko-client: remove the dependency of debug_setHead for better node implementations diversity support (#19721) (958f2ac)

docs-site: v1.29.2

12 Jul 12:52
9f809fd
Compare
Choose a tag to compare

1.29.2 (2025-07-11)

Bug Fixes

Chores

taiko-alethia-client: v1.6.3

27 Jun 02:17
65fa4d7
Compare
Choose a tag to compare
Pre-release

1.6.3 (2025-06-26)

Bug Fixes

  • taiko-client: handle reorg case when getting blobs (#19660) (aeb9ddc)

Chores

  • taiko-client: make function comment match function name (#19649) (30bde71)

taiko-alethia-client-v1.5.2

09 Jul 00:35
26821ce
Compare
Choose a tag to compare

1.5.2 (2025-07-09) is a release for the mainnet, included several production issue fixes based on version 1.5.1

What's Changed

Full Changelog: taiko-alethia-client-v1.5.1-mainnet...taiko-alethia-client-v1.5.2

docs-site: v1.29.1

18 Jun 07:30
a14b141
Compare
Choose a tag to compare

1.29.1 (2025-06-18)

Documentation

  • docs-site: update based-preconfirmation.mdx to avoid legal implications (#19612) (a8f600e)

docs-site: v1.29.0

16 Jun 05:12
7958b09
Compare
Choose a tag to compare

1.29.0 (2025-06-16)

Features

Bug Fixes

  • docs-site: use "preconfer" to replace "preconfirmer" (#19616) (288f61e)

Chores

  • docs-site: record alethia addresses in contract-addresses page (#19622) (95c7f38)

docs-site: v1.28.3

10 Jun 14:08
1f510a6
Compare
Choose a tag to compare

1.28.3 (2025-06-10)

Bug Fixes

  • docs-site: fix eth-docker docs link in run-an-ethereum-testnet-node.mdx (#19595) (d010b6e)

docs-site: v1.28.2

10 Jun 01:48
a90551d
Compare
Choose a tag to compare

1.28.2 (2025-06-10)

Chores

taiko-alethia-client: v1.6.2

06 Jun 01:17
60d7077
Compare
Choose a tag to compare
Pre-release

1.6.2 (2025-06-05) is a pre-release for the Hekla testnet for enabling based preconfirmations.

Note that since this is Stage 1 Whitelisted Preconfirmations, community members WILL NOT be able to propose/prove blocks. Community proposer/provers are encouraged to disable their proposer/provers to prevent loss of funds. Read more about the based preconfirmations rollout here.

Required Software Versions

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

Failure to upgrade may lead to proof operation failure or operational issues.

Command-Line Flag Changes

Driver Flag Changes

  • --taikoL1 has been replaced by --taikoInbox. Functionally remains the same.
  • --taikoL2 has been replaced by --taikoAnchor. Functionally remains the same.
  • --preconfirmation.serverPort: Optional config. HTTP port of the preconfirmation block server, 0 means disabled.
  • --preconfirmation.jwtSecret: Optional config. Path to a JWT secret to use for the preconfirmation block server.
  • --preconfirmation.corsOrigins: Optional config. CORS Origins settings for the preconfirmation block server, default value is *.
  • --preconfirmation.whitelist: Optional config. PreconfWhitelist contract L1 address.
  • --preconfirmation.handoverSkipSlots: Optional config. Handover slots to provide a boundary at the end of an epoch, default value is 4.

Proposer Flag Changes

  • --txPool.locals: DEPRECATED Priority inclusion accounts list has been deprecated.
  • --txPool.localsOnly: DEPRECATED Same as above.

Prover Flag Changes

  • --prover.startingBlockID has been replaced by --prover.startingBatchID.
  • --prover.localProposerAddresses: Optional config. Comma separated list of local proposer addresses, if set, prover will prove the batches proposed by these addresses before the assignment expiration time.
  • --graffiti: DEPRECATED Adding additional graffiti info to proof evidence has been deprecated.
  • --mode.contester: DEPRECATED Contesters no longer part of protocol.
  • --prover.port: DEPRECATED
  • --http.maxExpiry: DEPRECATED
  • --prover.guardianProverHealthCheckServerEndpoint: DEPRECATED Guardians no longer part of protocol.
  • --guardianProverMinority: DEPRECATED
  • --guardianProverMajority: DEPRECATED
  • --guardian.submissionDelay: DEPRECATED
  • --prover.enableLivenessBondProof: DEPRECATED
  • --prover.l1NodeVersion: DEPRECATED
  • --prover.l2NodeVersion: DEPRECATED

Bug Fixes

  • taiko-client: dont use c.Request().Context() (#19592) (f1bcc4a)

taiko-alethia-client: v1.6.1

02 Jun 20:23
6329543
Compare
Choose a tag to compare
Pre-release

1.6.1 (2025-06-02)