fabric-private-chaincode
fabric-private-chaincode copied to clipboard
TLCC channel re-join on restart: manual
On a peer restart, an admin has to manually trigger a JOIN_CHANNEL transaction to tlcc. Main concern is that "channel owner/creator" is not necessarily some person as "peer admin" yet would have to collaborate. Also potentially an issue of peer would be deployed by k8s or alike with auto-scaling.
See #284 "sibling" feature and #401 for k8s info
Main task here is to surface the JOIN_CHANNEL transactions to the admin cli ...