Skip to content

Comments

Bump github.com/tendermint/tendermint from 0.25.1-rc0 to 0.32.1#16

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/dep/github.com/tendermint/tendermint-0.32.1
Open

Bump github.com/tendermint/tendermint from 0.25.1-rc0 to 0.32.1#16
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/dep/github.com/tendermint/tendermint-0.32.1

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Jul 16, 2019

Bumps github.com/tendermint/tendermint from 0.25.1-rc0 to 0.32.1.

Release notes

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

v0.32.1 (WARNING: ALPHA SOFTWARE)

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

v0.32.0 (WARNING: ALPHA SOFTWARE)

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

v0.31.7 (WARNING: ALPHA SOFTWARE)

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

v0.31.6 (WARNING: ALPHA SOFTWARE)

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

v0.31.5 (WARNING: ALPHA SOFTWARE)

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

v0.31.4 (WARNING: ALPHA SOFTWARE)

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

v0.31.3 (WARNING: ALPHA SOFTWARE)

NOTE: This contains a breaking change to the secp256k1.GenPrivKeySecp256k1 function that we neglected to document in the changelog. The derivation here has changed to guarantee that it returns a valid key, which means it will return a different private key than in previous versions for the same secret.

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

v0.31.2 (WARNING: ALPHA SOFTWARE)

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

v0.31.2-rc0

Fixes a regression from v0.31.1 that causes panics in the mempool

v0.31.1 (WARNING: ALPHA SOFTWARE)

https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#0311

v0.31.0 (WARNING: ALPHA SOFTWARE)

https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#0310

v0.31.0-rc0

No release notes provided.

v0.30.4 (WARNING: ALPHA SOFTWARE)

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

v0.30.3 (WARNING: ALPHA SOFTWARE)

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

v0.30.2 (WARNING: ALPHA SOFTWARE)

https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#0302

v0.30.1 (WARNING: ALPHA SOFTWARE)

https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#0301

... (truncated)
Changelog

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

v0.32.1

July 15, 2019

Special thanks to external contributors on this release:
@​ParthDesai, @​climber73, @​jim380, @​ashleyvega

This release contains a minor enhancement to the ABCI and some breaking changes to our libs folder, namely:

  • CheckTx requests include a CheckTxType enum that can be set to Recheck to indicate to the application that this transaction was already checked/validated and certain expensive operations (like checking signatures) can be skipped
  • Removed various functions from libs pkgs

Friendly reminder, we have a bug bounty
program
.

BREAKING CHANGES:

  • Go API

    • [abci] #2127 The CheckTx and DeliverTx methods in the ABCI Application interface now take structs as arguments (RequestCheckTx and RequestDeliverTx, respectively), instead of just the raw tx bytes. This allows more information to be passed to these methods, for instance, indicating whether a tx has already been checked.
    • [libs] Remove unused db/debugDB and common/colors.go & errors/errors.go files (@​marbar3778)
    • [libs] #2432 Remove unused common/heap.go file (@​marbar3778)
    • [libs] Remove unused date.go, io.go. Remove GoPath(), Prompt() and IsDirEmpty() functions from os.go (@​marbar3778)
    • [libs] Remove unused FailRand() func and minor clean up to fail.go(@​marbar3778)

FEATURES:

  • [node] Add variadic argument to NewNode to support functional options, allowing the Node to be more easily customized.
  • [node]#3730 Add CustomReactors option to NewNode allowing caller to pass
    custom reactors to run inside Tendermint node (@​ParthDesai)
  • [abci] #2127RequestCheckTx has a new field, CheckTxType, which can take values of CheckTxType_New and CheckTxType_Recheck, indicating whether this is a new tx being checked for the first time or whether this tx is being rechecked after a block commit. This allows applications to skip certain expensive operations, like signature checking, if they've already been done once. see docs

IMPROVEMENTS:

  • [rpc] #3700 Make possible to set absolute paths for TLS cert and key (@​climber73)
  • [abci] #3513 Call the reqRes callback after the resCb so they always happen in the same order

BUG FIXES:

  • [p2p] #3338 Prevent "sent next PEX request too soon" errors by not calling
    ensurePeers outside of ensurePeersRoutine
  • [behaviour] \3772 Return correct reason in MessageOutOfOrder (@​jim380)
  • [config] #3723 Add consensus_params to testnet config generation; document time_iota_ms (@​ashleyvega)

v0.32.0

June 25, 2019

Special thanks to external contributors on this release:
@​needkane, @​SebastianElvis, @​andynog, @​Yawning, @​wooparadog

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

If all status checks pass Dependabot will automatically merge this pull request.


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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.


⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️

You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.

Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.25.1-rc0 to 0.32.1.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.25.1-rc0...v0.32.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 16, 2019
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.

0 participants