Skip to content

Commit 38bb7ea

Browse files
committed
chore(main): release relayer 0.13.0
1 parent 1396911 commit 38bb7ea

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/guardian-prover-health-check": "0.1.0",
77
"packages/guardian-prover-health-check-ui": "0.2.0",
88
"packages/protocol": "2.1.0",
9-
"packages/relayer": "0.12.0",
9+
"packages/relayer": "0.13.0",
1010
"packages/snaefell-ui": "1.1.0",
1111
"packages/supplementary-contracts": "1.0.0",
1212
"packages/taiko-client": "1.0.1",

Diff for: packages/relayer/CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# Changelog
22

3+
## [0.13.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.12.0...relayer-v0.13.0) (2025-02-12)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **relayer:** pacaya fork protocol variable fetching ([#18918](https://github.com/taikoxyz/taiko-mono/issues/18918)) ([1396911](https://github.com/taikoxyz/taiko-mono/commit/13969114dd989f68de0befa61cc2ab5330bc74a7))
10+
* **relayer:** pad if contract ([#18131](https://github.com/taikoxyz/taiko-mono/issues/18131)) ([56143f0](https://github.com/taikoxyz/taiko-mono/commit/56143f096cfd792aaa3b578b8b64132744beeacc))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
* **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))
17+
* **relayer:** fix for profitable detection ([#18134](https://github.com/taikoxyz/taiko-mono/issues/18134)) ([c2f59c3](https://github.com/taikoxyz/taiko-mono/commit/c2f59c30c085f19c5fed64e07c7961009060c428))
18+
* **relayer:** profitability changes ([#18124](https://github.com/taikoxyz/taiko-mono/issues/18124)) ([10eb73c](https://github.com/taikoxyz/taiko-mono/commit/10eb73cf3d165781ece2554fb48a777c54a37e82))
19+
* **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))
20+
21+
22+
### Chores
23+
24+
* **relayer:** fix docs ([#18697](https://github.com/taikoxyz/taiko-mono/issues/18697)) ([58c6e31](https://github.com/taikoxyz/taiko-mono/commit/58c6e31874a6406563ea3f45d3e7a714ffef2c50))
25+
* **relayer:** relayer state var update for protocol compatibility ([#18861](https://github.com/taikoxyz/taiko-mono/issues/18861)) ([c7c50fd](https://github.com/taikoxyz/taiko-mono/commit/c7c50fdd182eeb83ea4c1598d32a15380cdb03bf))
26+
* **repo:** improve documentation and changelog ([#18489](https://github.com/taikoxyz/taiko-mono/issues/18489)) ([c7b9b4f](https://github.com/taikoxyz/taiko-mono/commit/c7b9b4f01098d4fab337b9ff456ce394cdaf3a79))
27+
28+
29+
### Documentation
30+
31+
* **repo:** fix links to LICENSE file ([#18641](https://github.com/taikoxyz/taiko-mono/issues/18641)) ([cd2d918](https://github.com/taikoxyz/taiko-mono/commit/cd2d9180d313af6c858f7059b01851bd8e3290da))
32+
* **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))
33+
34+
35+
### Tests
36+
37+
* **taiko-client:** introduce TestTxPoolContentWithMinTip test case ([#18285](https://github.com/taikoxyz/taiko-mono/issues/18285)) ([d572f4c](https://github.com/taikoxyz/taiko-mono/commit/d572f4c412e59094ea9a4c5ff0b0667c9c04bd66))
38+
39+
40+
### Workflow
41+
42+
* **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))
43+
44+
45+
### Build
46+
47+
* **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))
48+
* **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))
49+
350
## [0.12.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.11.0...relayer-v0.12.0) (2023-10-18)
451

552

Diff for: packages/relayer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@taiko/relayer",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)