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/nmt from 0.17.0 to 0.18.1 (#…
…1044) Bumps [github.com/celestiaorg/nmt](https://github.com/celestiaorg/nmt) from 0.17.0 to 0.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/celestiaorg/nmt/releases">github.com/celestiaorg/nmt's releases</a>.</em></p> <blockquote> <h2>v0.18.1</h2> <h2>What's Changed</h2> <ul> <li>fix: add go option in proto to be able to import pb.Proof by <a href="https://github.com/vgonkivs"><code>@vgonkivs</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/226">celestiaorg/nmt#226</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/nmt/compare/v0.18.0...v0.18.1">https://github.com/celestiaorg/nmt/compare/v0.18.0...v0.18.1</a></p> <h2>v0.18.0</h2> <h2>What's Changed</h2> <ul> <li>doc: introduces short namespace absence proof in the NMT specs by <a href="https://github.com/staheri14"><code>@staheri14</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/209">celestiaorg/nmt#209</a></li> <li>doc: aligns the nmt API doc with the current implementation by <a href="https://github.com/staheri14"><code>@staheri14</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/215">celestiaorg/nmt#215</a></li> <li>test: incorporates tests for short absence proof verification by <a href="https://github.com/staheri14"><code>@staheri14</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/217">celestiaorg/nmt#217</a></li> <li>feat(proof): create a proto representation of the proof by <a href="https://github.com/vgonkivs"><code>@vgonkivs</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/220">celestiaorg/nmt#220</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vgonkivs"><code>@vgonkivs</code></a> made their first contribution in <a href="https://redirect.github.com/celestiaorg/nmt/pull/220">celestiaorg/nmt#220</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/nmt/compare/v0.17.0...v0.18.0">https://github.com/celestiaorg/nmt/compare/v0.17.0...v0.18.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celestiaorg/nmt/commit/33110363c1d9bc966c1a6f22fd6c35ff41f00b31"><code>3311036</code></a> fix: add go option in proto to be able to import pb.Proof (<a href="https://redirect.github.com/celestiaorg/nmt/issues/226">#226</a>)</li> <li><a href="https://github.com/celestiaorg/nmt/commit/9d22de935d750c5af847be633a32d576867d36ca"><code>9d22de9</code></a> feat(proof): create a proto representation of the proof (<a href="https://redirect.github.com/celestiaorg/nmt/issues/220">#220</a>)</li> <li><a href="https://github.com/celestiaorg/nmt/commit/3693c9a626b7ddaae996b3c75602f5accfa45739"><code>3693c9a</code></a> test: incorporates tests for short absence proof verification (<a href="https://redirect.github.com/celestiaorg/nmt/issues/217">#217</a>)</li> <li><a href="https://github.com/celestiaorg/nmt/commit/48b8f96a8764c19ea89ca076986f844cb29e8e9d"><code>48b8f96</code></a> doc: aligns the nmt API doc with the current implementation (<a href="https://redirect.github.com/celestiaorg/nmt/issues/215">#215</a>)</li> <li><a href="https://github.com/celestiaorg/nmt/commit/9f0f36e87af75efce55cb95e38fb99bd152894d8"><code>9f0f36e</code></a> doc: introduces short namespace absence proof in the NMT specs (<a href="https://redirect.github.com/celestiaorg/nmt/issues/209">#209</a>)</li> <li>See full diff in <a href="https://github.com/celestiaorg/nmt/compare/v0.17.0...v0.18.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/celestiaorg/nmt&package-manager=go_modules&previous-version=0.17.0&new-version=0.18.1)](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