Releases: taikoxyz/taiko-mono
Releases · taikoxyz/taiko-mono
docs-site: v1.31.2
bridge-ui: v2.15.0
2.15.0 (2025-09-26)
Features
- bridge-ui: add solverfee to type (#19667) (8a62601)
- bridge-ui: relayer component retry status (#19390) (e634dcc)
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
docs-site: v1.31.1
1.31.1 (2025-09-25)
Chores
Documentation
- docs-site: corrected IP address (#20116) (5803f33)
- docs-site: fix ERC-4337 doc link (#20111) (f13659c)
- docs-site: fix grammar and typos in documentation (#20173) (f029957)
- docs-site: fix typos (#20138) (dfe19eb)
- docs-site: new Taiko Hoodi testnet (code name Tolba) (#20182) (6a82488)
- docs-site: typo fix (#20077) (9232838)
taiko-alethia-client: v1.11.0
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
docs-site: v1.31.0
docs-site: v1.30.0
taiko-alethia-client: v1.10.1
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
Chores
docs-site: v1.29.6
taiko-alethia-client: v1.10.0
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
Bug Fixes
taiko-alethia-client: v1.9.0
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 latestsimple-taiko-node
release--p2p.listen.ip
: Should be set to0.0.0.0
.--p2p.useragent
: Should be set totaiko
--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
- taiko-client: fix swagger gen preconf blocks api (#19794) (aae4af8)
- taiko-client: p2p fixes (#19841) (cac40c2)
- taiko-client: use zk error as the err of
g.Wait()
(#19806) (211d8fb)