Skip to content

Releases: taikoxyz/taiko-mono

taiko-alethia-client: v0.41.1

30 Dec 07:02
e0e1c4c
Compare
Choose a tag to compare
Pre-release

0.41.1 (2024-12-30)

Chores

  • taiko-client: cleanup pre-ontake proposer code (#18672) (a52d9a7)

taiko-alethia-client: v0.41.0

30 Dec 05:58
7ff64a4
Compare
Choose a tag to compare
Pre-release

Summary

0.41.0 (2024-12-30) is a minor release that introduces conditional block proposals (available only if your PBS service supports this feature) and includes optimizations for proof aggregation. This is not a mandatory upgrade.

Details

Features

Read more

taiko-alethia-protocol: v1.11.0

27 Dec 07:57
42cd90d
Compare
Choose a tag to compare

1.11.0 (2024-12-27)

Features

  • protocol: add DevnetTaikoL1 (#17900) (d864cea)
  • protocol: add lastProposedIn to slotB (#18379) (96b380a)
  • protocol: add proposeBlocksV2 method to ProverSet (#18115) (0743a99)
  • protocol: add proveBlocks method to ProverSet (#18025) (36a2ae5)
  • protocol: add proveBlocks to TaikoL1.sol (fe687b3)
  • protocol: add TIER_ZKVM_RISC0 tier and HeklaTierProvider (#17913) (64ed666)
  • protocol: add a batch proposing block function (#17864) (3649785)
  • protocol: add aggregated sgx verify test (#18160) (8dda47b)
  • protocol: add ComposeVerifier, TeeAnyVerifier, and ZkAnyVerifier (ee464ca)
  • protocol: add EIP-2612 (permit extension) to bridged ERC20 tokens (#17818) (185ef91)
  • protocol: add Hekla Ontake hardfork upgrade scripts (#18103) (a3436e8)
  • protocol: add preconfirmation support based on #17654 (with some renaming) (#14793) (17d67d7)
  • protocol: add proposeBlock2 in TaikoL1.sol and approve2 in GuardianProver.sol (17d67d7)
  • protocol: add proposer address to getMinTier func (#17919) (d6ea6f3)
  • protocol: add SP1 verification support (#17861) (2936312)
  • protocol: add withdraw eth function to proverset (#17800) (bb2abc5)
  • protocol: adjust gas excess once the gas target has changed (a1e217e)
  • protocol: adjust the zk ratio(risc0 & sp1) (#18613) (431435e)
  • protocol: allow local.params.parentMetaHash to remain as 0 (#18451) (94185fe)
  • protocol: allow a grace period (4h) to defer proof submission to reduce cost (fe687b3)
  • protocol: allow any address to withdraw token to the recipient address (#17843) (3d89d24)
  • protocol: allow any ERC20 tokens or Ether to be used as bonds (#18380) (1920521)
  • protocol: allow contract proposers to use calldata for DA (17d67d7)
  • protocol: allow msg.sender to customize block proposer addresses (#18048) (22055cc)
  • protocol: allow owner to update recipient in TokenUnlock (#18184) (773ae1b)
  • protocol: change HeklaTaikoToken's clock mode to timestamp to test the DAO (#18597) (ccc9500)
  • protocol: check-in HeklaTaikoToken (#18189) (60c38d8)
  • protocol: decrease the rate of risc0 in Hekla (#18553) (57d20db)
  • protocol: enable sp1 batch aggregation (#18199) (038cd32)
  • protocol: enhance nextTxId logics in DelegateOwner (#17718) (85b2cad)
  • protocol: improve getTransitions (#18181) (868d733)
  • protocol: improve L2 basefee calculation (920bd68)
  • protocol: increase risc0 frequency in Hekla (#18407) (350264c)
  • protocol: Increase the probability of sgx proof for lab proposer (#18288) (fd0dbbb)
  • protocol: increase zk(risc0 & sp1) rate in mainnet (#18481) (f24a908)
  • protocol: introduce getTransitions in TaikoL1 (#18154) (273bf53)
  • protocol: introduce ForkManager to improve protocol fork management (#18508) (ff5c196)
  • protocol: introduce risc0 proof (#17877) (bcb57cb)
  • protocol: make TaikoL2Deprecated ABI go-ethereum compatible (#18659) (05594cf)
  • protocol: make sure init() covers logics in init2(), init3().. (#18292) (9d06958)
  • protocol: measure gas per block using a debug event (#18470) (e84e472)
  • protocol: propose a batch blocks conditionally (#18570) (e846f62)
  • protocol: protocol monitors (#18002) (45b2087)
  • protocol: relocate L2 base fee parameters to L1 configuration (17d67d7)
  • protocol: rename B_BLOCK_PROPOSER to B_PRECONF_REGISTRY (#18255) (bf3caf7)
  • protocol: request zk proofs(risc0 & sp1) in mainnet (#18467) (1fab427)
  • protocol: return verification timestamp in...
Read more

docs-site: v1.21.0

23 Dec 16:52
44c4d35
Compare
Choose a tag to compare

1.21.0 (2024-12-23)

Features

Chores

Build

  • deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#18539) (79f3fab)
  • deps: bump golang.org/x/sync from 0.9.0 to 0.10.0 (#18560) (3d51970)

taiko-client: v0.40.0

23 Dec 01:30
2a82c94
Compare
Choose a tag to compare
taiko-client: v0.40.0 Pre-release
Pre-release

Summary

0.40.0 (2024-12-23) is a minor release that introduces conditional block proposals (available only if your PBS service supports this feature) and includes optimizations for proof aggregation. This is not a mandatory upgrade.

Details

Features

Bug Fixes

  • taiko-client: valid status check in BatchGetBlocksProofStatus (#18595) (ec5f599)

Chores

  • taiko-client: add BaseFeeConfig.SharingPctg to mainnet protocol config (#18341) (75d14a7)
  • taiko-client: update CI badge and path (#18441) (6aef03e)
  • taiko-client: update docker-compose config (#18330) (74e4ca4)
  • taiko-client: update Go contract bindings generation script (#18324) (4f698a0)

Code Refactoring

  • taiko-client: move utils package from internal/ to pkg/ (#18516) (b674857)

Tests

  • taiko-client: fix some lint issues for taiko-client (#18517) (ac7eba6)
  • taiko-client: introduce TestTxPoolContentWithMinTip test case (#18285) (d572f4c)
  • taiko-client: skip TestCheckL1ReorgToSameHeightFork temporarily (#18522) (385fed2)

Workflow

Build

  • deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#18539) (79f3fab)
  • deps: bump golang.org/x/sync from 0.9.0 to 0.10.0 (#18560) (3d51970)

bridge-ui: v2.13.0

18 Dec 14:11
cfa0652
Compare
Choose a tag to compare

2.13.0 (2024-12-17)

Features

Bug Fixes

  • bridge-ui: balance visually not updating correctly when switching chains (#17832) (f495e40)
  • bridge-ui: increase pagesize (#17886) (9e38a33)

Workflow

Build

  • deps-dev: bump @sveltejs/kit from 2.5.7 to 2.5.21 (#17901) (7a32ac4)
  • deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#18539) (79f3fab)
  • deps: bump golang.org/x/sync from 0.9.0 to 0.10.0 (#18560) (3d51970)

docs-site: v1.20.3

09 Dec 03:41
0ef7fd6
Compare
Choose a tag to compare

1.20.3 (2024-12-09)

Bug Fixes

Chores

docs-site: v1.20.2

08 Dec 07:56
802569a
Compare
Choose a tag to compare

1.20.2 (2024-12-08)

Bug Fixes

docs-site: v1.20.1

07 Dec 14:44
1ea9d4a
Compare
Choose a tag to compare

1.20.1 (2024-12-07)

Bug Fixes

Chores

  • docs-site: add goldsky to dev tools (#18552) (4b83b5f)
  • docs-site: update hekla proof tier config graphic and address (#18554) (0854e12)

docs-site: v1.20.0

06 Dec 03:30
a3aff95
Compare
Choose a tag to compare

1.20.0 (2024-12-06)

Features

  • docs-site: add taiko-protocol section with economics and codebase analysis (#18542) (55acc93)