Skip to content

Commit

Permalink
build(deps): bump github.com/celestiaorg/go-header from 0.2.1 to 0.2.3 (
Browse files Browse the repository at this point in the history
cosmos#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 &quot;Merge pull request <a
href="https://redirect.github.com/celestiaorg/go-header/issues/21">#21</a>
from renaynay/retries&quot;</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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/celestiaorg/go-header&package-manager=go_modules&previous-version=0.2.1&new-version=0.2.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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent 8ec1aaf commit 2c8a8af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/celestiaorg/go-cnc v0.3.0
github.com/celestiaorg/go-header v0.2.1
github.com/celestiaorg/go-header v0.2.3
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/go-kit/kit v0.12.0
github.com/gogo/protobuf v1.3.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
github.com/celestiaorg/go-cnc v0.3.0 h1:eAVPNHGpx+2sBO7NZyQ1+VW8rzf6W4FQDlSq6aqSTsM=
github.com/celestiaorg/go-cnc v0.3.0/go.mod h1:zYzvHudSd1iNPuHBMyvZ1YvWou5aT9JXgtch9Tkaf70=
github.com/celestiaorg/go-header v0.2.1 h1:h6EiEcrA7K9dg5bRNe7aNQ13rDAL4/wRB5jujMGP1Ho=
github.com/celestiaorg/go-header v0.2.1/go.mod h1:6XKf0yhoEQqfKQTZnyTZjTjF5jH5Wq9uO9AvDMkdYbs=
github.com/celestiaorg/go-header v0.2.3 h1:41r60OtAeexWC3J3eTELgWfzcdKR2taFlfcJ/2IHZD4=
github.com/celestiaorg/go-header v0.2.3/go.mod h1:6XKf0yhoEQqfKQTZnyTZjTjF5jH5Wq9uO9AvDMkdYbs=
github.com/celestiaorg/go-libp2p-messenger v0.2.0 h1:/0MuPDcFamQMbw9xTZ73yImqgTO3jHV7wKHvWD/Irao=
github.com/celestiaorg/go-libp2p-messenger v0.2.0/go.mod h1:s9PIhMi7ApOauIsfBcQwbr7m+HBzmVfDIS+QLdgzDSo=
github.com/celestiaorg/tendermint v0.34.22-0.20221202214355-3605c597500d h1:OH9dp6WWotp53aG58xSdLWd+F1Znf3DhA0BadyJO4Aw=
Expand Down

0 comments on commit 2c8a8af

Please sign in to comment.