fabric-private-chaincode icon indicating copy to clipboard operation
fabric-private-chaincode copied to clipboard

TLCC revise FPC transaction validation

Open mbrandenburger opened this issue 5 years ago • 1 comments

Description

TLCC FPC transaction validation logic needs to be aligned with recent changes in ecc-vscc as introduced with PR #371.

Another issue is that the current tlcc code requires a ecc_ prefix which was removed with PR #320. Quick and dirty fix applied but needs to resolved. More detailed discussion on PR #323

mbrandenburger avatar Jun 16 '20 09:06 mbrandenburger

Additional info in:

  • comment https://github.com/hyperledger-labs/fabric-private-chaincode/pull/388/files#r447985598 (including suggestion to look for the validation plugin)

bvavala avatar Jun 30 '20 21:06 bvavala