Skip to content

Commit

Permalink
[FAB-2493] Refactor the golang platform driver
Browse files Browse the repository at this point in the history
Clean up the code in prep for fixing FAB-2493.  No logic
changes are (intentionally) introduced.  We are merely
reorganizing the code for a few reasons:

1) The notion that we compute the hash is defunct.  This
   will be introduced at the codepackage level at a higher
   layer of abstraction.

2) There is code in the common layer that is GOLANG platform
   specific, so we scope this appropriately by moving it
   back into the platform driver.

There are other, similar optimizations that could be applied
to the JAVA platform.  However, this was not attempted in
this body of work.

Change-Id: I6febe38f40edfaba61f70256622cb400ec968840
Signed-off-by: Greg Haskins <gregory.haskins@gmail.com>
  • Loading branch information
ghaskins committed Mar 7, 2017
1 parent 30a0e21 commit fa782fc
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 264 deletions.
215 changes: 0 additions & 215 deletions core/chaincode/platforms/golang/hash.go

This file was deleted.

Loading

0 comments on commit fa782fc

Please sign in to comment.