Skip to content

Releases: taikoxyz/taiko-mono

docs-site: v1.31.2

07 Oct 20:06
2174550

Choose a tag to compare

1.31.2 (2025-10-07)

Bug Fixes

  • docs-site: incorrect type definition for pages (#20134) (5bde0b1)

Chores

bridge-ui: v2.15.0

26 Sep 23:32
a8cca76

Choose a tag to compare

2.15.0 (2025-09-26)

Features

Bug Fixes

  • bridge-ui: fix grammar issues and typos (#20174) (31374a6)
  • bridge-ui: fix issue where TokenInput quota validation always returning false (#19814) (a36f99f)
  • bridge-ui: vercel deployment and wallet connection improvements (#20256) (9517737)

Chores

  • bridge-ui: add comprehensive logging to CustomTokenService (#19998) (2f5bc85)

docs-site: v1.31.1

25 Sep 20:32
5dbfaed

Choose a tag to compare

1.31.1 (2025-09-25)

Chores

Documentation

taiko-alethia-client: v1.11.0

18 Sep 22:34
eb76c2b

Choose a tag to compare

Pre-release

1.11.0 (2025-09-18)

Features

  • taiko-client: Add duration metrics to PreconfBlockApiServer (#19969) (cb174ba)
  • taiko-client: add HTTP 429 rate limit detection for Raiko (#20129) (4a03fbd)
  • taiko-client: blacklist peers who publish blocks signed by sequencers who arent onchain (#20006) (8b477d3)
  • taiko-client: fallback preconf (#19546) (3a402ad)
  • taiko-client: fallback to sgx proof (#19967) (7a63b58)
  • taiko-client: make the beaconSyncer.getBlockPayload() more compliant with the spec (#19860) (747e898)
  • taiko-client: read handover slots on chain (#19987) (316fadc)
  • taiko-client: remove dependency on geth undocumented eth_getHeaderByHash feature (#20035) (e1032ce)
  • taiko-client: rpc/engine/ethclient metrics (#20106) (d54c884)

Bug Fixes

  • protocol: fix devnet deployment (#20098) (cbf0fc7)
  • taiko-client: correct grammar and spelling issues (#20175) (944aa01)
  • taiko-client: elapsed time in histograms (#19975) (3807dfc)
  • taiko-client: enhance error handling in configuration and sync processes (#20103) (0aeac9b)
  • taiko-client: fix preconf router config (#20074) (e0ba42f)
  • taiko-client: revert pr-20035 (#20066) (2ee7349)
  • taiko-client: use unique log key for block ID in fallback check (#20026) (793a2d6)

Chores

  • relayer, taiko-client: fix typo/grammar in comments (#20071) (da74cf5)
  • taiko-client: add emoji to quickly identify logs (#19974) (8e979b6)
  • taiko-client: correct misspelling in taiko-client comments (#20052) (96e8507)
  • taiko-client: refactor preconfblocks envelope terminology (#20096) (922fd50)
  • taiko-client: remove unused prover fields from AssignmentExpiredEventHandler (#20105) (fef006f)

Documentation

Code Refactoring

  • taiko-client: use the built-in max/min to simplify the code (#20022) (4bb93e2)

docs-site: v1.31.0

03 Sep 04:18
b428009

Choose a tag to compare

1.31.0 (2025-09-03)

Features

  • protocol: design and implement Shasta upgrade (#19882) (2bc26e7)

Bug Fixes

  • docs-site: modify image links for GitHub rendering (#19997) (7bfd5fb)

Chores

docs-site: v1.30.0

13 Aug 20:23
15287bc

Choose a tag to compare

1.30.0 (2025-08-13)

Features

  • docs-site: update docs for based preconfs, node running, removal of proverset (#19928) (1a4b568)

Bug Fixes

taiko-alethia-client: v1.10.1

12 Aug 01:11
fd8cca4

Choose a tag to compare

1.10.1 (2025-08-12) is a hotfix version of the client for Taiko Alethia and Taiko Hekla. Please upgrade to this version if you are running a node.

Bug Fixes

  • taiko-client: add extended retry for missing trie node sync errors (#19874) (65c00fd)

Chores

docs-site: v1.29.6

06 Aug 20:41
060da61

Choose a tag to compare

1.29.6 (2025-08-06)

Bug Fixes

taiko-alethia-client: v1.10.0

05 Aug 02:48
98684f2

Choose a tag to compare

1.10.0 (2025-08-05) is a hotfix version of the client for Taiko Alethia and Taiko Hekla. Please upgrade to this version ASAP if you are running a node.

Features

  • taiko-client: add support for external signer from optimism module (#19851) (0227770)

Bug Fixes

  • taiko-client: fix the returned err about blob not found (#19869) (45336b0)

taiko-alethia-client: v1.9.0

30 Jul 19:20
7df6661

Choose a tag to compare

1.9.0 (2025-07-30)

Command Line Flag Changes

As we are preparing for the Based Preconfirmations upgrade, we highly recommend you set and configure the following flags:

Driver Flags

  • --p2p.bootnodes: You may find the bootnodes for each respective network in the latest simple-taiko-node release
  • --p2p.listen.ip: Should be set to 0.0.0.0.
  • --p2p.useragent: Should be set to taiko
  • --p2p.listen.tcp and --p2p.advertise.tcp: Should be set to a publicly accessible TCP port on your machine.
  • --p2p.listen.udp and --p2p.advertise.tcp Should be set to a publicly accessible UDP port on your machine.
  • --p2p.peerstore.path: Should be set to /node-keys/peerstore
  • --p2p.discovery.path: Should be set to /node-keys/discv5
  • --p2p.advertise.ip: Should be set to your machine's external IP, which should be publicly accessible to the internet at the TCP and UDP ports set above
  • --p2p.priv.raw: Should be set to a private key. The wallet/EOA does not need to hold any funds, it is purely for persisting a peer ID.

Proposer

  • The proposer is deprecated as of the upgrade, estimated to take place August 11th UTC.

Bug Fixes

Chores

Code Refactoring