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/tendermint/tendermint from 0.34.0-rc6 to 0.34.0 #7988

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2020

Bumps github.com/tendermint/tendermint from 0.34.0-rc6 to 0.34.0.

Release notes

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

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.34.0

November 19, 2020

Holy smokes, this is a big one! For a more reader-friendly overview of the changes in 0.34.0 (and of the changes you need to accommodate as a user), check out https://github.com/tendermint/tendermint/blob/master/UPGRADING.md.

Special thanks to external contributors on this release: @james-ray, @fedekunze, @favadi, @alessio, @joe-bowman, @cuonglm, @SadPencil and @dongsam.

And as always, friendly reminder, that we have a bug bounty program.

BREAKING CHANGES

  • CLI/RPC/Config

    • [config] #5315 Rename prof_laddr to pprof_laddr and move it to rpc section (@melekes)
    • [evidence] #4959 Add JSON tags to DuplicateVoteEvidence (@marbar3778)
    • [light] #4946 tendermint lite command has been renamed to tendermint light (@marbar3778)
    • [privval] #4582 round in private_validator_state.json is no longer JSON string; instead it is a number (@marbar3778)
    • [rpc] #4792 /validators are now sorted by voting power (@melekes)
    • [rpc] #4947 Return an error when page pagination param is 0 in /validators, tx_search (@melekes)
    • [rpc] #5137 JSON tags of gasWanted and gasUsed in ResponseCheckTx and ResponseDeliverTx have been made snake_case (gas_wanted and gas_used) (@marbar3778)
    • [rpc] #5315 Remove /unsafe_start_cpu_profiler, /unsafe_stop_cpu_profiler and /unsafe_write_heap_profile. Please use pprof functionality instead (@melekes)
    • [rpc/client, rpc/jsonrpc/client] #5347 All client methods now accept context.Context as 1st param (@melekes)
  • Apps

    • [abci] #4704 Add ABCI methods ListSnapshots, LoadSnapshotChunk, OfferSnapshot, and ApplySnapshotChunk for state sync snapshots. ABCIVersion bumped to 0.17.0. (@erikgrinaker)
    • [abci] #4989 Proof within ResponseQuery has been renamed to ProofOps (@marbar3778)
    • [abci] #5096 CheckTxType Protobuf enum names are now uppercase, to follow Protobuf style guide (@erikgrinaker)
    • [abci] #5324 ABCI evidence type is now an enum with two types of possible evidence (@cmwaters)
  • P2P Protocol

    • [blockchain] #4637 Migrate blockchain reactor(s) to Protobuf encoding (@marbar3778)
    • [evidence] #4949 Migrate evidence reactor to Protobuf encoding (@marbar3778)
    • [mempool] #4940 Migrate mempool from to Protobuf encoding (@marbar3778)
    • [mempool] #5321 Batch transactions when broadcasting them to peers (@melekes)
      • MaxBatchBytes new config setting defines the max size of one batch.
    • [p2p/pex] #4973 Migrate p2p/pex reactor to Protobuf encoding (@marbar3778)
    • [statesync] #4943 Migrate state sync reactor to Protobuf encoding (@marbar3778)
  • Blockchain Protocol

    • [evidence] #4725 Remove Pubkey from DuplicateVoteEvidence (@marbar3778)
    • [evidence] #5499 Cap evidence to a maximum number of bytes (supercedes #4780) (@cmwaters)
    • [merkle] #5193 Header hashes are no longer empty for empty inputs, notably DataHash, EvidenceHash, and LastResultsHash (@erikgrinaker)
    • [state] #4845 Include GasWanted and GasUsed into LastResultsHash (@melekes)
    • [types] #4792 Sort validators by voting power to enable faster commit verification (@melekes)

... (truncated)

Commits
  • 182fa32 .goreleaser: build for windows
  • fe94825 changelog: squash changelog from 0.34 RCs into one (#5687)
  • 386a44c .goreleaser: don't build linux/arm
  • 0f29b16 fix docker deployment (#5647)
  • b80d4d8 relase_notes: add release notes for v0.34.0
  • b5b53bf upgrading: update 0.34 instructions with updates since RC4 (#5686)
  • 4ed0fdd light: make fraction parts uint64, ensuring that it is always positive (#5655)
  • 23bc2f6 ci: remove add-path (#5674)
  • bea7673 e2e: use ed25519 for secretConn (remote signer) (#5678)
  • 26493bb test/e2e: fix secp failures (#5649)
  • Additional commits viewable 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/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.0-rc6 to 0.34.0.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.34.0-rc6...v0.34.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added A:automerge Automatically merge PR once all prerequisites pass. dependencies Pull requests that update a dependency file labels Nov 20, 2020
@dependabot dependabot bot requested a review from fedekunze November 20, 2020 06:12
@alexanderbez alexanderbez mentioned this pull request Nov 20, 2020
9 tasks
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2020

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@alexanderbez alexanderbez deleted the dependabot/go_modules/github.com/tendermint/tendermint-0.34.0 branch November 20, 2020 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass. dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants