Skip to content

Commit 256bd76

Browse files
committed
chore(main): release 0.14.0
1 parent 1561f92 commit 256bd76

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/branding": "0.4.0",
33
"packages/bridge-ui": "2.11.0",
44
"packages/docs-site": "1.9.0",
5-
"packages/eventindexer": "0.13.0",
5+
"packages/eventindexer": "0.14.0",
66
"packages/fork-diff": "0.6.0",
77
"packages/guardian-prover-health-check": "0.1.0",
88
"packages/guardian-prover-health-check-ui": "0.1.0",

Diff for: packages/eventindexer/CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/taikoxyz/taiko-mono/compare/v0.13.0...v0.14.0) (2024-06-14)
4+
5+
6+
### Features
7+
8+
* **bridge-ui:** release ([#17071](https://github.com/taikoxyz/taiko-mono/issues/17071)) ([2fa3ae0](https://github.com/taikoxyz/taiko-mono/commit/2fa3ae0b2b2317a467709110c381878a3a9f8ec6))
9+
* **eventindexer:** erc20 indexer api ([#17519](https://github.com/taikoxyz/taiko-mono/issues/17519)) ([07b073d](https://github.com/taikoxyz/taiko-mono/commit/07b073d673026fc4219f4d26183ff7c3ffbcfb15))
10+
* **eventindexer:** get block proven by and block proposed by apis ([#17556](https://github.com/taikoxyz/taiko-mono/issues/17556)) ([df90fd4](https://github.com/taikoxyz/taiko-mono/commit/df90fd44fbff857e745ba6254144076cf93975b4))
11+
* **relayer:** bindings updates for relayer, gp, eventindexer ([#17312](https://github.com/taikoxyz/taiko-mono/issues/17312)) ([3830805](https://github.com/taikoxyz/taiko-mono/commit/38308054e3debf698d789f4886da4f312b6a359e))
12+
* **relayer:** bridge improvement ([#16752](https://github.com/taikoxyz/taiko-mono/issues/16752)) ([ac93ace](https://github.com/taikoxyz/taiko-mono/commit/ac93acea1ef28e059a5d18630ca8a8b713f4a01a))
13+
14+
15+
### Bug Fixes
16+
17+
* **eventindexer:** add disperser log, remove unused stats from previous testnets ([#16938](https://github.com/taikoxyz/taiko-mono/issues/16938)) ([aec6bca](https://github.com/taikoxyz/taiko-mono/commit/aec6bca19a1d61a98b3c0c554997ae5af2fd749b))
18+
* **eventindexer:** add some startup logs ([#17276](https://github.com/taikoxyz/taiko-mono/issues/17276)) ([c170497](https://github.com/taikoxyz/taiko-mono/commit/c170497d05732a862d7191fc9ffa0be918dd4078))
19+
* **eventindexer:** disperser should exit ([#16836](https://github.com/taikoxyz/taiko-mono/issues/16836)) ([5e914d5](https://github.com/taikoxyz/taiko-mono/commit/5e914d58a90d210c9816b92206bbcb897588daa6))
20+
* **eventindexer:** erc1155 fix ([#17292](https://github.com/taikoxyz/taiko-mono/issues/17292)) ([f5aa4e6](https://github.com/taikoxyz/taiko-mono/commit/f5aa4e640967a679e562a0a5168c7e700c87eca7))
21+
* **eventindexer:** fix match logic for transferBatchSignatureHash ([#17015](https://github.com/taikoxyz/taiko-mono/issues/17015)) ([84080d4](https://github.com/taikoxyz/taiko-mono/commit/84080d4f2318b9742805deb9d680fa73760a44af))
22+
* **eventindexer:** nft balance changes should be wrapped in db transaction ([#16943](https://github.com/taikoxyz/taiko-mono/issues/16943)) ([b134161](https://github.com/taikoxyz/taiko-mono/commit/b134161cdbbe05ee6d4b8762a3329d9a9c487f23))
23+
24+
25+
### Chores
26+
27+
* **eventindexer,relayer,taiko-client:** prep swagger apis to migrate ([#17148](https://github.com/taikoxyz/taiko-mono/issues/17148)) ([357ecf2](https://github.com/taikoxyz/taiko-mono/commit/357ecf23ed628254cddccf4b6a8f16b97fb4f5b0))
28+
* **eventindexer:** enhance indexer filter fetching latest block ([#16981](https://github.com/taikoxyz/taiko-mono/issues/16981)) ([4cdee22](https://github.com/taikoxyz/taiko-mono/commit/4cdee22c9951f7bd7eddacc25e849df2143ab66f))
29+
30+
31+
### Code Refactoring
32+
33+
* **protocol,eventindexer,relayer:** merge GasLog into MessageProcessed ([#16770](https://github.com/taikoxyz/taiko-mono/issues/16770)) ([42b53d0](https://github.com/taikoxyz/taiko-mono/commit/42b53d00630a8b338f58b1d7daff109042c1c61c))
34+
35+
36+
### Performance Improvements
37+
38+
* **main:** use errors.New to replace fmt.Errorf with no parameters ([#16777](https://github.com/taikoxyz/taiko-mono/issues/16777)) ([bb0c1ae](https://github.com/taikoxyz/taiko-mono/commit/bb0c1ae3077eeb8558f9bf9b01c5f5a71ec337ba))
39+
340
## [0.13.0](https://github.com/taikoxyz/taiko-mono/compare/eventindexer-v0.12.0...eventindexer-v0.13.0) (2023-10-18)
441

542

0 commit comments

Comments
 (0)