8000 Tags · James1847/fabric-sdk-py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: James1847/fabric-sdk-py

Tags

v1.0.0-beta

Toggle v1.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cut for release (hyperledger#111)

Signed-off-by: rohanshrothrium <shrothriumrohan@gmail.com>

v0.9.0

Toggle v0.9.0's commit message
cut for v0.9.0 release

Signed-off-by: dongwangdw <xdragon007@gmail.com>

v0.8.1

Toggle v0.8.1's commit message
add new release tag

v0.8.0

Toggle v0.8.0's commit message
May 23, 2019

---------------------
Release Notes
-------------

New Features
----------------

* Support fabric 1.x network;
* Add more new features:
  1. Implement event service
  2. Implement discovery service
  3. Replace Rx module with python native async/await
  4. CA supporting
  5. Implement mutual encryption

Improvements
-----------

* Improve the documentation and tutorials
* Add example code
* Refine invoke api
* Improve query
* Update test cases

Known Vulnerabilities
---------------------

* Private data collection is not fully supported

Resolved Vulnerabilities
------------------------

None

Change Log
----------

https://github.com/hyperledger/fabric-sdk-py/blob/master/CHANGELOG.md#v0.8.0

v0.7.0

Toggle v0.7.0's commit message
v0.7.0 September 10, 2018

-------------------------

Release Notes
-------------

New Features
----------------

* Support fabric 1.0.x network;
* Finish Basic Channel APIs:
    * Channel APIs
        * Load network configuration
        * Create a New Channel
        * Join Peers into a Channel
        * Get block from a channel
        * Query channel
* Finish Basic Chaincode APIs:
    * Chaincode APIs
        * Install Chaincode to peers
        * Query install Chaincode
        * Query instantiated Chaincode
        * Instantiate Chaincode
        * Invoke Chaincode

Improvements
------------

* Tutorials and documentation updated;
* Add more test cases.

Known Vulnerabilities
---------------------

* Fabric-CA support is not implemented;
* Fabric 1.1+ network support is not finished;

Resolved Vulnerabilities
------------------------

None

Change Log
----------

https://github.com/hyperledger/fabric-sdk-py/blob/master/CHANGELOG.md#v0.7.0
0