Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

build(deps): bump github.com/tendermint/tendermint from 0.33.9 to 0.35.0 #955

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2021

Bumps github.com/tendermint/tendermint from 0.33.9 to 0.35.0.

Release notes

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

0.35.0 (WARNING: BETA SOFTWARE)

Changelog

0.34.14 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.14/CHANGELOG.md#v0.34.14

0.34.13 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.13/CHANGELOG.md#v0.34.13

0.34.12 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.12/CHANGELOG.md#v0.34.12

0.34.11 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.11/CHANGELOG.md#v0.34.11

0.34.10 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.10/CHANGELOG.md#v0.34.10

0.34.9 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.9/CHANGELOG.md#v0.34.9

0.34.8 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.8/CHANGELOG.md#v0.34.8

0.34.7 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.7/CHANGELOG.md#v0.34.7

0.34.4 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.4/CHANGELOG.md#v0.34.4

0.34.3 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.3/CHANGELOG.md#v0.34.3

0.34.2 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.2/CHANGELOG.md#v0.34.2

0.34.1 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.1/CHANGELOG.md#v0.34.1

0.34.0 (WARNING: BETA SOFTWARE)

https://github.com/tendermint/tendermint/blob/v0.34.0/CHANGELOG.md#v0.34.0

Changelog

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

v0.35.0

November 4, 2021

Special thanks to external contributors on this release: @​JayT106, @​bipulprasad, @​alessio, @​Yawning, @​silasdavis, @​cuonglm, @​tanyabouman, @​JoeKash, @​githubsands, @​jeebster, @​crypto-facs, @​liamsi, and @​gotjoshua

FEATURES

  • [cli] #7033 Add a rollback command to rollback to the previous tendermint state in the event of an incorrect app hash. (@​cmwaters)
  • [config] #7174 expose ability to write config to arbitrary paths. (@​tychoish)
  • [mempool, rpc] #7065 add removetx rpc method (backport of #7047) (@​tychoish).
  • #6982 tendermint binary has built-in suppport for running the e2e application (with state sync support) (@​cmwaters).
  • [config] Add --mode flag and config variable. See ADR-52 @​dongsam
  • [rpc] #6329 Don't cap page size in unsafe mode (@​gotjoshua, @​cmwaters)
  • [pex] #6305 v2 pex reactor with backwards compatability. Introduces two new pex messages to accomodate for the new p2p stack. Removes the notion of seeds and crawling. All peer exchange reactors behave the same. (@​cmwaters)
  • [crypto] #6376 Enable sr25519 as a validator key type
  • [mempool] #6466 Introduction of a prioritized mempool. (@​alexanderbez)
    • Priority and Sender have been introduced into the ResponseCheckTx type, where the priority will determine the prioritization of the transaction when a proposer reaps transactions for a block proposal. The sender field acts as an index.
    • Operators may toggle between the legacy mempool reactor, v0, and the new prioritized reactor, v1, by setting the mempool.version configuration, where v1 is the default configuration.
    • Applications that do not specify a priority, i.e. zero, will have transactions reaped by the order in which they are received by the node.
    • Transactions are gossiped in FIFO order as they are in v0.
  • [config/indexer] #6411 Introduce support for custom event indexing data sources, specifically PostgreSQL. (@​JayT106)
  • [blocksync/event] #6619 Emit blocksync status event when switching consensus/blocksync (@​JayT106)
  • [statesync/event] #6700 Emit statesync status start/end event (@​JayT106)
  • [inspect] #6785 Add a new inspect command for introspecting the state and block store of a crashed tendermint node. (@​williambanfield)

BUG FIXES

  • #7106 Revert mutex change to ABCI Clients (@​tychoish).
  • #7142 mempool: remove panic when recheck-tx was not sent to ABCI application (@​williambanfield).
  • wait until peerUpdates channel is closed to close remaining peers (@​williambanfield)
  • [privval] #5638 Increase read/write timeout to 5s and calculate ping interval based on it (@​JoeKash)
  • [evidence] #6375 Fix bug with inconsistent LightClientAttackEvidence hashing (cmwaters)
  • [rpc] #6507 Ensure RPC client can handle URLs without ports (@​JayT106)
  • [statesync] #6463 Adds Reverse Sync feature to fetch historical light blocks after state sync in order to verify any evidence (@​cmwaters)
  • [blocksync] #6590 Update the metrics during blocksync (@​JayT106)

BREAKING CHANGES

  • Go API

    • [crypto/armor]: #6963 remove package which is unused, and based on deprecated fundamentals. Downstream users should maintain this

... (truncated)

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/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.33.9 to 0.35.0.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.33.9...v0.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants