Skip to content

Commit fda9c3a

Browse files
committed
chore(main): release relayer 0.14.0
1 parent f57ccd9 commit fda9c3a

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/ejector": "0.7.0",
55
"packages/fork-diff": "0.7.2",
66
"packages/protocol": "3.1.0",
7-
"packages/relayer": "0.13.2",
7+
"packages/relayer": "0.14.0",
88
"packages/supplementary-contracts": "1.0.0",
99
"packages/taiko-client": "2.6.0",
1010
"packages/taiko-client-rs": "2.2.0"

packages/relayer/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.13.2...relayer-v0.14.0) (2026-08-26)
4+
5+
6+
### Features
7+
8+
* **relayer:** add blacklist messagehash functionality ([#21891](https://github.com/taikoxyz/taiko-mono/issues/21891)) ([0853eef](https://github.com/taikoxyz/taiko-mono/commit/0853eeff97e9b626fe2d86dfb1a048990b589325))
9+
* **relayer:** judge after-transacting profitability against actual payout ([#22001](https://github.com/taikoxyz/taiko-mono/issues/22001)) ([0b9598f](https://github.com/taikoxyz/taiko-mono/commit/0b9598fa2489cdfb50f907dc1a751cb9b6d152ff))
10+
* **relayer:** watchdog alerts on unsent messages without pausing ([#21888](https://github.com/taikoxyz/taiko-mono/issues/21888)) ([668d57a](https://github.com/taikoxyz/taiko-mono/commit/668d57a54503275fee75ef5df6b5ad07a2366b30))
11+
12+
13+
### Bug Fixes
14+
15+
* **relayer:** crash on RabbitMQ subscription retry exhaustion instead of zombieing ([#21731](https://github.com/taikoxyz/taiko-mono/issues/21731)) ([7a685cc](https://github.com/taikoxyz/taiko-mono/commit/7a685cc5f1e7ddf4f8e4484061a527ac9858a21a))
16+
* **relayer:** floor profitability estimate tip at MinTipCap ([#21897](https://github.com/taikoxyz/taiko-mono/issues/21897)) ([4d756f0](https://github.com/taikoxyz/taiko-mono/commit/4d756f0c018cc816b2db9c7dc3c8e25ff5be3172))
17+
18+
19+
### Chores
20+
21+
* **protocol:** merge taiko-alethia-protocol-v3.0.0 (v3.1.0 + hardening) back to main ([f837160](https://github.com/taikoxyz/taiko-mono/commit/f83716070331945133adc283b765083501f21e4b))
22+
* **protocol:** record the v3.0.0 merge ancestry (take 2) ([9646f55](https://github.com/taikoxyz/taiko-mono/commit/9646f553cd89abe95fab9745c17a46273c4d4bd0))
23+
* **protocol:** record the v3.0.0 merge ancestry (take 2) ([bc35381](https://github.com/taikoxyz/taiko-mono/commit/bc35381393888f6c3dfe81d24eb6193255c0c49a))
24+
* **protocol:** record the v3.0.0 merge ancestry lost by squashing [#21922](https://github.com/taikoxyz/taiko-mono/issues/21922) ([#21930](https://github.com/taikoxyz/taiko-mono/issues/21930)) ([ca16fba](https://github.com/taikoxyz/taiko-mono/commit/ca16fba34ca276975b4c5179489c8eec3f25a0db))
25+
26+
27+
### Code Refactoring
28+
29+
* **relayer:** remove watchdog, detect forged messages in the indexer ([#21890](https://github.com/taikoxyz/taiko-mono/issues/21890)) ([904585c](https://github.com/taikoxyz/taiko-mono/commit/904585cedafdb026d60f12bcd75f6348afdafdb0))
30+
* **taiko-client-rs:** share fallback whitelist timeline across resolver clones, drop dead code ([#21774](https://github.com/taikoxyz/taiko-mono/issues/21774)) ([8219429](https://github.com/taikoxyz/taiko-mono/commit/8219429f2572ef65e8463e679a9897a28a227a06))
31+
332
## [0.13.2](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.13.1...relayer-v0.13.2) (2026-05-18)
433

534

packages/relayer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@taiko/relayer",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)