Skip to content

app/eth2wrap: add support for extra headers#3449

Merged
obol-bulldozer[bot] merged 22 commits intomainfrom
diogo/beacon-node-headers
Jan 16, 2025
Merged

app/eth2wrap: add support for extra headers#3449
obol-bulldozer[bot] merged 22 commits intomainfrom
diogo/beacon-node-headers

Conversation

@DiogoSantoss
Copy link
Contributor

Add --beacon-node-headers flag to run and exit command for passing HTTP header values to go-eth2-client client to allow for beacon node authentication.

category: feature
ticket: #3388

@codecov
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

Attention: Patch coverage is 69.90291% with 31 lines in your changes missing coverage. Please review.

Project coverage is 56.95%. Comparing base (635e1ed) to head (1c3c49c).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
app/app.go 0.00% 8 Missing ⚠️
cmd/exit_broadcast.go 40.00% 4 Missing and 2 partials ⚠️
cmd/exit_sign.go 40.00% 4 Missing and 2 partials ⚠️
cmd/exit_list.go 66.66% 2 Missing and 1 partial ⚠️
cmd/run.go 40.00% 2 Missing and 1 partial ⚠️
eth2util/helpers.go 88.00% 2 Missing and 1 partial ⚠️
cmd/exit.go 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3449      +/-   ##
==========================================
+ Coverage   56.92%   56.95%   +0.02%     
==========================================
  Files         218      218              
  Lines       32430    32517      +87     
==========================================
+ Hits        18462    18521      +59     
- Misses      12072    12092      +20     
- Partials     1896     1904       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

KaloyanTanev and others added 8 commits January 14, 2025 10:44
Sometimes golangci-lint fails with `Parallel golangci-lint is running`, even if the previous run finished.

category: misc
ticket: none
fix workflow

category: fixbuild
ticket: none
Change discord channel for contributing.

category: docs
ticket: none
#3445)

Bumps [github.com/showwin/speedtest-go](https://github.com/showwin/speedtest-go) from 1.7.9 to 1.7.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/showwin/speedtest-go/releases">github.com/showwin/speedtest-go's releases</a>.</em></p>
<blockquote>
<h2>v1.7.10</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: bump github.com/chelnak/ysmrr from 0.2.1 to 0.5.0 by <a href="https://github.com/r3inbowari"><code>@​r3inbowari</code></a> in <a href="https://redirect.github.com/showwin/speedtest-go/pull/239">showwin/speedtest-go#239</a></li>
<li>chore: bump workflows/release/go/version from 1.19.0 to 1.23.4 by <a href="https://github.com/r3inbowari"><code>@​r3inbowari</code></a> in <a href="https://redirect.github.com/showwin/speedtest-go/pull/240">showwin/speedtest-go#240</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/showwin/speedtest-go/compare/v1.7.9...v1.7.10">https://github.com/showwin/speedtest-go/compare/v1.7.9...v1.7.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/showwin/speedtest-go/commit/13957811e20f1369ae781e216f5dda721206614c"><code>1395781</code></a> Release v1.7.10</li>
<li><a href="https://github.com/showwin/speedtest-go/commit/d14d0e1f729cfc6318b9de180209af84c2160c5a"><code>d14d0e1</code></a> chore: bump workflows/release/go/version from 1.19.0 to 1.23.4</li>
<li><a href="https://github.com/showwin/speedtest-go/commit/afc4a662b493b956332ef32e7ab8f0ff59b22b15"><code>afc4a66</code></a> chore: bump github.com/chelnak/ysmrr from 0.2.1 to 0.5.0</li>
<li>See full diff in <a href="https://github.com/showwin/speedtest-go/compare/v1.7.9...v1.7.10">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/showwin/speedtest-go&package-manager=go_modules&previous-version=1.7.9&new-version=1.7.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.8.0 to 0.9.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/golang/time/commit/1ce61fe87e0e5dd90752d2b6c5972f9b6918e77c"><code>1ce61fe</code></a> rate: make function comment match function name</li>
<li>See full diff in <a href="https://github.com/golang/time/compare/v0.8.0...v0.9.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/time&package-manager=go_modules&previous-version=0.8.0&new-version=0.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
…compose/static/lighthouse (#3426)

Bumps sigp/lighthouse from v6.0.0 to v6.0.1.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigp/lighthouse&package-manager=docker&previous-version=v6.0.0&new-version=v6.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
…util/compose/static/lodestar (#3433)

Bumps chainsafe/lodestar from v1.23.1 to v1.24.0.


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chainsafe/lodestar&package-manager=docker&previous-version=v1.23.1&new-version=v1.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
… to 0.5.3 (#3451)

Bumps [github.com/attestantio/go-builder-client](https://github.com/attestantio/go-builder-client) from 0.5.2 to 0.5.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/attestantio/go-builder-client/commit/9cf8fd0e7f19008e93d6ccf3ff3a6d444d4087cb"><code>9cf8fd0</code></a> Update version.</li>
<li><a href="https://github.com/attestantio/go-builder-client/commit/603f56a9a8e14ee8f55619eef46f416e368b1e2e"><code>603f56a</code></a> Add timing metrics for endpoints.</li>
<li><a href="https://github.com/attestantio/go-builder-client/commit/1f0ea0549150451868f9dc3628cd738bf762e7db"><code>1f0ea05</code></a> Update workflows.</li>
<li>See full diff in <a href="https://github.com/attestantio/go-builder-client/compare/v0.5.2...v0.5.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/attestantio/go-builder-client&package-manager=go_modules&previous-version=0.5.2&new-version=0.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
@DiogoSantoss DiogoSantoss added the merge when ready Indicates bulldozer bot may merge when all checks pass label Jan 14, 2025
DiogoSantoss and others added 3 commits January 15, 2025 16:09
Add a third consensus round timer which implements the following behavior:
- First consensus round has 1 second to complete
- Subsequent rounds have exponentially more time starting at 200ms (400ms, 800ms, 1.6s, etc...)

category: feature
ticket: #3430
feature_flag: exponential
Bumps [github.com/bufbuild/buf](https://github.com/bufbuild/buf) from 1.35.1 to 1.49.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases">github.com/bufbuild/buf's releases</a>.</em></p>
<blockquote>
<h2>v1.49.0</h2>
<ul>
<li>Fix <code>buf plugin push --label</code> to allow pushing a plugin with a label.</li>
<li>Add <code>--digest-changes-only</code> flag to <code>buf registry {module,plugin} commit list</code> to filter out commits that have no digest changes.</li>
<li>Fix <code>buf plugin push --source-control-url</code> to allow pushing a plugin with the source control url.</li>
</ul>
<h2>v1.48.0</h2>
<ul>
<li>Add <code>buf registry plugin {create,delete,info,update}</code> commands to manage BSR plugins.</li>
<li>Breaking analysis support for <code>buf beta lsp</code>.</li>
<li>Fix bug when using the <code>--type</code> flag filter for <code>buf build</code> where import ordering is not determinisitic.</li>
<li>Add <code>buf plugin push</code> command to push a plugin to the Buf Schema Registry. Only WebAssembly check plugins are supported at this time.</li>
<li>Add <code>buf plugin update</code> and <code>buf plugin prune</code> command to manage plugins in the <code>buf.lock</code> file. Only WebAssembly check plugins are supported at this time.</li>
<li>Add <code>buf registry plugin commit {add-label,info,list,resolve}</code> to manage BSR plugin commits.</li>
<li>Add <code>buf registry plugin label {archive,info,list,unarchive}</code> to manage BSR plugin commits.</li>
<li>Move <code>buf registry module update</code> to <code>buf registry module settings update</code>. Command <code>buf registry module update</code> is now deprecated.</li>
<li>Support remote check plugins in <code>buf lint</code> and <code>buf breaking</code> commands.</li>
</ul>
<h2>v1.47.2</h2>
<ul>
<li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li>
</ul>
<h2>v1.47.1</h2>
<ul>
<li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li>
</ul>
<h2>v1.47.0</h2>
<ul>
<li>Move <code>buf registry commit</code> to <code>buf registry module commit</code>. Command <code>buf registry commit</code> is now deprecated.</li>
<li>Move <code>buf registry label</code> to <code>buf registry module label</code>. Command <code>buf registry label</code> is now deprecated.</li>
</ul>
<h2>v1.46.0</h2>
<ul>
<li>Add <code>buf registry whoami</code> command, which checks if you are logged in to the Buf Schema Registry at a given domain.</li>
</ul>
<h2>v1.45.0</h2>
<ul>
<li>Update <code>buf registry module info --format=json</code> to add <code>default_label_name</code>, which provides the name of the default label of a module.</li>
</ul>
<h2>v1.44.0</h2>
<ul>
<li>Update the <code>PROTOVALIDATE</code> lint rule to check example field options. Examples will be checked that they satisfy the field constraints, and are only present if constraints are present.</li>
<li>Update the <code>PROTOVALIDATE</code> lint rule to check predefined rules. Predefined rules will be checked that they compile.</li>
<li>Add support for a WebAssembly (Wasm) runtime for custom lint and breaking changes plugins. Use the <code>.wasm</code> file extension to specify a path to a Wasm plugin.</li>
</ul>
<h2>v1.43.0</h2>
<ul>
<li>Add new experimental LSP support under <code>buf beta lsp</code>.</li>
</ul>
<h2>v1.42.0</h2>
<ul>
<li>Add support for custom lint and breaking change plugins. See <a href="https://buf.build/blog/buf-custom-lint-breaking-change-plugins">our launch blog post</a> for more details!</li>
<li>Add <code>buf dep graph --format</code> flag that defaults to <code>dot</code>, and adds the option <code>json</code>, to print the dependency graph in JSON format.</li>
<li>Fix bugs in <code>buf format</code> where trailing comments on commas in message literals were not properly propagated to the formatted proto, empty message literals were not properly indented, and compound strings in options added an extra newline before trailing commas.</li>
</ul>
<h2>v1.41.0</h2>
<ul>
<li>Add HTTP/3 support for gRPC with <code>buf curl</code>.</li>
<li>Fix issue where errors from protoc plugins may be overwritten when executing plugins in parallel.</li>
</ul>
<h2>v1.40.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">github.com/bufbuild/buf's changelog</a>.</em></p>
<blockquote>
<h2>[v1.49.0] - 2025-01-07</h2>
<ul>
<li>Fix <code>buf plugin push --label</code> to allow pushing a plugin with a label.</li>
<li>Add <code>--digest-changes-only</code> flag to <code>buf registry {module,plugin} commit list</code> to filter
out commits that have no digest changes.</li>
<li>Fix <code>buf plugin push --source-control-url</code> to allow pushing a plugin with the source
control url.</li>
</ul>
<h2>[v1.48.0] - 2024-12-19</h2>
<ul>
<li>Add <code>buf registry plugin {create,delete,info,update}</code> commands to manage BSR plugins.</li>
<li>Breaking analysis support for <code>buf beta lsp</code>.</li>
<li>Fix bug when using the <code>--type</code> flag filter for <code>buf build</code> where import ordering is not
determinisitic.</li>
<li>Add <code>buf plugin push</code> command to push a plugin to the Buf Schema Registry.
Only WebAssembly check plugins are supported at this time.</li>
<li>Add <code>buf plugin update</code> and <code>buf plugin prune</code> command to manage plugins in the <code>buf.lock</code>
file. Only WebAssembly check plugins are supported at this time.</li>
<li>Add <code>buf registry plugin commit {add-label,info,list,resolve}</code> to manage BSR plugin commits.</li>
<li>Add <code>buf registry plugin label {archive,info,list,unarchive}</code> to manage BSR plugin commits.</li>
<li>Move <code>buf registry module update</code> to <code>buf registry module settings update</code>. Command
<code>buf registry module update</code> is now deprecated.</li>
<li>Support remote check plugins in <code>buf lint</code> and <code>buf breaking</code> commands.</li>
</ul>
<h2>[v1.47.2] - 2024-11-14</h2>
<ul>
<li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li>
</ul>
<h2>[v1.47.1] - 2024-11-14</h2>
<ul>
<li>Update the patch version to resolve NPM packaging issues. No command updates or user changes.</li>
</ul>
<h2>[v1.47.0] - 2024-11-13</h2>
<ul>
<li>Move <code>buf registry commit</code> to <code>buf registry module commit</code>. Command
<code>buf registry commit</code> is now deprecated.</li>
<li>Move <code>buf registry label</code> to <code>buf registry module label</code>. Command
<code>buf registry label</code> is now deprecated.</li>
</ul>
<h2>[v1.46.0] - 2024-10-29</h2>
<ul>
<li>Add <code>buf registry whoami</code> command, which checks if you are logged in to the Buf Schema
Registry at a given domain.</li>
</ul>
<h2>[v1.45.0] - 2024-10-08</h2>
<ul>
<li>Update <code>buf registry module info --format=json</code> to add <code>default_label_name</code>, which provides the name
of the default label of a module.</li>
</ul>
<h2>[v1.44.0] - 2024-10-03</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bufbuild/buf/commit/768b733768f01a937557e34dff3ec345e69262f2"><code>768b733</code></a> Release v1.49.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/3575">#3575</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/a0052c79bfb26b690204a3940024459f1d049d7a"><code>a0052c7</code></a> Make upgrade (<a href="https://redirect.github.com/bufbuild/buf/issues/3574">#3574</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/447adbca75e9ab62afb3df0e6a321c97f9066ff1"><code>447adbc</code></a> Fix source-control-url with buf plugin push (<a href="https://redirect.github.com/bufbuild/buf/issues/3571">#3571</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/11aa0183315ae14cba807ec537361dbbf2df401d"><code>11aa018</code></a> Update license year range (<a href="https://redirect.github.com/bufbuild/buf/issues/3570">#3570</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/063431a3d6e235d5fa1bf0c9c8c8862c865545f7"><code>063431a</code></a> Update license year range (<a href="https://redirect.github.com/bufbuild/buf/issues/3569">#3569</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/e03f5bee2fd71a742886585dc5594b8d0494c8e2"><code>e03f5be</code></a> Add flag --digest-changes-only to filter commits for modules and plugins (<a href="https://redirect.github.com/bufbuild/buf/issues/3560">#3560</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/3fc317ce8bed769d990a9f908883dbdcea34f450"><code>3fc317c</code></a> Make upgrade (<a href="https://redirect.github.com/bufbuild/buf/issues/3568">#3568</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/d24849a2f536995972c5c0eb798ea8ae5510ffea"><code>d24849a</code></a> Update code generation to API_OPAQUE (<a href="https://redirect.github.com/bufbuild/buf/issues/3565">#3565</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/088af345fb643e7520a270c5e2ed28d2f142521e"><code>088af34</code></a> Fix labels with buf plugin push (<a href="https://redirect.github.com/bufbuild/buf/issues/3564">#3564</a>)</li>
<li><a href="https://github.com/bufbuild/buf/commit/7cc13d3298a1786f5a0d410751f9a2a39d0a5327"><code>7cc13d3</code></a> Upgrade to protobuf-go v1.36.1 (<a href="https://redirect.github.com/bufbuild/buf/issues/3563">#3563</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.35.1...v1.49.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.35.1&new-version=1.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
trigger dispatch for LCDVN and Launchpad

category: feature
ticket: none
@sonarqubecloud
Copy link

@obol-bulldozer obol-bulldozer bot merged commit d27aebf into main Jan 16, 2025
13 checks passed
@obol-bulldozer obol-bulldozer bot deleted the diogo/beacon-node-headers branch January 16, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge when ready Indicates bulldozer bot may merge when all checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants