Skip to content

Commit

Permalink
[FAB-6641] Refactor MSP to support function versioning
Browse files Browse the repository at this point in the history
The default MSP implementation can be found in mspimpl.go.
The file is gigantic and it is getting complex to modify it.
In order to simply the picture, mspimpl.go will be split
in multiple files:
- mspimplsetup.go to handle the setup related functions
- mspimplvalidate.go to handle the validation related functions

No new code has been introduced, therefore no tests
have been added.

This change-set is propaedeutic to the implementation
of FAB-5668

Change-Id: I9b851bf919e185d79f59b66be11e40e9822033f7
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
  • Loading branch information
adecaro committed Oct 17, 2017
1 parent 9227a52 commit 2cb782b
Show file tree
Hide file tree
Showing 3 changed files with 574 additions and 541 deletions.
Loading

0 comments on commit 2cb782b

Please sign in to comment.