Skip to content

Commit

Permalink
chore(main): release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed Jun 14, 2024
1 parent 1561f92 commit 3452cb8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/guardian-prover-health-check": "0.1.0",
"packages/guardian-prover-health-check-ui": "0.1.0",
"packages/protocol": "1.6.0",
"packages/relayer": "0.12.0",
"packages/relayer": "0.13.0",
"packages/taiko-client": "0.26.0",
"packages/nfts": "1.0.0",
"packages/supplementary-contracts": "1.0.0",
Expand Down
47 changes: 47 additions & 0 deletions packages/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Changelog

## [0.13.0](https://github.com/taikoxyz/taiko-mono/compare/v0.12.0...v0.13.0) (2024-06-14)


### Features

* **bridge-ui:** release ([#17071](https://github.com/taikoxyz/taiko-mono/issues/17071)) ([2fa3ae0](https://github.com/taikoxyz/taiko-mono/commit/2fa3ae0b2b2317a467709110c381878a3a9f8ec6))
* **relayer:** add claimedBy and processedTxHash to event response ([#17561](https://github.com/taikoxyz/taiko-mono/issues/17561)) ([10613c0](https://github.com/taikoxyz/taiko-mono/commit/10613c08fd90c3df450a9b9666f453c2cf04fc4a))
* **relayer:** add env vars for txmgr configs so they can be used in kube ([#17152](https://github.com/taikoxyz/taiko-mono/issues/17152)) ([ec8a90e](https://github.com/taikoxyz/taiko-mono/commit/ec8a90e50771e8a52e1d68c5e353d3e0f79e8f1d))
* **relayer:** add quota manager, update relayer, requeue failed messages ([#17001](https://github.com/taikoxyz/taiko-mono/issues/17001)) ([90944a2](https://github.com/taikoxyz/taiko-mono/commit/90944a2449e50ca94cecb6cfc04f87d13a940461))
* **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))
* **relayer:** bridge improvement ([#16752](https://github.com/taikoxyz/taiko-mono/issues/16752)) ([ac93ace](https://github.com/taikoxyz/taiko-mono/commit/ac93acea1ef28e059a5d18630ca8a8b713f4a01a))
* **relayer:** check event status one more time before sending call ([#17120](https://github.com/taikoxyz/taiko-mono/issues/17120)) ([6ef421a](https://github.com/taikoxyz/taiko-mono/commit/6ef421a00c48f10faafa3034467ce0d8838cecd0))
* **relayer:** check if txhash is being processed, incase crawler picks up message twice ([#17492](https://github.com/taikoxyz/taiko-mono/issues/17492)) ([729f4a3](https://github.com/taikoxyz/taiko-mono/commit/729f4a388307732faa8630523a9dd423c6356fe9))
* **relayer:** data column indices ([#17572](https://github.com/taikoxyz/taiko-mono/issues/17572)) ([d92fc97](https://github.com/taikoxyz/taiko-mono/commit/d92fc97951c994e1bb5832618b2a5fe3787be1e7))
* **relayer:** get events for dest owner ([#17565](https://github.com/taikoxyz/taiko-mono/issues/17565)) ([e401d13](https://github.com/taikoxyz/taiko-mono/commit/e401d13f574a89ebcc1f506497817191ea19fbd4))
* **relayer:** more logs for hekla ([#16841](https://github.com/taikoxyz/taiko-mono/issues/16841)) ([71f8275](https://github.com/taikoxyz/taiko-mono/commit/71f8275ab0672bbbf4b990c93ccdadc397fdef76))
* **relayer:** only index messages with non zero gas limit ([#17549](https://github.com/taikoxyz/taiko-mono/issues/17549)) ([d52bbee](https://github.com/taikoxyz/taiko-mono/commit/d52bbee6c351c5d6f715d35cda59bc6519090b33))
* **relayer:** requeue messages when networking error is cause of failure ([#17573](https://github.com/taikoxyz/taiko-mono/issues/17573)) ([15097f4](https://github.com/taikoxyz/taiko-mono/commit/15097f4f817c5af1be486293ef2b708af300f456))


### Bug Fixes

* **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))
* **eventindexer:** add some startup logs ([#17276](https://github.com/taikoxyz/taiko-mono/issues/17276)) ([c170497](https://github.com/taikoxyz/taiko-mono/commit/c170497d05732a862d7191fc9ffa0be918dd4078))
* **relayer:** add dest tx mgr for watchdog ([#17206](https://github.com/taikoxyz/taiko-mono/issues/17206)) ([f56ca5f](https://github.com/taikoxyz/taiko-mono/commit/f56ca5f85b2022c83220f67ece26aa730779fbf0))
* **relayer:** handle retry count manually since it's lost in translation from moving between exchanges ([#16922](https://github.com/taikoxyz/taiko-mono/issues/16922)) ([13cec87](https://github.com/taikoxyz/taiko-mono/commit/13cec87c716d93c5e9d1abfbc65eefeadfbaefdb))
* **relayer:** test fix ([#17150](https://github.com/taikoxyz/taiko-mono/issues/17150)) ([4ccb0a4](https://github.com/taikoxyz/taiko-mono/commit/4ccb0a4d2a4673f472ab4cb32d2f49150baa086a))


### Chores

* **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))
* **relayer:** fix function name comments ([#16920](https://github.com/taikoxyz/taiko-mono/issues/16920)) ([5bff52f](https://github.com/taikoxyz/taiko-mono/commit/5bff52f6d830dddaee16a3959f71feba2355043c))
* **relayer:** prevent indexing halts and add error monitoring metrics ([#17525](https://github.com/taikoxyz/taiko-mono/issues/17525)) ([2ebcac5](https://github.com/taikoxyz/taiko-mono/commit/2ebcac5c6ad63b6130dd696c96537c12b791535b))
* **relayer:** remove redundant code and add log for errTxReverted ([#17012](https://github.com/taikoxyz/taiko-mono/issues/17012)) ([40e2b0c](https://github.com/taikoxyz/taiko-mono/commit/40e2b0cf547a2a053ca41ba0eea0cefa91c89454))
* **relayer:** update abi for protocol change ([#17514](https://github.com/taikoxyz/taiko-mono/issues/17514)) ([9133eca](https://github.com/taikoxyz/taiko-mono/commit/9133ecaf54bc125d9480a79b6f411a94d084b950))


### Code Refactoring

* **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))


### Performance Improvements

* **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))

## [0.12.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.11.0...relayer-v0.12.0) (2023-10-18)


Expand Down

0 comments on commit 3452cb8

Please sign in to comment.