Skip to content

Releases: taikoxyz/simple-taiko-node

v1.14.0

11 Apr 06:22
e0a1222
Compare
Choose a tag to compare

1.14.0 (2025-04-11)

Features

  • docker: bump Hekla tags for sgx_geth (#381) (4ec6ccf)

v1.13.1

28 Mar 00:01
5e5cb67
Compare
Choose a tag to compare

1.13.1 is a release only for the Hekla testnet, with support for the upcoming Hekla Pacaya fork, as well as optimizations and bug fixes.

Mandatory Update ⚠️

Key Dates

  • Pacaya Fork: Estimated for Mar 29th, 2025, at block height 1,299,888. The exact time may vary due to block time variability.

Required Software Versions

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

Failure to upgrade may lead to network disconnection or operational issues.

Details

Bug Fixes

v1.13.0

27 Mar 04:31
529211a
Compare
Choose a tag to compare
v1.13.0 Pre-release
Pre-release

1.13.0 (2025-03-27) is a hotfix release for the Hekla testnet, with support for the upcoming Pacaya fork, as well as optimizations and bug fixes.

Mandatory Update ⚠️

Key Dates

  • Pacaya Fork: Estimated for Mar 28th, 2025, at block height 1,299,888. The exact time may vary due to block time variability.

Required Software Versions

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

Failure to upgrade may lead to network disconnection or operational issues.

Details

Features

v1.12.0

24 Mar 06:22
11ddbac
Compare
Choose a tag to compare
v1.12.0 Pre-release
Pre-release

1.12.0 (2025-03-24) is a release for the Hekla testnet, with support for the upcoming Pacaya fork, as well as optimizations and bug fixes.

Mandatory Update ⚠️

Key Dates

  • Pacaya Fork: Estimated for Mar 28th, 2025, at block height 1,299,888. The exact time may vary due to block time variability.

Required Software Versions

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

Failure to upgrade may lead to network disconnection or operational issues.

Details

Features

  • repo: update Hekla image tags for Pacaya fork (#374) (d1182fb)

v1.11.0

24 Mar 01:01
2788112
Compare
Choose a tag to compare
v1.11.0 Pre-release
Pre-release

1.11.0 is a release for the Hekla testnet, with support for the upcoming Pacaya fork, as well as optimizations and bug fixes.

Mandatory Update ⚠️

Key Dates

  • Pacaya Fork: Estimated for Mar 28th, 2025, at block height 1,299,888. The exact time may vary due to block time variability.

Required Software Versions

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

Failure to upgrade may lead to network disconnection or operational issues.

Details

Features

Chores

v1.10.3

27 Feb 03:00
118e4d4
Compare
Choose a tag to compare

1.10.3 (2025-02-25)

Chores

  • docker: update Hekla taiko-client tags (#367) (a4ac24f)

v1.10.2

14 Feb 19:18
da6b840
Compare
Choose a tag to compare

1.10.2 (2025-02-14)

Bug Fixes

v1.10.1

06 Feb 16:28
d2b7e9d
Compare
Choose a tag to compare

1.10.1 (2025-02-06)

Bug Fixes

v1.9.1

31 Jan 14:30
a353127
Compare
Choose a tag to compare

1.9.1 (2025-01-31)

This is a security release.
Please update your nodes ASAP.

For more details, please refer to go-ethereum/v1.14.13

Bug Fixes

Chores

v1.9.0

20 Jan 06:22
515b330
Compare
Choose a tag to compare
v1.9.0 Pre-release
Pre-release

Summary

1.9.0 (2025-01-20) is a pre-release for the Hekla testnet, with support for the upcoming protocol fork, as well as optimizations and bug fixes.

Major Updates:

  • Supported revert protection to protect proposers' profit. (Need your PBS service support revert protection and upgrade the ProverSet)
  • Introduced the fallback mechanism, proposer will use calldata as DA when blob fee is more expensive than using calldata when enabled the l1.fallbackToCalldata.
  • Reduced the provingWindow.
  • Introduced proof aggregation, provers can accumulate a certain number of proofs and submit them in batches to save gas costs.
  • Breaking change in ABI encoding due to contract upgrade ⚠️ .

Command-Line Flags

New Flags

  • --l1.fallbackToCalldata: Optional config. If set to true, the proposer will use calldata as DA when the blob fee is more expensive than using calldata.

  • --l1.revertProtection: Optional config. Enable revert protection within your ProverSet contract, this is effective only if your PBS service supports revert protection.

  • --prover.sgx.batchSize: Optional config. The default size of batch sgx proofs, when it arrives, submit a batch of proof immediately, when the value is larger than 1, it means enabling the proof aggregation.

  • --prover.forceBatchProvingInterval: Optional config. Time interval to prove blocks, even if the number of pending proofs does not exceed the batchSize, this flag only works when the proof aggregation is enabled.

Removed Flags

  • --prover.capacity: Please ensure this flag is removed from your configuration file.
  • --extraData: Optional, if you used this flag before, it won't work after the upgrade.
  • --prover.minEthBalance: Optional, if you used this flag before, it won't work after the upgrade.
  • --prover.minTaikoTokenBalance: Optional, if you used this flag before, it won't work after the upgrade.
  • --prover.blockSlippage: Optional, if you used this flag before, it won't work after the upgrade.
  • --prover.maxProposedIn: Optional, if you used this flag before, it won't work after the upgrade.

Mandatory Update ⚠️

Key Dates

  • Protocol Upgrade: Feb 1st, 2025, 2:00 AM UTC (10:00 AM Singapore) — Ensure your software is updated before this time.

Required Software Versions

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

Failure to upgrade may lead to network disconnection or operational issues. You can revert to previous versions before the fork if necessary, as no database schema changes are involved. This pre-release applies only to the Hekla testnet and is not for mainnet use.

Features

  • driver,prover,proposer: bump client version (#353) (02fa9b6)