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 18, 2016 · 17 revisions

Release v0.5-developer-preview

June 17, 2016 This is an alpha 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 Bugs
  1. #1895 Client SDK interfaces may crash if wrong parameter specified
  2. #1901 Slow response after a few hours of stress testing
Code Branch