Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#issue-368] chaincode files upload #369

Merged
merged 3 commits into from
Jan 9, 2022
Merged

Conversation

tianxuanhong
Copy link
Contributor

@tianxuanhong tianxuanhong commented Jan 8, 2022

The interface of chain code upload is added. Temporarily save the chain code in the / opt / chaincode / {MD5} directory. In the future, consider making the package function in an interface?

and modified dashboard dockerfile of base image node version from 14.2.0 to 14.13.1 , to resolve the dashboard build error:
error strip-css-comments@5.0.0: The engine "node" is incompatible with this module. Expected version "^12.20.0 || ^14.13.1 || >=16.0.0". Got "14.2.0"
error Found incompatible module.

Close #368

Signed-off-by: tianxuanhong1 523713078@qq.com

The interface of chain code upload is added. Temporarily save the chain code in the / opt / chaincode / {MD5} directory. In the future, consider making the package function in an interface?

Close #issue-368

Signed-off-by: tianxuanhong1 <523713078@qq.com>
@tianxuanhong tianxuanhong requested a review from a team as a code owner January 8, 2022 00:55
The interface of chain code upload is added. Temporarily save the chain code in the / opt / chaincode / {MD5} directory. In the future, consider making the package function in an interface?

Close #issue-368

Signed-off-by: tianxuanhong1 <523713078@qq.com>
The interface of chain code upload is added. Temporarily save the chain code in the / opt / chaincode / {MD5} directory. In the future, consider making the package function in an interface.

Close #issue-368

Signed-off-by: tianxuanhong1 <523713078@qq.com>
@yeasy yeasy merged commit 5b039c7 into hyperledger:main Jan 9, 2022
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.

chaincode files upload
2 participants