tendermint

⟁ Tendermint Core (BFT Consensus) in Go

APACHE-2.0 License

Stars
5.7K
Committers
233

Bot releases are hidden (Show)

tendermint - v0.31.2-rc0

Published by ebuchman over 5 years ago

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

tendermint - v0.31.0-rc0

Published by liamsi over 5 years ago

tendermint - v0.29.1-rc0

Published by ebuchman over 5 years ago

This is the v0.29.1 release manually tagged since unrelated non-deterministic test-failure threw off the build automation.

Changelog

tendermint - v0.27.0-rc1

Published by ebuchman almost 6 years ago

CHANGELOG

Only change from rc0 is small fix to kv indexing #2925

tendermint - v0.27.0-dev1

Published by ebuchman almost 6 years ago

Includes another fix for ProposerPriority (https://github.com/tendermint/tendermint/pull/2941)

tendermint - v0.27.0-dev0

Published by ebuchman almost 6 years ago

This is a checkpoint tag. This release contains some breaking changes, primarily the fixes for the proposer selection when a new validator is added (this is both a fix and a breaking change to proposer selection). Likely a few more breaking changes will be merged before the final release is cut.

tendermint - v0.26.2-rc0

Published by ebuchman almost 6 years ago

tendermint - v0.26.1-rc3 (WARNING: ALPHA SOFTWARE; RELEASE CANDIDATE)

Published by jaekwon almost 6 years ago

Includes #2797 on top of v0.26.1-rc1. Like v0.26.1-rc2, but also fixes issue where peer shuts down immediately after sending pex addrs in SeedMode.

tendermint - v0.26.1-rc2 (WARNING: ALPHA SOFTWARE; RELEASE CANDIDATE)

Published by jaekwon almost 6 years ago

tendermint - v0.26.0-rc1

Published by ebuchman almost 6 years ago

Includes some additional breaking changes since rc0:

  • Update ConsensusParams naming and add new Validator field
  • Reorder Vote/Proposal fields to match new SignBytes ordering of fields
  • Simplify Proposal to align with consensus spec
  • Change hashes from 20 to 32-bytes of SHA256
  • Use PubKey instead of Address in the Validator.Hash()
  • Replace CommitStepMessage with NewValidBlockMessage in the consensus reactor to fix a termination bug

See the CHANGELOG

tendermint - v0.26.0-rc0

Published by ebuchman almost 6 years ago

tendermint - v0.25.1-rc0

Published by ebuchman about 6 years ago

tendermint - v0.24.0-rc0

Published by ebuchman about 6 years ago

Major breaking release:

  • Validator set updates delayed by one block
  • Add proposer to header
  • BFT time
  • Much more!

See https://github.com/tendermint/tendermint/pull/2343

tendermint - v0.23.1-rc0

Published by ebuchman about 6 years ago

Fix unbounded growth of WAL file

tendermint - v0.22.8-rc0 (WARNING: ALPHA SOFTWARE; RELEASE CANDIDATE)

Published by jaekwon about 6 years ago

This supercedes 0.22.7.

tendermint - v0.22.6-rc0

Published by ebuchman about 6 years ago

Primarily security fixes

  • Fix /blockchain endpoint
  • Include evidence in proposals

See the Pull Request

tendermint - v0.22.4-rc0

Published by ebuchman over 6 years ago

  • Merge in tools
  • Wait for WAL to stop on shutdown