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

Bump github.com/tendermint/tendermint from 0.34.0 to 0.34.1 #356

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/tendermint/tendermint from 0.34.0 to 0.34.1.

Release notes

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

0.34.1 (WARNING: BETA SOFTWARE)

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

Changelog

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

v0.34.1

January 6, 2021

Special thanks to external contributors on this release:

@p4u from vocdoni.io reported that the mempool might behave incorrectly under a high load. The consequences can range from pauses between blocks to the peers disconnecting from this node. As a temporary remedy (until the mempool package is refactored), the max-batch-bytes was disabled. Transactions will be sent one by one without batching.

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES

  • CLI/RPC/Config

    • [cli] #5786 deprecate snake_case commands for hyphen-case (@cmwaters)
  • Go API

IMPROVEMENTS

  • [mempool] #5813 Add keep-invalid-txs-in-cache config option. When set to true, mempool will keep invalid transactions in the cache (@p4u)

BUG FIXES

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from alpe as a code owner January 7, 2021 07:34
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 7, 2021
@alpe
Copy link
Contributor

alpe commented Jan 7, 2021

👍 After #358

Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.0 to 0.34.1.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.34.0...v0.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@ethanfrey ethanfrey force-pushed the dependabot/go_modules/github.com/tendermint/tendermint-0.34.1 branch from e43009d to 2b5a811 Compare January 7, 2021 11:44
@codecov
Copy link

codecov bot commented Jan 7, 2021

Codecov Report

Merging #356 (79df346) into master (a66d773) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
+ Coverage   69.64%   69.68%   +0.03%     
==========================================
  Files          28       28              
  Lines        2425     2415      -10     
==========================================
- Hits         1689     1683       -6     
+ Misses        618      616       -2     
+ Partials      118      116       -2     
Impacted Files Coverage Δ
x/wasm/internal/keeper/keeper.go 90.56% <0.00%> (+0.58%) ⬆️
x/wasm/internal/types/validation.go 100.00% <0.00%> (+7.69%) ⬆️

@ethanfrey ethanfrey merged commit 9c0b974 into master Jan 7, 2021
@ethanfrey ethanfrey deleted the dependabot/go_modules/github.com/tendermint/tendermint-0.34.1 branch January 7, 2021 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants