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/cometbft/cometbft from 0.37.0-rc3 to 0.37.0 #3247

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Bumps github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0.

Release notes

Sourced from github.com/cometbft/cometbft's releases.

v0.37.0

See the CHANGELOG for this release.

v0.37.0-rc4

See the CHANGELOG for changes available in this pre-release, but not yet officially released.

Changelog

Sourced from github.com/cometbft/cometbft's changelog.

v0.37.0

March 6, 2023

This is the first CometBFT release with ABCI 1.0, which introduces the PrepareProposal and ProcessProposal methods, with the aim of expanding the range of use cases that application developers can address. This is the first change to ABCI towards ABCI++, and the full range of ABCI++ functionality will only become available in the next major release with ABCI 2.0. See the specification for more details.

In the v0.34.27 release, the CometBFT Go module is still github.com/tendermint/tendermint to facilitate ease of upgrading for users, but in this release we have changed this to github.com/cometbft/cometbft.

Please also see our upgrading guidelines for more details on upgrading from the v0.34 release series.

Also see our QA results for the v0.37 release.

We'd love your feedback on this release! Please reach out to us via one of our communication channels, such as GitHub Discussions, with any of your questions, comments and/or concerns.

See below for more details.

BREAKING CHANGES

  • The TMHOME environment variable was renamed to CMTHOME, and all environment variables starting with TM_ are instead prefixed with CMT_ (#211)
  • [p2p] Reactor Send, TrySend and Receive renamed to SendEnvelope, TrySendEnvelope and ReceiveEnvelope to allow metrics to be appended to messages and measure bytes sent/received. (#230)
  • Bump minimum Go version to 1.20 (#385)
  • [abci] Make length delimiter encoding consistent (uint64) between ABCI and P2P wire-level protocols (#5783)
  • [abci] Change the key and value fields from []byte to string in the EventAttribute type. (#6403)
  • [abci/counter] Delete counter example app (#6684)
  • [abci] Renamed EvidenceType to MisbehaviorType and Evidence to Misbehavior as a more accurate label of their contents. (#8216)
  • [abci] Added cli commands for PrepareProposal and ProcessProposal.

... (truncated)

Commits
  • 365b0a7 Release v0.37.0 (#473)
  • e46395f [cherry-picked] abci++: only include meaningful header fields in data passed-...
  • 2dd008d config: mark block_sync key as deprecated (#414)
  • 6a6eb5a build(deps): Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 (#458)
  • 76603d1 (preliminarily) add long-running weekly e2e workflow (backport #425) (#439)
  • ff7bd07 Improve wait for node in e2e runner for long catch-up times (backport #375) (...
  • 735f6e1 Release v0.37.0-rc4 (#431)
  • f67eba5 ci: Enforce release version check when pushing tags (#434) (#436)
  • e5e5f2b ci: Add release version check (#427) (#428)
  • See full diff in compare view

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/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.0-rc3 to 0.37.0.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.37.0/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.37.0-rc3...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Issues or PRs to update a dependency label Mar 7, 2023
@colin-axner colin-axner merged commit 8ca7344 into main Mar 7, 2023
@colin-axner colin-axner deleted the dependabot/go_modules/github.com/cometbft/cometbft-0.37.0 branch March 7, 2023 16:54
mergify bot pushed a commit that referenced this pull request Mar 7, 2023
…7.0 (#3247)

* build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0

Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.0-rc3 to 0.37.0.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.37.0/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.37.0-rc3...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: go mod tidy in e2e folder

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 8ca7344)

# Conflicts:
#	e2e/go.mod
#	e2e/go.sum
mergify bot pushed a commit that referenced this pull request Mar 7, 2023
…7.0 (#3247)

* build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0

Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.0-rc3 to 0.37.0.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.37.0/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.37.0-rc3...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: go mod tidy in e2e folder

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 8ca7344)

# Conflicts:
#	e2e/go.mod
#	e2e/go.sum
crodriguezvega pushed a commit that referenced this pull request Mar 7, 2023
…7.0 (backport #3247) (#3251)

* build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0 (#3247)

* build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0

Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.0-rc3 to 0.37.0.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.37.0/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.37.0-rc3...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: go mod tidy in e2e folder

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 8ca7344)

# Conflicts:
#	e2e/go.mod
#	e2e/go.sum

* rm -rf e2e

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
crodriguezvega pushed a commit that referenced this pull request Mar 7, 2023
…7.0 (backport #3247) (#3252)

* build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0 (#3247)

* build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0

Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.0-rc3 to 0.37.0.
- [Release notes](https://github.com/cometbft/cometbft/releases)
- [Changelog](https://github.com/cometbft/cometbft/blob/v0.37.0/CHANGELOG.md)
- [Commits](cometbft/cometbft@v0.37.0-rc3...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/cometbft/cometbft
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: go mod tidy in e2e folder

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
(cherry picked from commit 8ca7344)

# Conflicts:
#	e2e/go.mod
#	e2e/go.sum

* rm -rf e2e

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
@faddat faddat mentioned this pull request Jun 23, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues or PRs to update a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants