fabric-private-chaincode
fabric-private-chaincode copied to clipboard
TLCC revise FPC transaction validation
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
Additional info in:
- comment https://github.com/hyperledger-labs/fabric-private-chaincode/pull/388/files#r447985598 (including suggestion to look for the validation plugin)