Skip to content

1.4.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@LiraLemur LiraLemur released this 24 Jan 09:28
· 2119 commits to main since this release

Features

Syncing Node #1648

Adds syncing node state for Iroha.

What is a syncing node?

Node in the state can:

  • send transactions
  • execute queries
  • synchronize with remote nodes
  • apply and validate blocks
  • construct WSV

It can not:

  • request proposals
  • send votes(votes from such a node will be skipped)
  • generate events of building block

RocksDB Metrics #1692

Healthcheck #1735

Added healthcheck interfaces via:

  • http
  • grpc
  • metrics

Docs Fixes

Fixed broken links: build status, build guide, etc. #1318
Small Fixes on Configuration and Docker Metrics #1654