Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Releases: taikoxyz/taiko-client

v0.22.0

19 Apr 07:27
348d745
Compare
Choose a tag to compare

0.22.0 (2024-04-19)

Features

  • bindings: update Go contract bindings && bump taiko-geth version (#727) (1003687)
  • cmd: default unit for all related flags / logs (#729) (ec7ba9d)
  • driver: only allow one successful beacon sync (#718) (e6d48ab)
  • metrics: collect txmgr metrics (#725) (7fb762a)
  • metrics: remove an unused metric (#712) (76f4003)
  • metrics: remove some unused metrics (#724) (bce8ebb)
  • proposer: introduce TxSender for proposer (#723) (c71155e)
  • prover: check proof status before sending the transaction (#731) (a9d637a)
  • prover: introduce three raiko related flags (#711) (7540be2)
  • prover: use --guardian.submissionDelay flag (#730) (c7db741)
  • rpc: improve L2ParentByBlockID (#715) (036f8e6)
  • rpc: keep retrying when connecting to endpoints (#708) (771f133)
  • rpc: remove WaitL1Origin() method (#716) (70913c6)

Bug Fixes

v0.21.0

10 Apr 07:15
34f1a5b
Compare
Choose a tag to compare

0.21.0 (2024-04-10)

Features

  • bindings: bump bindings (#671) (16fe52a)
  • bindings: update Go contract bindings (#680) (b64bf1a)
  • bindings: update Go contract bindings (#689) (fd98d4b)
  • bindings: update Go contract bindings (#697) (993d491)
  • bindings: update Go contract bindings (#705) (a97255d)
  • cmd: revert SubcommandApplication context changes (#701) (985f030)
  • driver: add blob datasource (#688) (a598847)
  • driver: fix the latest verified block hash check when using snap sync (#700) (3cae4ea)
  • driver: improve driver implementation (#672) (55717c8)
  • driver: update snap sync strategy (#695) (7a68a25)
  • flags: remove --rpc.waitReceiptTimeout flag (#684) (a70519b)
  • pkg: update WaitTillL2ExecutionEngineSynced (#677) (2c2b996)
  • proof_producer: update sgxProducer request body (#693) (ba40ced)
  • proof_producer: update SGX proofParam.bootstrap to false (#694) (78d5303)
  • proposer: add more tests for propsoer (#686) (cd26204)
  • proposer: improve proposing strategy (#682) (62cc7ff)
  • proposer: remove --tierFee.max flag (#702) (553c432)
  • prover_producer: update SGXRequestProofBodyParam (#691) (41c2019)
  • prover: stop retrying when error is vm.ErrExecutionReverted (#706) (971f581)

Bug Fixes

  • pkg: remove redundant alias (#665) (bd1c324)
  • proposer: fix tier fee (#687) (651f188)
  • proposer: rename lastUnfilteredPoolContentProposedAt (#685) (8c85703)
  • prover: do not retry when the status in receipt is not types.ReceiptStatusSuccessful (#675) (5f91e0e)
  • prover: fix tx.gasLimit flag for prover (#692) (6683d54)
  • prover: fix a check in isValidProof() (#679) (16857ba)

v0.20.0

28 Mar 03:29
a4d0995
Compare
Choose a tag to compare

0.20.0 (2024-03-28)

Features

  • all: clean up unused signal service related code (#581) (13f896a)
  • all: use an unified transaction sender implementation (#560) (1bd56c0)
  • bindings: update Go contract bindings (#561) (bacedb0)
  • bindings: update Go contract bindings (#570) (e70b7a0)
  • bindings: update Go contract bindings (#574) (ac9788f)
  • bindings: update Go contract bindings (#583) (1acfc5f)
  • bindings: update Go contract bindings (#587) (2237295)
  • bindings: update Go contract bindings (#607) (1b03e6a)
  • bindings: update Go contract bindings (#619) (4145dae)
  • bindings: update Go contract bindings (#646) (13c6ac2)
  • bindings: update Go contract bindings (#657) (eb3cd58)
  • bindings: update Go contract bindings (#660) (6fe4dda)
  • bindings: update Go contract bindings && add more logs for prover (#632) (1c90c6a)
  • blob: fix bug when blob decode with 0 (#627) (df0e897)
  • blob: set min blob fee (#636) (1727fc5)
  • driver: fix a block number issue (#656) (eced566)
  • driver: improve driver implementation (#639) (fbd4d06)
  • driver: improve driver state (#591) (1fd9084)
  • driver: introduce StateVariablesUpdated event (#666) (8ecd440)
  • driver: update defaultMaxTxPerBlock (#604) (3f99b4a)
  • driver: update ForkchoiceStateV1 params (#640) (9cbe4b8)
  • metrics: add more transaction sender metrics (#630) (26ed379)
  • metrics: update default metrics registry (#617) (e1f5393)
  • pkg: improve / simplify reorg check logic (#647) (0b08772)
  • pkg: improve sender (#603) (af4f072)
  • pkg: introduce blob.go (#644) (995b449)
  • pkg: make chainID part of rpc.EthClient (#563) (f5d1146)
  • pkg: move sender from internal to pkg (#626) (05100b3)
  • pkg: remove defaultMaxTransactionsPerBlock config (#611) (1b21e4c)
  • pkg: remove IsArchiveNode check for L1 endpoint (#652) (fed3a27)
  • proposer: add more logs for debugging (#643) (a554017)
  • proposer: improve proposer flag configs (#589) (8159155)
  • proposer: introduce zlib for transactions list bytes compression (#649) (dd50068)
  • proposer: introduce proposer transaction builder (#612) (9bd2aea)
  • prover: add --prover.minEthBalance and --prover.minTaikoTokenBalance flags (#641) (1a7128b)
  • prover: clean up PSE_ZKEVM related code (#582) (ffcc2b2)
  • prover: cleanup more database related code (#621) (58c2d10)
  • prover: fix a RequestProof issue (#588) (0f15192)
  • prover: fix bug (#655) (d110fb4)
  • prover: improve prover (#633) (b80ce2c)
  • prover: improve prover implementation (#616) (b7af09c)
  • prover: improve prover implementation (#635) (5983828)
  • prover: improve prover server tier fees check (#642) (662d99f)
  • prover: parse contest submission custom errors (#624) (2d00517)
  • prover: remove more database related code (#623) (3963208)
  • prover: update SGXProducer (#566) (93e0660)
  • prover: update server APIs (#618) (64ec861...
Read more

v0.19.0

20 Feb 03:35
ca09881
Compare
Choose a tag to compare

0.19.0 (2024-02-19)

Features

  • all: changes based on protocol TaikoL1.getBlock() update (#558) (c853370)
  • all: sync state root rather than signal service's storage root (#549) (b05c0d6)
  • bindings: try parsing more custom errors (#531) (025d985)
  • bindings: update AssigmentHook signing based on protocol updates (#519) (73a6047)
  • bindings: update Go contract bindings (#471) (23ce311)
  • bindings: update Go contract bindings (#520) (386e848)
  • bindings: update Go contract bindings (#551) (4ace57c)
  • bindings: update Go contract bindings (#553) (77d270b)
  • bindings: update Go contracts bindings (#543) (ec81ff3)
  • client: upgrade shell scripts and replace docker image links (#495) (8f0b4c8)
  • config: simplify config loading (#507) (5f9d843)
  • docs: add README for debugging tests (#498) (b4a102d)
  • docs: update swag and swagger docs (#482) (1e26b9e)
  • driver: update TaikoL2.anchor transaction gas limit (#559) (fb9cd12)
  • driver: updates based on the protocol ICrossChainSync changes (#555) (09248b9)
  • internal: add internal dir and format import order (#506) (fdcb4bc)
  • metrics: add some new metrics (#479) (cfeffca)
  • pkg: fix a log issue in ensureGenesisMatched && update a config (#504) (4c01872)
  • pkg: remove reverse iterator (#509) (9929585)
  • proposer: add flag for adding tip to assignmenthook (#540) (4619778)
  • proposer: changes based on protocol AssignmentHook updates (#502) (3908adb)
  • proposer: improve some wording in blob transactions implementation (#556) (192aa38)
  • proposer: improved shuffle function to preserve original prover endpoints slice (#475) (6b25d9d)
  • proposer: optimize proposer logs (#464) (c7e899d)
  • proposer: restore l2.suggestedFeeRecipient flag (#550) (b93cfcf)
  • prover: add --prover.enableLivenessBondProof flag for guardian prover (#530) (9fa5ab6)
  • prover: add more comments to prover package (#491) (2156b49)
  • prover: additional startup info for guardian prover (#552) (6fefa6e)
  • prover: always send guardian proofs for guardian provers (#470) (657f0e4)
  • prover: change block signing to use timestamp as key (#466) (eb5bc7a)
  • prover: check guardian prover contract address (#497) (3794caf)
  • prover: fix / upgrade integration test (#496) (c63e681)
  • prover: fix a SGX proof producer issue (#477) (cd742f7)
  • prover: fix a tier selection issue (#534) (c73661e)
  • prover: guardian prover startup (#529) (5401a80)
  • prover: increase wait time before sending to proofWindowExpiredCh (#505) (6c52594)
  • prover: introduce SGXAndZkevmRpcdProducer (#476) (1750a4b)
  • prover: move sub event logic into event function. (#513) (d7aad5a)
  • prover: refactor of guardian prover heartbeat signing / sending (#472) (630924e)
  • prover: remove result channel in proof_producer.go (#516) (46779ca)
  • prover: remove capacity manager (#478) (8972ee1)
  • prover: set AssignmentHook allowance (#486) (a2af478)
  • prover: set default --prover.proveUnassignedBlocks and --mode.contester value for guardian provers (#492) (d5b798d)
  • prover: support SGX prover with raiko-host (#473) (a27d353)
  • prover: update unretryable error check (#532) (a5b067f)
  • **r...
Read more

v0.18.0

05 Dec 07:00
e48a1b6
Compare
Choose a tag to compare

0.18.0 (2023-12-03)

Features

  • bindings: update Go contract bindings (#443) (b155b5a)
  • bindings: update Go contract bindings based on latest A6 protocol changes (#435) (7e39dc2)
  • bindings: update Go contract bindings based on the latest contestable zkRollup protocol (#429) (d33e19b)
  • bindings: update Go contract bindings for the latest protocol (#441) (02c981d)
  • bindings: updates related to TaikoToken && guardian prover changes (#436) (9066722)
  • docs: host swagger doc by github page (#427) (ab4e613)
  • driver: improve ResetL1Current method based on the latest protocol changes (#445) (ddf6980)
  • driver: update anchorGasLimit based on the latest TaikoL2 contract (#437) (171600a)
  • pkg: update defaultMaxTransactionsPerBlock to 150 (#438) (93b9ecf)
  • proposer: remove --l2.suggestedFeeRecipient flag (#442) (405b9ed)
  • prover: add --prover.blockSlippage flag (#449) (0ee8259)
  • prover: guardian prover block signature && bindings updates for based contestable zkRollup (#450) (904d3e7)
  • prover: improve /status API (#444) (e688c25)
  • prover: increase the assignment expiration waiting time (#431) (579dcc5)
  • prover: more accurate provingWindowExpiresAt calculation && update bindings (#433) (72c528f)
  • test: fix suite.go (#453) (38fbb66)

Bug Fixes

v0.17.0

18 Oct 02:38
30442b5
Compare
Choose a tag to compare

0.17.0 (2023-10-16)

Features

  • all: changes based on contestable zkRollup protocol design (#414) (25a0c3b)

Bug Fixes

  • prover: fix L1 height used in onBlockProven handler (#421) (4a1012a)

v0.16.0

03 Oct 04:15
854e38e
Compare
Choose a tag to compare

0.16.0 (2023-09-30)

Features

  • all: some client optimizations (#376) (91bba90)
  • bindings: update contract bindings (#394) (5b9346b)
  • flag: fix some typo (#391) (5f7f1dd)
  • proposer: shuffle prover endpoints before assigning proof tasks (#390) (96488d0)
  • proposer: update oracle proof assignment (#393) (29c2d4b)
  • proposer: update prover endpoint scheme check (#400) (ce8bd1d)
  • prover_selector: check prover's token balance (#406) (834c0ea)
  • prover: add more capacity related logs (#408) (22014b2)
  • prover: always use the oracle prover private key when an oracle prover starting a server (#395) (cc28d63)
  • prover: check transition.blockHash before proof generation (#415) (dd77f7a)
  • prover: increase gasTipCap when resending TaikoL1.proveBlock transactions (#411) (f192e0a)
  • prover: release capacity when the corresponding local proof generation is canceled (#402) (1eab54d)
  • prover: tie capacity to a specific block id (#413) (bdca930)
  • prover: update APIs && integrate swagger docs (#386) (ebdb3da)
  • prover: use httptest.Server to simplify the prover server tests (#389) (84eedae)

Bug Fixes

  • ci: fix workflow errors (#410) (5a3b655)
  • proposer: fix proposing fee initialization (#396) (2f2007d)
  • prover: capacity needs to be taken before generating proof (#412) (7d9c244)
  • prover: check latest verified ID on proof submission (#387) (8157550)
  • prover: fix a capacity release issue (#405) (4ab061f)
  • prover: prover rpc didnt have taiko token address (#407) (4e0e390)
  • test: fix flags related tests (#409) (4f0a602)

v0.15.0

05 Sep 07:22
04654ff
Compare
Choose a tag to compare

0.15.0 (2023-09-04)

Features

  • all: update bindings based on latest tokenomics changes (#367) (28ea4db)
  • bindings: rename fork choice to state transition (#372) (e09fd97)
  • bindings: update bindings && remove unused files (#360) (24b9309)
  • bindings: update contract bindings (#377) (becdd73)
  • pkg: add isSyncing method (#379) (9c7a19a)
  • proposer: update proposing retry policy (#366) (e0adf17)

Bug Fixes

  • all: fix missing logs should be print in stderr (#370) (af6531b)
  • prover: add to wait group in prover (#373) (edf95a7)
  • prover: fix maxRetry configuration when submitting proofs (#364) (b6cd4db)
  • prover: fix some typo (#374) (355e68b)

v0.14.0

10 Aug 12:09
01a4b09
Compare
Choose a tag to compare

0.14.0 (2023-08-09)

Features

  • bindings: update TaikoL1BlockMetadataInput (#359) (1beae59)
  • bindings: update go contract bindings (#346) (c6454af)
  • bindings: update go contract bindings (#352) (b9da8f6)
  • driver: update l1Current check in ProcessL1Blocks (#340) (d67f287)
  • pkg: add default timeout for GetStorageRoot (#347) (9a4dee0)
  • pkg: improve archive node check (#334) (c6cd1b0)
  • pkg: introduce EthClient with a timeout attached (#337) (1608aba)
  • pkg: optimize CheckL1ReorgFromL1Cursor (#329) (ed63c1f)
  • pkg: Wait receipt timeout (#343) (cf261d3)
  • proposer: add --proposeBlockTxGasTipCap flag (#349) (e40115b)
  • proposer: update pool content query (#341) (221a3b9)
  • proposer: use TaikoConfig.blockMaxGasLimit as proposed block gasLimit && remove some unused flags (#344) (f0a3da7)
  • prover: add --proofSubmissionMaxRetry flag (#333) (8d92b7a)
  • prover: changes based on proofVerifer protocol updates (#338) (6dcb34a)
  • prover: prove block tx gas limit (#357) (8ed4da2)
  • rpc: check if L1 rpc is an archive node (#332) (b1aa1d3)

Bug Fixes

  • pkg: fix returned context error from WaitL1Origin (#331) (0ebf121)
  • pkg: set more RPC context timeout (#356) (ffe2f90)
  • prover: default prove unassigned blocks to false (#354) (ed34ef6)
  • prover: fix onBlockProposed reorg detection (#348) (4877e01)

v0.13.0

24 Jul 22:54
a95380f
Compare
Choose a tag to compare

0.13.0 (2023-07-23)

Features

  • cmd: update proveUnassignedBlocks flag name (#315) (df640d9)
  • driver: improve ProcessL1Blocks for reorg handling (#325) (7272e15)
  • proposer: add --txpool.localsOnly flag (#326) (b292754)
  • proposer: handle transaction replacement underpriced error (#322) (2273d10)
  • prover: add --oracleProofSubmissionDelay flag (#320) (85adc04)
  • prover: add some prover metrics for Alpha-4 protocol (#319) (d8ff623)
  • prover: flag for proving unassigned proofs or not (#314) (13e6d1d)
  • prover: generate an oracle proof if the incoming proof is incorrect (#311) (003a86b)
  • prover: optimize skipProofWindowExpiredCheck check && update NeedNewProof check (#313) (b0b4c25)
  • prover: update l1Current cursor to record L1 hash (#327) (4a5adb5)
  • prover: update open proving blocks check (#316) (b34930c)

Bug Fixes

  • ci: fix workflow pnpm install error (#321) (9eefc8d)
  • prover: add end height for block filtering if startHeight is not nil, and don't block when notifying (#317) (aaec1bb)
  • prover: move concurrency guard (#318) (af29c95)