Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release guardian-prover-health-check 0.2.0 #15932

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/bridge-ui": "4.2.0",
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.4.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
17 changes: 17 additions & 0 deletions packages/guardian-prover-health-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 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-05-13)


### 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 indexer in MySQL ([#16060](https://github.com/taikoxyz/taiko-mono/issues/16060)) ([87a4876](https://github.com/taikoxyz/taiko-mono/commit/87a48764dd4e47cbd2a42b66595ef91aa5aa0808))
* **guardian-prover-health-check:** bindings ([#16456](https://github.com/taikoxyz/taiko-mono/issues/16456)) ([571483a](https://github.com/taikoxyz/taiko-mono/commit/571483a476133f26b43da7a38e4477378295ce78))
* **guardian-prover-health-check:** check error, return 200 if duplicate ([#16470](https://github.com/taikoxyz/taiko-mono/issues/16470)) ([c93da9c](https://github.com/taikoxyz/taiko-mono/commit/c93da9c180f551072ee85a8ba5a20361b821db56))
* **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))
* **guardian-prover-health-check:** update gp bindings ([#16236](https://github.com/taikoxyz/taiko-mono/issues/16236)) ([188bfb6](https://github.com/taikoxyz/taiko-mono/commit/188bfb63d8a0427e228841da6cc8d0554cf1f9d5))


### Bug Fixes

* **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
}
Loading