Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/celestiaorg/go-header from 0.2.1 to 0.2.3 (
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 "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 /> [![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