Hyperledger Fabric V1.1 Proposal

Slides:



Advertisements
Similar presentations
1 IEEE m-09/0019r Work Plan for IEEE m Standard & IMT-Advanced Submission.
Advertisements

1 MAIS & ITSS FY09 Priorities Joint UL Meeting October 27, 2008.
Recommendation of the Texas Test Plan Team and RMS to the TAC October 9, 2003.
Recommendation of Texas Test Plan Team to RMS July 17, 2003.
An Introduction to ORCID
WINDOWS AZURE PLATFORM ROADMAP Eric Nelson Slide 1.
Mellon Year 1 Review Michael J. Halm Alex Valentine.
IATI – Version 2.02 Report to IATI Steering Committee – 3 December 2015.
CONNECT CCB Meeting May 16, Balancing current + future needs CONNECT needs to support the current 2012 production and operational needs of the Federal.
Sprint 113 Review / Sprint 114 Planning August 12th, 2013.
PDS4 Project Report PDS MC F2F University of Maryland Dan Crichton March 27,
Secure Access and Mobility Jason Kunst, Technical Marketing Engineer March 2016 Location Based Services with Mobility Services Engine ISE Location Services.
IEEE MEDIA INDEPENDENT HANDOVER DCN: Title: Proposed Presentation for 3GPP Date Submitted: August,
Government Gateway Transition and Transformation Brief for Software Developers Oct 2016.
LIBRARY RELATIONS MANAGER
Report to RMS July 14, 2004.
Recommendation of Texas Test Plan Team to RMS
Data Collection and Analysis
Ed-Fi ODS/API v3.0 Pre-Read Information for Technical Congress.
Green-Sustainability Specifications* Knowledgebase (GSK )
Delve Analytics ! Office Summit /1/2018 2:18 PM
Possible options of using DDS in oneM2M
Extend SAP integration
Full Page Watermarking
The Right Selective Adoption Strategy for Greater ROI
XACML and the Cloud.
Development Changes in Dynamics 365 for Finance and Operations
Goals of soBGP Verify the origin of advertisements
KrypC Technologies Accelerated Blockchain Adoption.
Introduction to Hyperledger Fabric
Hyperledger Fabric Roadmap
Privacy Enabled Ledger
Introduction to OpenGL
Mesh Topology for Relays
P802.1CF NRM Refinements Abstract
{ BLOCKCHAIN Technology. BSEtecBSEtec is a digital solution provider company which offers the best service with the implement of the latest technologies.
Work Plan for IEEE m Standard & IMT-Advanced Submission
Signing transactions anonymously with Identity Mixer in Hyperledger
Approaches to Implementing CPT in Your Organization
EVM Compass: Assessing & Increasing EVM Maturity within Projects
Hyperledger Fabric Private Data - Collection Types
doc.: IEEE <doc#>
MPI-Message Passing Interface
Recruiting and Staffing Update / SEP 2.0 July 2003
What’s changed in the Shibboleth 1.2 Origin
Mobile Agents.
Blockchain technology at Change Healthcare
The Case for Participation
SAKAI February 2005.
Top Reasons to Choose Android Today. Over the years the Android OS has progressed largely by acquiring major percent of global market share. A number.
Top Reasons to Choose Android Today. Over the years the Android OS has progressed largely by acquiring major percent of global market share. A number.
Approaches to Implementing in Your Organization
P802.1CF NRM Refinements Abstract
P802.1CF NRM Refinements Abstract
Telecom Software & VoIP Communication Platforms Provider.
PeopleSoft Grants Julie Gustafson Product Strategy Manager
Microsoft Core Storage Update
IEEE MEDIA INDEPENDENT HANDOVER DCN: MuGM
Paper 7: Technical Updates
Azure Active Directory
Peak Update Michelle Mizumori.
May 19 doc.: IEEE /424r1 September 2005
Introduction to OpenGL
Hyperledger Fabric NodeSDK
Street Manager High-level roadmap
Overview on CI Use JJB (Jenkins Job Builder) to manage Jenkins jobs.
Hyperledger Fabric 소개 및 튜토리얼
Co-production: Enablement Tracking & Reporting
July 2004 Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Submission Title: [Merger Proposal #2 Affirmation of Commitment.
ONAP Security Requirements ONAP Virtual F2F, December overall requirements - security by design Stephen Terrill, et al.
Presentation transcript:

Hyperledger Fabric V1.1 Proposal Sept 2017 **Dates are determined by the Hyperledger community and are currently a proposal

Hyperledger Fabric Proposed Roadmap July Aug Sept Oct Nov Dec 1H18 -V1 Alpha -V1 Beta -V1 RC V1 GA V1.0.2 V1.0.3 V1.0.4 V1.1 RC V1.1 V1.0.5 Common release work Bugs Serviceability enhancements. FAB-2985 Compatibility work for upgrades, etc. Performance and scale. CouchDB performance improvement FAB-2725 Orderer performance improvement FAB-5274 Build and release process management streamlining with improved continuous integration testing. Standardize the way technical previews are introduced to the community using runtime toggle flags and build switches. Further Info: https://wiki.hyperledger.org/projects/fabric/proposedv1_1 Jira Dashboard https://jira.hyperledger.org/secure/Dashboard.jspa?selectPageId=10104 **Dates are determined by the Hyperledger community and are currently a proposal

Introduction of the following features: Node JS chaincode - An additional implementation of chaincode that mirrors the current Golang version in functionality. The benefit is that when using the node SDK(although you can still use any SDK of your choosing) you are provided a full stack development model. This also helps the large Javascript developer community base with a familiar coding language. FAB-2331 Node JS connection profile - Currently all applications need to capture information of the target fabric environment. This enhancement generates a common exchange doc, with backend topology information. With this doc the application will no longer need to construct the channel, add peers, orderers and get the org admin, simplifying your application development. FAB-5363 Provide an encryption library allowing encryption of sensitive data that a chaincode processes and updates. Provides another level of security for highly sensitive data. FAB-830 Ability to trigger events on a per channel basis rather than global peer basis. FAB-5695 Enhanced attribute access control for the chaincode using the fabric CA. This provides controls to manage each member's access to chaincode information. FAB-5346 Orderer horizontal scaling improvements allowing for more orderers to be added

Tech Preview (Features enabled via build tags): Private channel data. Ability to keep data on a channel private. This data will never be sent to the ordering service with the transaction. The private data is shared with a subset of peers, governed by policies, via the gossip protocol. For example all channel participants may need to be aware of a trade, but keep the trade price private among the trade participants. FAB-1151 Finer grained access control on channel functions rather than organization scoped access. For example specify which identities or group of identities can invoke chaincode, retrieve blocks, retrieve transactions, etc. FAB-3621 Identity mixer which allows organizations to issue identities to their members that would allow for member anonymity and unlinkability of that organizations members. This is the replacement for transactional certs from V0.6. FAB-2005

Discussion points Support plan: THREAD: V1.0.x support vs V1.1 and beyond (Sept) https://lists.hyperledger.org/pipermail/hyperledger-fabric/2017-September/001721.html LTS Strategy – First potential target release 1.2 Dependent on some missing features Tcerts, archive / prune, etc Support for 1-2 yrs (start with 1 year, and lengthen as maturity increases) More contributors (Number?) Adopting an LTS strategy also means that we need to be delivering "experimental" releases, which are not LTS but add new features that we are looking to have tested in the wild, and which have upgrade paths to the next LTS release. LTS not required for every major release