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 relayer 0.13.0 #18427

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -6,7 +6,7 @@
"packages/guardian-prover-health-check": "0.1.0",
"packages/guardian-prover-health-check-ui": "0.2.0",
"packages/protocol": "1.11.0",
"packages/relayer": "0.12.0",
"packages/relayer": "0.13.0",
"packages/snaefell-ui": "1.1.0",
"packages/supplementary-contracts": "1.0.0",
"packages/taiko-client": "0.43.0",
Expand Down
46 changes: 46 additions & 0 deletions packages/relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog

## [0.13.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.12.0...relayer-v0.13.0) (2025-01-15)


### Features

* **relayer:** confirmations before indexing for relayer should be configurable ([#18466](https://github.com/taikoxyz/taiko-mono/issues/18466)) ([1fee7bb](https://github.com/taikoxyz/taiko-mono/commit/1fee7bbd918dadc4eee68a0cf190f4de27dd6dd0))
* **relayer:** pad if contract ([#18131](https://github.com/taikoxyz/taiko-mono/issues/18131)) ([56143f0](https://github.com/taikoxyz/taiko-mono/commit/56143f096cfd792aaa3b578b8b64132744beeacc))


### Bug Fixes

* **eventindexer:** remove nft metadata indexing, far too slowy and bug ridden right now ([#18126](https://github.com/taikoxyz/taiko-mono/issues/18126)) ([f0ab1e1](https://github.com/taikoxyz/taiko-mono/commit/f0ab1e1fc86d3790eea743dee6aa717886321adc))
* **relayer:** extra padding for contract messages, always pad non-contracts ([#18699](https://github.com/taikoxyz/taiko-mono/issues/18699)) ([a950b6c](https://github.com/taikoxyz/taiko-mono/commit/a950b6ce109ffaf4203561217672313b69be2f14))
* **relayer:** fix for profitable detection ([#18134](https://github.com/taikoxyz/taiko-mono/issues/18134)) ([c2f59c3](https://github.com/taikoxyz/taiko-mono/commit/c2f59c30c085f19c5fed64e07c7961009060c428))
* **relayer:** profitability changes ([#18124](https://github.com/taikoxyz/taiko-mono/issues/18124)) ([10eb73c](https://github.com/taikoxyz/taiko-mono/commit/10eb73cf3d165781ece2554fb48a777c54a37e82))
* **relayer:** temp fix if `txSender` is not available for `txIndex` when processing events ([#18513](https://github.com/taikoxyz/taiko-mono/issues/18513)) ([a0c622e](https://github.com/taikoxyz/taiko-mono/commit/a0c622ecbc7eea4907f8149f576db3ff0d09e031))


### Chores

* **relayer:** fix docs ([#18697](https://github.com/taikoxyz/taiko-mono/issues/18697)) ([58c6e31](https://github.com/taikoxyz/taiko-mono/commit/58c6e31874a6406563ea3f45d3e7a714ffef2c50))
* **repo:** improve documentation and changelog ([#18489](https://github.com/taikoxyz/taiko-mono/issues/18489)) ([c7b9b4f](https://github.com/taikoxyz/taiko-mono/commit/c7b9b4f01098d4fab337b9ff456ce394cdaf3a79))


### Documentation

* **repo:** fix links to LICENSE file ([#18641](https://github.com/taikoxyz/taiko-mono/issues/18641)) ([cd2d918](https://github.com/taikoxyz/taiko-mono/commit/cd2d9180d313af6c858f7059b01851bd8e3290da))
* **repo:** remove unexist badge and action in readme ([#17928](https://github.com/taikoxyz/taiko-mono/issues/17928)) ([465456e](https://github.com/taikoxyz/taiko-mono/commit/465456ef17df5a0915b9b17cc081e215ed1c67b8))


### Tests

* **taiko-client:** introduce TestTxPoolContentWithMinTip test case ([#18285](https://github.com/taikoxyz/taiko-mono/issues/18285)) ([d572f4c](https://github.com/taikoxyz/taiko-mono/commit/d572f4c412e59094ea9a4c5ff0b0667c9c04bd66))


### Workflow

* **protocol:** trigger patch release (1.10.1) ([#18358](https://github.com/taikoxyz/taiko-mono/issues/18358)) ([f4f4796](https://github.com/taikoxyz/taiko-mono/commit/f4f4796488059b02c79d6fb15170df58dd31dc4e))


### Build

* **deps:** bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#18539](https://github.com/taikoxyz/taiko-mono/issues/18539)) ([79f3fab](https://github.com/taikoxyz/taiko-mono/commit/79f3fab5f1d1ec1bb4ee18afb9268b622e894780))
* **deps:** bump golang.org/x/sync from 0.9.0 to 0.10.0 ([#18560](https://github.com/taikoxyz/taiko-mono/issues/18560)) ([3d51970](https://github.com/taikoxyz/taiko-mono/commit/3d51970aa0953bbfecaeebf76ea7e664c875c0e4))
* **relayer:** upgrade scripts and ignore abi json files ([#17826](https://github.com/taikoxyz/taiko-mono/issues/17826)) ([8774a48](https://github.com/taikoxyz/taiko-mono/commit/8774a484b594f3deef64063778fc1d70e4fe7dcc))

## [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": "0.13.0",
"private": true
}