Skip to content

fix(ccaas): avoid package overwrite by peer-specific archive name#680

Open
Sukuna0007Abhi wants to merge 3 commits into
hyperledger-labs:mainfrom
Sukuna0007Abhi:fix/upstream-653-ccaas-peer-package
Open

fix(ccaas): avoid package overwrite by peer-specific archive name#680
Sukuna0007Abhi wants to merge 3 commits into
hyperledger-labs:mainfrom
Sukuna0007Abhi:fix/upstream-653-ccaas-peer-package

Conversation

@Sukuna0007Abhi
Copy link
Copy Markdown

Fixes #653 by preventing CCaaS chaincode package overwrite across peers.

This PR updates CCaaS packaging/install logic to use a peer-specific archive name (${CHAINCODE_LABEL}_${peer}.tar.gz) instead of a shared ${CHAINCODE_LABEL}.tar.gz. It also adds install-time fallback to the legacy shared filename for backward compatibility.

Signed-off-by: Sukuna0007Abhi <appsonly310@gmail.com>
@Sukuna0007Abhi
Copy link
Copy Markdown
Author

Pls review @dzikowski

Signed-off-by: Sukuna0007Abhi <appsonly310@gmail.com>
@dzikowski
Copy link
Copy Markdown
Contributor

This PR removes the support for TLS (breaks backward compatibility and removes important feature)

@Sukuna0007Abhi
Copy link
Copy Markdown
Author

This PR removes the support for TLS (breaks backward compatibility and removes important feature)

But as per issue #653 comment, I used that approach. Could you pls check that comment and give me more right direction, pls

@Sukuna0007Abhi
Copy link
Copy Markdown
Author

Pls review @dzikowski

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: CCaaS uses only the last chaincode

2 participants