Skip to content

Commit 0f27d04

Browse files
build(deps): bump github.com/celestiaorg/go-header from 0.2.9 to 0.2.11 (#1066)
Bumps [github.com/celestiaorg/go-header](https://github.com/celestiaorg/go-header) from 0.2.9 to 0.2.11. <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.11</h2> <h2>What's Changed</h2> <ul> <li>fix(store): make storePrefix actually optional by <a href="https://github.com/Wondertan"><code>@​Wondertan</code></a> in <a href="https://redirect.github.com/celestiaorg/go-header/pull/69">celestiaorg/go-header#69</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/go-header/compare/v0.2.10...v0.2.11">https://github.com/celestiaorg/go-header/compare/v0.2.10...v0.2.11</a></p> <h2>v0.2.10</h2> <h2>What's Changed</h2> <ul> <li>docs: unindent table of contents by <a href="https://github.com/rootulp"><code>@​rootulp</code></a> in <a href="https://redirect.github.com/celestiaorg/go-header/pull/62">celestiaorg/go-header#62</a></li> <li>docs: fix grammar by <a href="https://github.com/rootulp"><code>@​rootulp</code></a> in <a href="https://redirect.github.com/celestiaorg/go-header/pull/63">celestiaorg/go-header#63</a></li> <li>refactor(store): Add heights report to fatal heightsub log by <a href="https://github.com/renaynay"><code>@​renaynay</code></a> in <a href="https://redirect.github.com/celestiaorg/go-header/pull/68">celestiaorg/go-header#68</a></li> <li>fix(sync): fix two synchronization issues by <a href="https://github.com/Wondertan"><code>@​Wondertan</code></a> in <a href="https://redirect.github.com/celestiaorg/go-header/pull/64">celestiaorg/go-header#64</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rootulp"><code>@​rootulp</code></a> made their first contribution in <a href="https://redirect.github.com/celestiaorg/go-header/pull/62">celestiaorg/go-header#62</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/go-header/compare/v0.2.9...v0.2.10">https://github.com/celestiaorg/go-header/compare/v0.2.9...v0.2.10</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celestiaorg/go-header/commit/057430506a95007c21ff42e51f712ba6f84442b1"><code>0574305</code></a> fix(store): make storePrefix actually optional (<a href="https://redirect.github.com/celestiaorg/go-header/issues/69">#69</a>)</li> <li><a href="https://github.com/celestiaorg/go-header/commit/56a9e2016f7a9a120ae9385add02b7a5d855cec8"><code>56a9e20</code></a> fix(sync): fix two synchronization issues (<a href="https://redirect.github.com/celestiaorg/go-header/issues/64">#64</a>)</li> <li><a href="https://github.com/celestiaorg/go-header/commit/0c1ebfb9ecb82946a0da87ce68485dfa61b35149"><code>0c1ebfb</code></a> refactor(store): Add heights report to fatal heightsub log (<a href="https://redirect.github.com/celestiaorg/go-header/issues/68">#68</a>)</li> <li><a href="https://github.com/celestiaorg/go-header/commit/faf914e1f1f19aa4c302b6fd9601f5d32874d8aa"><code>faf914e</code></a> docs: fix grammar (<a href="https://redirect.github.com/celestiaorg/go-header/issues/63">#63</a>)</li> <li><a href="https://github.com/celestiaorg/go-header/commit/6ca6be684266a39d185cbec268a6dce21def023a"><code>6ca6be6</code></a> docs: unindent table of contents (<a href="https://redirect.github.com/celestiaorg/go-header/issues/62">#62</a>)</li> <li>See full diff in <a href="https://github.com/celestiaorg/go-header/compare/v0.2.9...v0.2.11">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.9&new-version=0.2.11)](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 1cac0c1 commit 0f27d04

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
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
cosmossdk.io/math v1.0.1
77
github.com/celestiaorg/go-fraud v0.1.1
8-
github.com/celestiaorg/go-header v0.2.9
8+
github.com/celestiaorg/go-header v0.2.11
99
github.com/celestiaorg/nmt v0.17.0
1010
github.com/celestiaorg/rsmt2d v0.9.0
1111
github.com/celestiaorg/utils v0.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7
111111
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
112112
github.com/celestiaorg/go-fraud v0.1.1 h1:XZdA5yvkOruoyzrZXVxk1kJ9SbkhJI2aZ+k60+xhbbk=
113113
github.com/celestiaorg/go-fraud v0.1.1/go.mod h1:yoNM35cKMAkt5Mi/Qx3Wi9bnPilLi8n6RpHZVglTUDs=
114-
github.com/celestiaorg/go-header v0.2.9 h1:18aFlkUgnSbEI7SU9PBqdwRu9XEKWRsmRiB72u8Mz/k=
115-
github.com/celestiaorg/go-header v0.2.9/go.mod h1:i9OpY70+PJ1xPw1IgMfF0Pk6vBD6VWPmjY3bgubJBcU=
114+
github.com/celestiaorg/go-header v0.2.11 h1:dLpuUfpGNxFfJNw3Ar3SqWc+AeyT1DlTP5mLjx9Ths8=
115+
github.com/celestiaorg/go-header v0.2.11/go.mod h1:i9OpY70+PJ1xPw1IgMfF0Pk6vBD6VWPmjY3bgubJBcU=
116116
github.com/celestiaorg/go-libp2p-messenger v0.2.0 h1:/0MuPDcFamQMbw9xTZ73yImqgTO3jHV7wKHvWD/Irao=
117117
github.com/celestiaorg/go-libp2p-messenger v0.2.0/go.mod h1:s9PIhMi7ApOauIsfBcQwbr7m+HBzmVfDIS+QLdgzDSo=
118118
github.com/celestiaorg/merkletree v0.0.0-20210714075610-a84dc3ddbbe4 h1:CJdIpo8n5MFP2MwK0gSRcOVlDlFdQJO1p+FqdxYzmvc=

0 commit comments

Comments
 (0)