-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: v1.2.0
-
Component/s: fabric-peer
-
Labels:None
-
SDK Impact:Unset
-
System Test Impact:Unset
-
Documentation Impact:Unset
FSM was needed to serialize invokes in 0.5/0.6. In 1.0 invokes can be concurrent and the FSM can be removed entirely.
This will help
- simplify chaincode
- cleanup
- make it easier to implement other language such as node based chaincode (see
FAB-2331)