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
Fabric currently forces static build of golang chaincode.
This prevents user chaincode to use extensions (e.g. pkcs11)
which require dynamic linking. This code change keeps static
linking the default. Dynamic chaincode linking is enabled by
setting chaincode.golang.dynamicLink to true in core.yaml.
NOTE: Dynamic linking requires a custom image.
Currently, hyperledger/fabric-baseos image does not
include the C libraries required for dynamic linking.
Change-Id: I189e9f30d12abb107d03d212561cf137b7fa724a
Signed-off-by: Aleksandar Likic <aleksandar.likic@securekey.com>
0 commit comments