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

feat(corda): dockerfile update to include cordapps #3480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adrianbatuto
Copy link
Contributor

@adrianbatuto adrianbatuto commented Aug 13, 2024

Commit to be reviewed


feat(corda): dockerfile update to include cordapps

Primary Changes
----------------
1. Created AIO to support the deployment of Cordapps in Corda 5
2. Created corda-v5-cordapp-deployment.test.ts to test the AIO

Fixes #3442
Pull Request Requirements

  • Rebased onto upstream/main branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.
  • Have git sign off at the end of commit message to avoid being marked red. You can add -s flag when using git commit command. You may refer to this link for more information.
  • Follow the Commit Linting specification. You may refer to this link for more information.

Character Limit

  • Pull Request Title and Commit Subject must not exceed 72 characters (including spaces and special characters).
  • Commit Message per line must not exceed 80 characters (including spaces and special characters).

A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.

@adrianbatuto adrianbatuto force-pushed the adrianbatuto/issue3442 branch 3 times, most recently from 09235c6 to ee12441 Compare August 20, 2024 04:15
Copy link
Member

@petermetz petermetz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adrianbatuto Please fix the lint check

Off-topic suggestion for this PR and also in general: the way GitHub works is that while the PR is in draft stage it doesn't ping me that I need to review it so I never notice it. If you set the PR to "ready for review" (so move it from draft to ready) then it shows up on my queue and then there's a higher chance that it will get reviewed quicker!

@adrianbatuto adrianbatuto force-pushed the adrianbatuto/issue3442 branch 2 times, most recently from c5b8ba5 to 0081177 Compare August 27, 2024 04:13
@adrianbatuto adrianbatuto marked this pull request as ready for review August 27, 2024 04:20
@jagpreetsinghsasan
Copy link
Contributor

Adding to the above points

  1. Resolved review comments regarding the new dockerfile. This will be fixed with the issue: feat(corda): single v5 dockerfile #3503
  2. Blocking this PR until the flow status response to be completed

Primary Changes
----------------
1. Created AIO to support the deployment of Cordapps in Corda 5
2. Created corda-v5-cordapp-deployment.test.ts to test the AIO
Fixes hyperledger#3442

Signed-off-by: adrianbatuto <[email protected]>
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.

feat(corda): dockerfile update to include cordapps
3 participants