Skip to content

feat: allows for constructor args in quorum contract deploy #1447

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

Merged
merged 2 commits into from
Oct 23, 2021

Conversation

travis-payne
Copy link

Closes: #962
Signed-off-by: Travis Payne travis.payne@accenture.com

@codecov-commenter
Copy link

codecov-commenter commented Oct 7, 2021

Codecov Report

Merging #1447 (688e185) into main (55a12b6) will increase coverage by 0.00%.
The diff coverage is 75.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1447   +/-   ##
=======================================
  Coverage   71.82%   71.82%           
=======================================
  Files         317      317           
  Lines       11564    11568    +4     
  Branches     1415     1416    +1     
=======================================
+ Hits         8306     8309    +3     
  Misses       2477     2477           
- Partials      781      782    +1     
Impacted Files Coverage Δ
...pescript/generated/openapi/typescript-axios/api.ts 84.12% <ø> (ø)
.../main/typescript/plugin-ledger-connector-quorum.ts 75.89% <75.00%> (-0.02%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55a12b6...688e185. Read the comment docs.

@travis-payne travis-payne force-pushed the deploy-contract-args branch 2 times, most recently from 8cfcd60 to 80261f8 Compare October 15, 2021 13:03
Copy link
Contributor

@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.

@travis-payne Please rebase+squash and then we are good to go!

Copy link
Contributor

@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.

@travis-payne Please rebase+squash into a single commit and then we are good to go!

Closes: hyperledger-cacti#962
Signed-off-by: Travis Payne <travis.payne@accenture.com>
Copy link
Contributor

@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.

@travis-payne LGTM, cheers!

@petermetz petermetz merged commit cb3c8d8 into hyperledger-cacti:main Oct 23, 2021
@petermetz petermetz deleted the deploy-contract-args branch October 23, 2021 09:06
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(connector-quorum): contract constructor arguments
4 participants