Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/celestiaorg/nmt from 0.10.0 to 0.11.0 #871

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2022

Bumps github.com/celestiaorg/nmt from 0.10.0 to 0.11.0.

Release notes

Sourced from github.com/celestiaorg/nmt's releases.

v0.11.0

What's Changed

New Contributors

Full Changelog: celestiaorg/nmt@v0.10.0...v0.11.0

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/celestiaorg/nmt](https://github.com/celestiaorg/nmt) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/celestiaorg/nmt/releases)
- [Commits](celestiaorg/nmt@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/celestiaorg/nmt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the T:dependencies Type: Pull requests that update a dependency file label Oct 25, 2022
@rootulp rootulp merged commit 9002f1b into v0.34.x-celestia Oct 27, 2022
@rootulp rootulp deleted the dependabot/go_modules/github.com/celestiaorg/nmt-0.11.0 branch October 27, 2022 14:07
@@ -9,8 +9,7 @@ require (
github.com/adlio/schema v1.1.13
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/celestiaorg/nmt v0.10.0
github.com/celestiaorg/rsmt2d v0.6.0
Copy link
Collaborator

@rootulp rootulp Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on re-review, it's not immediately clear why this dependency was removed in this PR. This repo doesn't depend on rsmt2d (see search) but nmt never depended on it so upgrading from v0.10.0 -> v0.11.0 didn't remove a transitive dependency.

I suspect, dependabot runs go mod tidy after updating a dependency. But I'm still curious as to how a previous commit that removed usage of rsmt2d didn't remove this line. I'll inspect commits that moved code from celestia-core to celestia-app b/c I expect one of them to have also included this removal

Copy link
Collaborator

@rootulp rootulp Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From commit prior to this PR 79548a4

$ go mod why -m github.com/celestiaorg/rsmt2d
# github.com/celestiaorg/rsmt2d
(main module does not need module github.com/celestiaorg/rsmt2d)

From last PR that upgraded rsmt2d fcf4583

$ go mod why -m github.com/celestiaorg/rsmt2d
# github.com/celestiaorg/rsmt2d
github.com/tendermint/tendermint/pkg/consts
github.com/celestiaorg/rsmt2d

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I ran go mod tidy locally on a version before this PR here and it also removed rsmt2d.

Copy link
Collaborator

@rootulp rootulp Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go mod tidy hasn't been run since 97c3cce which deleted the last usage of rsmtd from this repo

Copy link
Collaborator

@rootulp rootulp Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should have a CI check in this repo that fails if go mod tidy introduces any git diff: #873

cmwaters pushed a commit that referenced this pull request Sep 20, 2023
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
- [Commits](bufbuild/buf-setup-action@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: bufbuild/buf-setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:dependencies Type: Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants