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

Sprint Release Notes

Binh Q Nguyen edited this page Jun 21, 2016 · 15 revisions

Changes in the master branch effecting the external APIs or system behavior

4/07/2016 commit 33bc136 changed chaincode interface
  1. Deploy Transaction calls chaincode Init function
  2. Invoke Transaction calls chaincode Invoke function
  3. Query Transaction calls chaincode Query function Please see examples for more detail
3/31/2016 POST /chaincode REST endpoint added

The /chaincode endpoint was added to replace the original /devops/deploy, /devops/invoke, and /devops/query endpoints, which are now deprecated. Please see the documentation here for further explanation and examples.

https://github.com/hyperledger/fabric/blob/master/docs/API/CoreAPI.md#chaincode