Details
-
Story
-
Status: Closed
-
Medium
-
Resolution: Done
-
None
-
None
-
Unset
-
Unset
-
Unset
Description
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)