|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.13.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.12.0...relayer-v0.13.0) (2024-11-12) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* **eventindexer:** rm assignmenthook for latest protocol changes ([#17647](https://github.com/taikoxyz/taiko-mono/issues/17647)) ([d461fed](https://github.com/taikoxyz/taiko-mono/commit/d461feddf2e5672be417af66acf538c30a7fbe49)) |
| 9 | +* **relayer:** add is_profitable and fee related columns ([#17619](https://github.com/taikoxyz/taiko-mono/issues/17619)) ([e2359d4](https://github.com/taikoxyz/taiko-mono/commit/e2359d4fea214a56b7c0aa3cc2642c0ec55ba245)) |
| 10 | +* **relayer:** add numLatestBlocksStartWhenCrawling in crawler ([#17599](https://github.com/taikoxyz/taiko-mono/issues/17599)) ([0e031b3](https://github.com/taikoxyz/taiko-mono/commit/0e031b3ab4239cb5e2f18aacfebd0b30a2e935d3)) |
| 11 | +* **relayer:** adding a prometheus guage for relayer balance ([#17659](https://github.com/taikoxyz/taiko-mono/issues/17659)) ([4d99b9f](https://github.com/taikoxyz/taiko-mono/commit/4d99b9f7468e5ce9883b51fd4a407afc6a5f1695)) |
| 12 | +* **relayer:** configurable conf timeout, increase default ([#17880](https://github.com/taikoxyz/taiko-mono/issues/17880)) ([7bf7d69](https://github.com/taikoxyz/taiko-mono/commit/7bf7d691978588c17a03b858162d5b2aad2de872)) |
| 13 | +* **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)) |
| 14 | +* **relayer:** flags for processing and indexing minimum amounts ([#17685](https://github.com/taikoxyz/taiko-mono/issues/17685)) ([04a3370](https://github.com/taikoxyz/taiko-mono/commit/04a33702b6931b5981f3e6c2455130ac202d11e7)) |
| 15 | +* **relayer:** pad if contract ([#18131](https://github.com/taikoxyz/taiko-mono/issues/18131)) ([56143f0](https://github.com/taikoxyz/taiko-mono/commit/56143f096cfd792aaa3b578b8b64132744beeacc)) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* **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)) |
| 21 | +* **relayer:** fix for profitable detection ([#18134](https://github.com/taikoxyz/taiko-mono/issues/18134)) ([c2f59c3](https://github.com/taikoxyz/taiko-mono/commit/c2f59c30c085f19c5fed64e07c7961009060c428)) |
| 22 | +* **relayer:** profitability changes ([#18124](https://github.com/taikoxyz/taiko-mono/issues/18124)) ([10eb73c](https://github.com/taikoxyz/taiko-mono/commit/10eb73cf3d165781ece2554fb48a777c54a37e82)) |
| 23 | + |
| 24 | + |
| 25 | +### Chores |
| 26 | + |
| 27 | +* **relayer:** avoid copy big struct ([#17686](https://github.com/taikoxyz/taiko-mono/issues/17686)) ([a1cf7d2](https://github.com/taikoxyz/taiko-mono/commit/a1cf7d252be36ca37d5a7e9580d73100cddc1bc1)) |
| 28 | +* **relayer:** close db connection before stop service. ([#17709](https://github.com/taikoxyz/taiko-mono/issues/17709)) ([9e928ad](https://github.com/taikoxyz/taiko-mono/commit/9e928ad4644c68cdc4ac5426bc10895100bf30a7)) |
| 29 | +* **relayer:** delete duplicate DB interface ([#17687](https://github.com/taikoxyz/taiko-mono/issues/17687)) ([b89e97b](https://github.com/taikoxyz/taiko-mono/commit/b89e97b1cd7795753bba57b8ca6caf8a77e22613)) |
| 30 | +* **relayer:** delete duplicate DB interface ([#17698](https://github.com/taikoxyz/taiko-mono/issues/17698)) ([c28c984](https://github.com/taikoxyz/taiko-mono/commit/c28c98442392739160f916f134d88d82fdb1354c)) |
| 31 | +* **relayer:** fix some carps ([#17681](https://github.com/taikoxyz/taiko-mono/issues/17681)) ([f095698](https://github.com/taikoxyz/taiko-mono/commit/f095698fb86df89a1d8581ba40ecd4d23e2e92e3)) |
| 32 | +* **relayer:** handle error and return point ([#17682](https://github.com/taikoxyz/taiko-mono/issues/17682)) ([e99a860](https://github.com/taikoxyz/taiko-mono/commit/e99a860c4a14849712bf14f3a940f2c46dd2d700)) |
| 33 | +* **relayer:** update bindings/taikol1 ([#17672](https://github.com/taikoxyz/taiko-mono/issues/17672)) ([990085e](https://github.com/taikoxyz/taiko-mono/commit/990085ee92be7d747be1e9ba4a43a646b98061dc)) |
| 34 | +* **relayer:** upgrade event db operation ([#17699](https://github.com/taikoxyz/taiko-mono/issues/17699)) ([bf593ee](https://github.com/taikoxyz/taiko-mono/commit/bf593ee5377a1f73131051517e7869f6564848a9)) |
| 35 | + |
| 36 | + |
| 37 | +### Documentation |
| 38 | + |
| 39 | +* **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)) |
| 40 | + |
| 41 | + |
| 42 | +### Tests |
| 43 | + |
| 44 | +* **taiko-client:** introduce TestTxPoolContentWithMinTip test case ([#18285](https://github.com/taikoxyz/taiko-mono/issues/18285)) ([d572f4c](https://github.com/taikoxyz/taiko-mono/commit/d572f4c412e59094ea9a4c5ff0b0667c9c04bd66)) |
| 45 | + |
| 46 | + |
| 47 | +### Workflow |
| 48 | + |
| 49 | +* **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)) |
| 50 | + |
| 51 | + |
| 52 | +### Build |
| 53 | + |
| 54 | +* **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)) |
| 55 | + |
3 | 56 | ## [0.12.0](https://github.com/taikoxyz/taiko-mono/compare/relayer-v0.11.0...relayer-v0.12.0) (2023-10-18)
|
4 | 57 |
|
5 | 58 |
|
|
0 commit comments