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)