From fb5a2f978c68b22eb720f968850462d5e7f994d0 Mon Sep 17 00:00:00 2001 From: taiko-bot <160625009+taiko-kitty@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:08:52 +0800 Subject: [PATCH] chore(main): release eventindexer 0.14.0 --- .release-please-manifest.json | 2 +- packages/eventindexer/CHANGELOG.md | 38 ++++++++++++++++++++++++++++++ packages/eventindexer/package.json | 2 +- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ec0035e52c8..5bc2814e271 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/bridge-ui": "2.13.0", "packages/docs-site": "1.21.1", - "packages/eventindexer": "0.13.0", + "packages/eventindexer": "0.14.0", "packages/fork-diff": "0.6.1", "packages/guardian-prover-health-check": "0.1.0", "packages/guardian-prover-health-check-ui": "0.2.0", diff --git a/packages/eventindexer/CHANGELOG.md b/packages/eventindexer/CHANGELOG.md index 3c171bc5bf3..33cf745036c 100644 --- a/packages/eventindexer/CHANGELOG.md +++ b/packages/eventindexer/CHANGELOG.md @@ -1,5 +1,43 @@ # Changelog +## [0.14.0](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.13.0...eventindexer-v0.14.0) (2025-01-04) + + +### Features + +* **eventindexer:** eventindexer post ontake fork ([#18474](https://github.com/taikoxyz/taiko-mono/issues/18474)) ([83b6f15](https://github.com/taikoxyz/taiko-mono/commit/83b6f154e372afe8512fdb6c528afabc8560a840)) +* **eventindexer:** updates for ontake fork eventindexer ([#18178](https://github.com/taikoxyz/taiko-mono/issues/18178)) ([227c5b1](https://github.com/taikoxyz/taiko-mono/commit/227c5b11685708aa783eacc6a7a59539bb00dbcc)) + + +### Bug Fixes + +* **eventindexer:** remove nft metadata indexing, far too slowy and bug ridden right now ([#18126](https://github.com/taikoxyz/taiko-mono/issues/18126)) ([f0ab1e1](https://github.com/taikoxyz/taiko-mono/commit/f0ab1e1fc86d3790eea743dee6aa717886321adc)) +* **eventindexer:** remove redundant `opts.CorsOrigins` check ([#17306](https://github.com/taikoxyz/taiko-mono/issues/17306)) ([d025599](https://github.com/taikoxyz/taiko-mono/commit/d025599d89e8f623c185f62cd45e6c1963e1b3c8)) + + +### Documentation + +* **repo:** fix links to LICENSE file ([#18641](https://github.com/taikoxyz/taiko-mono/issues/18641)) ([cd2d918](https://github.com/taikoxyz/taiko-mono/commit/cd2d9180d313af6c858f7059b01851bd8e3290da)) +* **repo:** remove unexist badge and action in readme ([#17928](https://github.com/taikoxyz/taiko-mono/issues/17928)) ([465456e](https://github.com/taikoxyz/taiko-mono/commit/465456ef17df5a0915b9b17cc081e215ed1c67b8)) + + +### Tests + +* **taiko-client:** introduce multi nodes hive test ([#17981](https://github.com/taikoxyz/taiko-mono/issues/17981)) ([9910863](https://github.com/taikoxyz/taiko-mono/commit/9910863865ecf7f583552e74f6a5d2e1a4060dca)) +* **taiko-client:** introduce TestTxPoolContentWithMinTip test case ([#18285](https://github.com/taikoxyz/taiko-mono/issues/18285)) ([d572f4c](https://github.com/taikoxyz/taiko-mono/commit/d572f4c412e59094ea9a4c5ff0b0667c9c04bd66)) + + +### Workflow + +* **protocol:** trigger patch release (1.10.1) ([#18358](https://github.com/taikoxyz/taiko-mono/issues/18358)) ([f4f4796](https://github.com/taikoxyz/taiko-mono/commit/f4f4796488059b02c79d6fb15170df58dd31dc4e)) +* **repo:** update go mod and use random port ([#18515](https://github.com/taikoxyz/taiko-mono/issues/18515)) ([3c2e943](https://github.com/taikoxyz/taiko-mono/commit/3c2e943ab2d6ff636ad69dc7e93df34d8f549c4d)) + + +### Build + +* **deps:** bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#18539](https://github.com/taikoxyz/taiko-mono/issues/18539)) ([79f3fab](https://github.com/taikoxyz/taiko-mono/commit/79f3fab5f1d1ec1bb4ee18afb9268b622e894780)) +* **deps:** bump golang.org/x/sync from 0.9.0 to 0.10.0 ([#18560](https://github.com/taikoxyz/taiko-mono/issues/18560)) ([3d51970](https://github.com/taikoxyz/taiko-mono/commit/3d51970aa0953bbfecaeebf76ea7e664c875c0e4)) + ## [0.13.0](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.12.0...eventindexer-v0.13.0) (2023-10-18) diff --git a/packages/eventindexer/package.json b/packages/eventindexer/package.json index 67612670ded..84a8553f723 100644 --- a/packages/eventindexer/package.json +++ b/packages/eventindexer/package.json @@ -1,5 +1,5 @@ { "name": "@taiko/eventindexer", - "version": "0.13.0", + "version": "0.14.0", "private": true }