Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Fabric Releases

Binh Q Nguyen edited this page Jun 27, 2016 · 17 revisions

June 17, 2016 This is a developer-preview release of the Hyperledger Fabric intended to exercise the release logistics and stabilize a set of capabilities for developers to try out.

Key Features
  1. Permissioned blockchain with immediate finality
  2. Chaincode (aka smart contract) execution environments
    1. Docker container (user chaincode)
    2. In-process with peer (system chaincode)
  3. Pluggable consensus with PBFT, NOOPS (development mode), SIEVE (prototype)
  4. Event framework supports pre-defined and custom events
  5. Client SDK (Node.js), basic REST APIs and CLIs
Known Key Bugs and work in progress
  1. #1895 Client SDK interfaces may crash if wrong parameter specified
  2. #1901 Slow response after a few hours of stress testing
  3. #1911 Missing peer event listener on the client SDK
  4. 889The attributes in the TCert are not encrypted. This work is still on-going