Skip to content

Commit

Permalink
chore(main): release guardian-prover-health-check 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiko-kitty committed Jun 2, 2024
1 parent 0febafe commit 5df508c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/docs-site": "1.8.0",
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.5.0",
"packages/guardian-prover-health-check": "0.1.0",
"packages/guardian-prover-health-check": "0.2.0",
"packages/guardian-prover-health-check-ui": "0.1.0",
"packages/protocol": "1.5.0",
"packages/relayer": "0.12.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/guardian-prover-health-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.2.0](https://github.com/taikoxyz/taiko-mono/compare/guardian-prover-health-check-v0.1.0...guardian-prover-health-check-v0.2.0) (2024-06-02)


### Features

* **bridge-ui:** release ([#17071](https://github.com/taikoxyz/taiko-mono/issues/17071)) ([2fa3ae0](https://github.com/taikoxyz/taiko-mono/commit/2fa3ae0b2b2317a467709110c381878a3a9f8ec6))
* **guardian-prover-health-check:** add indexes ([#17245](https://github.com/taikoxyz/taiko-mono/issues/17245)) ([15e9c13](https://github.com/taikoxyz/taiko-mono/commit/15e9c1339509f15589012baa94c227c2415cdaaa))
* **guardian-prover-health-check:** add prover address to healthcheck endpoint ([#17246](https://github.com/taikoxyz/taiko-mono/issues/17246)) ([cc718b8](https://github.com/taikoxyz/taiko-mono/commit/cc718b89d0986808930007bacb2ebdff65009f37))
* **guardian-prover-health-check:** gp address routes instead of id ([#16843](https://github.com/taikoxyz/taiko-mono/issues/16843)) ([4870fb2](https://github.com/taikoxyz/taiko-mono/commit/4870fb29433b4e0c534920ed39e43c999100cf9e))
* **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:** 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))


### Bug Fixes

* **eventindexer:** add some startup logs ([#17276](https://github.com/taikoxyz/taiko-mono/issues/17276)) ([c170497](https://github.com/taikoxyz/taiko-mono/commit/c170497d05732a862d7191fc9ffa0be918dd4078))
* **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))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/guardian-prover-health-check/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/guardian-prover-health-check",
"version": "0.1.0",
"version": "0.2.0",
"private": true
}

0 comments on commit 5df508c

Please sign in to comment.