Skip to content

1.1.1

Compare
Choose a tag to compare
@lebdron lebdron released this 20 Sep 12:06
· 47 commits to support/1.1.x since this release

This is the 1.1.1 patch release. This patch is for consensus only. Some calls to send the consensus state were incorrectly ignored by the peer which went down and turned back up. Additionally, supermajority was incorrectly calculated with Byzantine-fault tolerance assumption, despite consensus being crash-fault tolerant.

We are actively working on Byzantine-fault tolerant consensus implementation at the moment.

Consensus

  • Docs/ CFT YAC (#252)
  • Yac: switch supermajority checker to CFT (#253)
  • gRPC: add UNAVAILABLE to list of retryable codes (#254)
  • Yac: recreate channel and stub on each send (#255)

Please see the notes for the previous releases here: https://github.com/hyperledger/iroha/releases.