Skip to content

Commit 2c8a8af

Browse files
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 &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] <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

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.18
44

55
require (
66
github.com/celestiaorg/go-cnc v0.3.0
7-
github.com/celestiaorg/go-header v0.2.1
7+
github.com/celestiaorg/go-header v0.2.3
88
github.com/dgraph-io/badger/v3 v3.2103.5
99
github.com/go-kit/kit v0.12.0
1010
github.com/gogo/protobuf v1.3.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7
107107
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
108108
github.com/celestiaorg/go-cnc v0.3.0 h1:eAVPNHGpx+2sBO7NZyQ1+VW8rzf6W4FQDlSq6aqSTsM=
109109
github.com/celestiaorg/go-cnc v0.3.0/go.mod h1:zYzvHudSd1iNPuHBMyvZ1YvWou5aT9JXgtch9Tkaf70=
110-
github.com/celestiaorg/go-header v0.2.1 h1:h6EiEcrA7K9dg5bRNe7aNQ13rDAL4/wRB5jujMGP1Ho=
111-
github.com/celestiaorg/go-header v0.2.1/go.mod h1:6XKf0yhoEQqfKQTZnyTZjTjF5jH5Wq9uO9AvDMkdYbs=
110+
github.com/celestiaorg/go-header v0.2.3 h1:41r60OtAeexWC3J3eTELgWfzcdKR2taFlfcJ/2IHZD4=
111+
github.com/celestiaorg/go-header v0.2.3/go.mod h1:6XKf0yhoEQqfKQTZnyTZjTjF5jH5Wq9uO9AvDMkdYbs=
112112
github.com/celestiaorg/go-libp2p-messenger v0.2.0 h1:/0MuPDcFamQMbw9xTZ73yImqgTO3jHV7wKHvWD/Irao=
113113
github.com/celestiaorg/go-libp2p-messenger v0.2.0/go.mod h1:s9PIhMi7ApOauIsfBcQwbr7m+HBzmVfDIS+QLdgzDSo=
114114
github.com/celestiaorg/tendermint v0.34.22-0.20221202214355-3605c597500d h1:OH9dp6WWotp53aG58xSdLWd+F1Znf3DhA0BadyJO4Aw=

0 commit comments

Comments
 (0)