You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments