Releases: taikoxyz/taiko-mono
Releases · taikoxyz/taiko-mono
taiko-alethia-client: v1.7.0
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
- fix some minor issues in comments (#19740) (e39f4db)
- taiko-client: fix some function names in comment (#19724) (3c1d2cb)
- taiko-client: rename
payload
toenvelope
(#19752) (3df3a1e)
Tests
docs-site: v1.29.2
taiko-alethia-client: v1.6.3
taiko-alethia-client-v1.5.2
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
- feat(taiko-client): cherry-pick some updates by @YoGhurt111 in #19502
- fix(taiko-client): record private tx failed when not DeadlineExceeded by @YoGhurt111 in #19631
- fix(taiko-client): handle reorg case when get blobs by @YoGhurt111 in #19661
Full Changelog: taiko-alethia-client-v1.5.1-mainnet...taiko-alethia-client-v1.5.2
docs-site: v1.29.1
docs-site: v1.29.0
docs-site: v1.28.3
docs-site: v1.28.2
taiko-alethia-client: v1.6.2
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