Commit 2c8a8af
authored
build(deps): bump github.com/celestiaorg/go-header from 0.2.1 to 0.2.3 (#838)
Bumps
[github.com/celestiaorg/go-header](https://github.com/celestiaorg/go-header)
from 0.2.1 to 0.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/celestiaorg/go-header/releases">github.com/celestiaorg/go-header's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.3</h2>
<p>The last release implements retries in the wrong place. This patch
reverts its and make retries in the originally intended place</p>
<h2>v0.2.2</h2>
<p>Patch releases that adds retries for <code>Head</code> requests</p>
<h2>What's Changed</h2>
<ul>
<li>feat(p2p): Implement retries for requests by <a
href="https://github.com/renaynay"><code>@renaynay</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-header/pull/21">celestiaorg/go-header#21</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/go-header/compare/v0.2.1...v0.2.2">https://github.com/celestiaorg/go-header/compare/v0.2.1...v0.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/celestiaorg/go-header/commit/1d06b1b6f57b6e11a5d6ccf0f47188ee4c004aad"><code>1d06b1b</code></a>
chore(sync): error wrapping on start</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/e724309fd167819a85f15a0d475136364a8d45d3"><code>e724309</code></a>
fix(p2p): audit for context logic in Get and Head</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/ff66f77d4ec8b90b2fe08a3df288c1108e00f75c"><code>ff66f77</code></a>
fix(p2p): remove retries from Head and do for Get instead</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/55fc85a68cd6ab0b4434f0850178c7dcf21ada99"><code>55fc85a</code></a>
Revert "Merge pull request <a
href="https://redirect.github.com/celestiaorg/go-header/issues/21">#21</a>
from renaynay/retries"</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/91817e0f0a15c25824dc0fae8cd07f20b0def78b"><code>91817e0</code></a>
Merge pull request <a
href="https://redirect.github.com/celestiaorg/go-header/issues/21">#21</a>
from renaynay/retries</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/b853f60dcc2e23e84b13c054a78418b62c641917"><code>b853f60</code></a>
refactor(p2p): Implement hlib suggestions</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/ba7c802dc141a6e99b6fcc2ed45306e11d6282f6"><code>ba7c802</code></a>
refactor(p2p): Also check if ex.ctx timed out, increase len headerCh to
len t...</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/38baa0b12aa1f5f9c1c028748d29994194cdd52f"><code>38baa0b</code></a>
refactor(p2p): Allow 5 retries on head requests, but wait for timer tick
to r...</li>
<li>See full diff in <a
href="https://github.com/celestiaorg/go-header/compare/v0.2.1...v0.2.3">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8ec1aaf commit 2c8a8af
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments