Skip to content

Commit

Permalink
build(deps): bump github.com/celestiaorg/go-header from 0.2.12 to 0.2…
Browse files Browse the repository at this point in the history
….13 (#38)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[github.com/celestiaorg/go-header](https://github.com/celestiaorg/go-header)
from 0.2.12 to 0.2.13.
<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.13</h2>
<h2>What's Changed</h2>
<ul>
<li>test(sync): Test case where bad header is set as sync target by <a
href="https://github.com/renaynay"><code>@​renaynay</code></a> in <a
href="https://redirect.github.com/celestiaorg/go-header/pull/76">celestiaorg/go-header#76</a></li>
<li>returning subjective head if request to trusted peer for head fails
by <a href="https://github.com/gupadhyaya"><code>@​gupadhyaya</code></a>
in <a
href="https://redirect.github.com/celestiaorg/go-header/pull/87">celestiaorg/go-header#87</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/celestiaorg/go-header/compare/v0.2.12...v0.2.13">https://github.com/celestiaorg/go-header/compare/v0.2.12...v0.2.13</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/celestiaorg/go-header/commit/6cf309418628c2f65ee776eaffe38a17dec5182c"><code>6cf3094</code></a>
Merge pull request <a
href="https://redirect.github.com/celestiaorg/go-header/issues/87">#87</a>
from gupadhyaya/not_recent_head</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/690e8b556568feacf70764722f0bb7e84d1955d2"><code>690e8b5</code></a>
error to warn</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/a77221d213a97ceea276c766bacb39804f3e2c71"><code>a77221d</code></a>
returning subjective head if request to trusted peer for head fails</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/87ab66e26cef01e4ac8a4f3b27bb35eb9b3a719a"><code>87ab66e</code></a>
Merge pull request <a
href="https://redirect.github.com/celestiaorg/go-header/issues/76">#76</a>
from renaynay/sync-test-attack</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/e8eb8fca604b69e20829b49876612661dd3f036e"><code>e8eb8fc</code></a>
test(sync): Add another time.Sleep (unfortunately) to reduce flake</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/591b03760c492189503de6635db5e0ca8f90a1f2"><code>591b037</code></a>
doc(sync): add more clarifying comments to test</li>
<li><a
href="https://github.com/celestiaorg/go-header/commit/f8e4fb4072624bc18cfb774efeaa9eeace2fc68c"><code>f8e4fb4</code></a>
test(sync): Implement sync test for recovering from bad sync target</li>
<li>See full diff in <a
href="https://github.com/celestiaorg/go-header/compare/v0.2.12...v0.2.13">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.12&new-version=0.2.13)](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>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent 2184619 commit 336ab2f
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 @@ -5,7 +5,7 @@ go 1.20
require (
cosmossdk.io/math v1.0.1
github.com/celestiaorg/go-fraud v0.1.2
github.com/celestiaorg/go-header v0.2.12
github.com/celestiaorg/go-header v0.2.13
github.com/celestiaorg/nmt v0.17.0
github.com/celestiaorg/rsmt2d v0.10.0
github.com/cometbft/cometbft v0.37.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/btcsuite/btcd/btcutil v1.1.2 h1:XLMbX8JQEiwMcYft2EGi8zPUkoa0abKIU6/BJ
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
github.com/celestiaorg/go-fraud v0.1.2 h1:Bf7yIN3lZ4IR/Vlu5OtmcVCVNESBKEJ/xwu28rRKGA8=
github.com/celestiaorg/go-fraud v0.1.2/go.mod h1:kHZXQY+6gd1kYkoWRFFKgWyrLPWRgDN3vd1Ll9gE/oo=
github.com/celestiaorg/go-header v0.2.12 h1:3H9nir20+MTY1vXbLxOUOV05ZspotR6JOiZGKxACHCQ=
github.com/celestiaorg/go-header v0.2.12/go.mod h1:NhiWq97NtAYyRBu8quzYOUghQULjgOzO2Ql0iVEFOf0=
github.com/celestiaorg/go-header v0.2.13 h1:sUJLXYs8ViPpxLXyIIaW3h4tPFgtVYMhzsLC4GHfS8I=
github.com/celestiaorg/go-header v0.2.13/go.mod h1:NhiWq97NtAYyRBu8quzYOUghQULjgOzO2Ql0iVEFOf0=
github.com/celestiaorg/merkletree v0.0.0-20210714075610-a84dc3ddbbe4 h1:CJdIpo8n5MFP2MwK0gSRcOVlDlFdQJO1p+FqdxYzmvc=
github.com/celestiaorg/merkletree v0.0.0-20210714075610-a84dc3ddbbe4/go.mod h1:fzuHnhzj1pUygGz+1ZkB3uQbEUL4htqCGJ4Qs2LwMZA=
github.com/celestiaorg/nmt v0.17.0 h1:/k8YLwJvuHgT/jQ435zXKaDX811+sYEMXL4B/vYdSLU=
Expand Down

0 comments on commit 336ab2f

Please sign in to comment.