Skip to content

Releases: taikoxyz/taiko-mono

docs-site: v1.11.5

18 Jul 03:06
be34059
Compare
Choose a tag to compare

1.11.5 (2024-07-17)

Documentation

  • docs-site: add upgrade proverset script instructions (#17799) (91d307c)
  • docs-site: update developer tools page (#17738) (21ad192)
  • docs-site: update edited Taiko BCR Explorer link (#17798) (11ecf83)
  • docs-site: update URL for .env.sample file (#17794) (e8c1b18)

bridge-ui: v2.12.0

18 Jul 11:42
bc086f1
Compare
Choose a tag to compare

2.12.0 (2024-07-18)

Features

Bug Fixes

Chores

protocol: v1.8.0

11 Jul 14:52
c190bcf
Compare
Choose a tag to compare

1.8.0 (2024-07-11)

This protocol release introduces optimizations without requiring proposers and provers to upgrade their software.

Notable Changes

  1. Bonds will now be kept in the TaikoL1 contract after return. Block proposers and provers can withdraw them using the new withdrawBond function. To reduce block proposing and proving cost, proposers and provers are encouraged to deposit enough TAIKO tokens as bonds using depositBond, but this is optional.

  2. The ring buffer size has been increased to accommodate data for up to 36,000 verified blocks. Custom contracts can utilize TaikoL1's new getVerifiedBlockProver function to retrieve the final prover of any of the last 36,000 verified blocks.

  3. A new CalldataTxList event will be emitted when calldata is utilized for DA. Taiko client will capture this event in the new future to extract the L2 transaction list data, preparing for an upcoming "ontake" fork in protocol 1.9.0.

  4. The Bridge contract has been improved so that all gas can be used when a message is retried.

For a comprehensive list of changes, refer to the detailed changelog below.


Features

  • protocol: allow TAIKO token bonds deposits and withdrawal (#17725) (e505392)
  • protocol: emit CalldataTxList when calldata is used for DA (#17657) (f49aae8)
  • protocol: update tier_router address in L1RollupAddressManager (#17717) (57c8dc0)

Bug Fixes

  • protocol: fix an issue in DelegateOwner then refactor the code (#17633) (fbeb4e4)
  • protocol: use gasleft() in Bridge's retryMessage function (#17708) (d86893c)

Chores

  • protocol: give more slots for verified blocks in ring buffer (#17762) (8d6d489)

Documentation

Code Refactoring

  • protocol: delete duplicate event and error definition from TaikoL1 (#17722) (0607b14)
  • protocol: refactor TaikoL1 contract (#17678) (db6ccdf)
  • protocol: remove unused tier fee in TaikoData (#17741) (50abed1)

docs-site: v1.11.4

10 Jul 07:42
37284ec
Compare
Choose a tag to compare

1.11.4 (2024-07-10)

Documentation

taiko-client: v0.29.0

06 Jul 03:37
fd52af1
Compare
Choose a tag to compare

0.29.0 (2024-07-05)

Features

  • taiko-client: add --epoch.minTip flag (#17726) (a331e9d)
  • taiko-client: add defaultRequestTimeout for SGXProofProducer (#17724) (e301451)
  • taiko-client: add proof status check before generating proof (#17711) (9a8e15e)
  • taiko-client: call CreateAccessList (#17691) (9bb4b9c)
  • taiko-client: improve ProverProvenByGuardianGauge metric (#17703) (c88fcd1)
  • taiko-client: introduce --epoch.allowZeroInterval flag (#17727) (e76890d)
  • taiko-client: introduce AccessList (#17676) (3c95477)
  • taiko-client: introduce TryDecompressHekla() (#17735) (67a7a37)
  • taiko-client: make request timeout to raiko configurable (#17728) (f8f796c)
  • taiko-client: remove prover server package (#17748) (b064ea0)
  • taiko-client: revert access list changes (#17694) (fd15dab)
  • taiko-client: update bindings && fix tests (#17680) (10b95e1)
  • taiko-client: update Go contract bindings (#17733) (9d18504)

Code Refactoring

taikoon-ui: v1.2.0

04 Jul 18:20
b7c93f8
Compare
Choose a tag to compare

1.2.0 (2024-07-04)

Features

Bug Fixes

docs-site: v1.11.3

04 Jul 03:19
eb2b5c8
Compare
Choose a tag to compare

1.11.3 (2024-07-04)

Documentation

  • docs-site,protocol: streamline ProverSet deployment (#17730) (919cb4c)

docs-site: v1.11.2

01 Jul 13:31
fff1020
Compare
Choose a tag to compare

1.11.2 (2024-07-01)

Chores

  • docs-site: updates outdated client link in docs (#17713) (4c321e2)

Documentation

  • docs-site,protocol: deploy proverset guide and scripts (#17702) (a3e1cf7)
  • docs-site: add definitions and explanations for bonds (#17673) (98276cc)
  • docs-site: add disclaimer and reminder to set addresses (#17712) (677a0b6)
  • docs-site: add warning about rpc rate limit (#17700) (eebb9df)

taiko-client: v0.28.0

25 Jun 00:32
a114ce9
Compare
Choose a tag to compare

0.28.0 (2024-06-24)

Features

  • taiko-client: improve some comments in prover (#17668) (e7afcfe)

Chores

  • taiko-client: revert the failed cross-compilation (#17670) (0a1de79)

taiko-client: v0.27.1

24 Jun 14:55
55bcc3d
Compare
Choose a tag to compare

0.27.1 (2024-06-24)

Bug Fixes