Skip to content

Commit

Permalink
chore(main): release relayer 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent 5575576 commit d7f58ab
Show file tree
Hide file tree
Showing 3 changed files with 31 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,5 +4,5 @@
"packages/eventindexer": "0.13.0",
"packages/fork-diff": "0.4.0",
"packages/protocol": "0.15.2",
"packages/relayer": "0.12.0"
"packages/relayer": "1.0.0"
}
29 changes: 29 additions & 0 deletions packages/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [1.0.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.12.0...relayer-v1.0.0) (2024-02-20)


### ⚠ BREAKING CHANGES

* **bridge-ui-v2:** bridge UI version 2.1 ([#15775](https://github.com/taikoxyz/taiko-mono/issues/15775))

### Features

* **bridge-ui-v2:** bridge UI version 2.1 ([#15775](https://github.com/taikoxyz/taiko-mono/issues/15775)) ([81359fd](https://github.com/taikoxyz/taiko-mono/commit/81359fd9201bb8a39095e6bdbcb3ac977a7bb5ef))
* **protocol, relayer:** Improved Taiko Protocol and Relayer Documentations ([#15440](https://github.com/taikoxyz/taiko-mono/issues/15440)) ([67ca2e1](https://github.com/taikoxyz/taiko-mono/commit/67ca2e1e0bfe5301efa854048cc5cb0f0dafe921))
* **protocol:** Based Contestable Rollup with multi-proofs and multi-hop bridging ([#14705](https://github.com/taikoxyz/taiko-mono/issues/14705)) ([28000b3](https://github.com/taikoxyz/taiko-mono/commit/28000b3ca67714e4edb00b6416e05303ae2893b5))
* **protocol:** multiple improvements & bug fixes ([#15255](https://github.com/taikoxyz/taiko-mono/issues/15255)) ([337c57c](https://github.com/taikoxyz/taiko-mono/commit/337c57c70f3b4ed1df9e6f4b808d814d1f1452e4))
* **relayer, eventindexer:** move code to pkg folder, use new api subcommand for eventindexer/relayer ([#15502](https://github.com/taikoxyz/taiko-mono/issues/15502)) ([99dd1d2](https://github.com/taikoxyz/taiko-mono/commit/99dd1d276eb9505589d50cad10231691f9549727))
* **relayer:** Add flag to be able to index past blocks to crawl for missed messages ([#15547](https://github.com/taikoxyz/taiko-mono/issues/15547)) ([d2eda59](https://github.com/taikoxyz/taiko-mono/commit/d2eda5966b463781c72580d4d30509422619824c))
* **relayer:** add indexer in MySQL ([#15927](https://github.com/taikoxyz/taiko-mono/issues/15927)) ([9704769](https://github.com/taikoxyz/taiko-mono/commit/9704769437a31e9a92ff19c8cab0868eaa28a8cf))
* **relayer:** Allow relayer to run in "target single transaction hash" mode ([#15546](https://github.com/taikoxyz/taiko-mono/issues/15546)) ([e500f3d](https://github.com/taikoxyz/taiko-mono/commit/e500f3d8f8bdf3755284b7306b521757f64ee632))
* **relayer:** Simplify event iterator code ([#15485](https://github.com/taikoxyz/taiko-mono/issues/15485)) ([77aafd2](https://github.com/taikoxyz/taiko-mono/commit/77aafd293ed954c73f7f8d268684c8affe1d5502))


### Bug Fixes

* **relayer:** Error 1406: Data too long for column 'canonical_token_symbol' at row 1 ([#15746](https://github.com/taikoxyz/taiko-mono/issues/15746)) ([34272d7](https://github.com/taikoxyz/taiko-mono/commit/34272d78be25ca72e1092e6278ea105ef1dc5540))
* **relayer:** fix queue log when error is nil ([#15861](https://github.com/taikoxyz/taiko-mono/issues/15861)) ([c1ed8b7](https://github.com/taikoxyz/taiko-mono/commit/c1ed8b7fc974f7feac2c19ae4481bb831000d000))
* **relayer:** message data ([#15543](https://github.com/taikoxyz/taiko-mono/issues/15543)) ([096bdd8](https://github.com/taikoxyz/taiko-mono/commit/096bdd855054f0877e62764120ee6a0765fb2701))
* **relayer:** retroactively fix old relayer messages ([#15691](https://github.com/taikoxyz/taiko-mono/issues/15691)) ([6af1daf](https://github.com/taikoxyz/taiko-mono/commit/6af1daf50597be6b0f0e008a5e1c7ba57ae7e581))
* **relayer:** update relayer flag env var name ([#15622](https://github.com/taikoxyz/taiko-mono/issues/15622)) ([688a6eb](https://github.com/taikoxyz/taiko-mono/commit/688a6eb077d088a475e1a8c63702ed3c9fb44165))
* **relayer:** wait for confirmations before saving event when indexing ([#15603](https://github.com/taikoxyz/taiko-mono/issues/15603)) ([ad5f5e1](https://github.com/taikoxyz/taiko-mono/commit/ad5f5e1cf5870d3d3a0cb080fef80938cdf16af9))

## [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/relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiko/relayer",
"version": "0.12.0",
"version": "1.0.0",
"private": true
}

0 comments on commit d7f58ab

Please sign in to comment.