From 87c029158cc34a1fc25008e97f2c2db4c471d051 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 05:56:32 +0000 Subject: [PATCH] chore(main): release 0.23.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 788b0fa76..97bce112d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.0" + ".": "0.23.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f222801ca..2bff4280d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.23.0](https://github.com/taikoxyz/taiko-client/compare/v0.22.0...v0.23.0) (2024-04-26) + + +### Features + +* **bindings:** bump bindings ([#754](https://github.com/taikoxyz/taiko-client/issues/754)) ([7d39f21](https://github.com/taikoxyz/taiko-client/commit/7d39f21e0ede32929e4b2fcb704221bd3ba77574)) +* **bindings:** introduce `TryParsingCustomErrorFromReceipt` ([#755](https://github.com/taikoxyz/taiko-client/issues/755)) ([42af8ee](https://github.com/taikoxyz/taiko-client/commit/42af8ee8a9f4199c1edd48ce43f70f526ff35a9a)) +* **bindings:** update Go contract bindings ([#735](https://github.com/taikoxyz/taiko-client/issues/735)) ([ecf5bbd](https://github.com/taikoxyz/taiko-client/commit/ecf5bbd92d4a72f83edb4d4f53ea504b3aba9f95)) +* **bindings:** update Go contract bindings ([#751](https://github.com/taikoxyz/taiko-client/issues/751)) ([d357a05](https://github.com/taikoxyz/taiko-client/commit/d357a05c3025d22002d9900fa68acf96ce00aca4)) +* **driver:** rename `calldataSyncer` to `blobSyncer` ([#738](https://github.com/taikoxyz/taiko-client/issues/738)) ([811db1c](https://github.com/taikoxyz/taiko-client/commit/811db1c9702960ceab6a8c8cf55f57b5455ae698)) +* **driver:** rename a flag ([#760](https://github.com/taikoxyz/taiko-client/issues/760)) ([4c60ce1](https://github.com/taikoxyz/taiko-client/commit/4c60ce13c0eb4eef1df25cc5b6f2011b815cb7ea)) +* **goimports:** fix goimport order ([#742](https://github.com/taikoxyz/taiko-client/issues/742)) ([d9b6c7c](https://github.com/taikoxyz/taiko-client/commit/d9b6c7c0f8e22342f96f5bdb5bf5de6b4e6e81b3)) +* **pkg:** add more `utils.WeiToEther` in logs ([#764](https://github.com/taikoxyz/taiko-client/issues/764)) ([d2f88a1](https://github.com/taikoxyz/taiko-client/commit/d2f88a1cc4047d01e4c5687a0265995cd5fe0697)) +* **pkg:** fix a custom error parsing issue ([#763](https://github.com/taikoxyz/taiko-client/issues/763)) ([e170aba](https://github.com/taikoxyz/taiko-client/commit/e170abaf8a8dc07d0c67e95ef568b6fcf96b3ed0)) +* **proposer:** fix an issue in `ProposeTxLists` ([#765](https://github.com/taikoxyz/taiko-client/issues/765)) ([150217c](https://github.com/taikoxyz/taiko-client/commit/150217cf1cab2e2d016098fcde8014e1f3e7d2ec)) +* **proposer:** improve proposer error messages ([#756](https://github.com/taikoxyz/taiko-client/issues/756)) ([e492321](https://github.com/taikoxyz/taiko-client/commit/e492321d25ae6709cb1f63c1ff8ec0538b4af7df)) +* **proposer:** try parsing custom error when sending transactions ([#752](https://github.com/taikoxyz/taiko-client/issues/752)) ([2cd1583](https://github.com/taikoxyz/taiko-client/commit/2cd1583a98eee1eddb85439f7a196cd923350817)) +* **prover:** improve `getRandomBumpedSubmissionDelay` && bump bindings ([#750](https://github.com/taikoxyz/taiko-client/issues/750)) ([570d8ff](https://github.com/taikoxyz/taiko-client/commit/570d8ff26607ebdb99ddf9358c4c4c59119237e0)) +* **prover:** improve guardian prover `SendStartup` logs ([#744](https://github.com/taikoxyz/taiko-client/issues/744)) ([391be20](https://github.com/taikoxyz/taiko-client/commit/391be2095ec12f27a00d9fbc9780af9f2ba80245)) + + +### Bug Fixes + +* **docs:** update `swagger` github action ([#761](https://github.com/taikoxyz/taiko-client/issues/761)) ([48f2b27](https://github.com/taikoxyz/taiko-client/commit/48f2b270f398d07277bd84e6c1731697a9af67a5)) + ## [0.22.0](https://github.com/taikoxyz/taiko-client/compare/v0.21.0...v0.22.0) (2024-04-19)