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: allows for constructor args in quorum contract deploy #1388

Closed

Conversation

travis-payne
Copy link

@travis-payne travis-payne commented Sep 28, 2021

Closes: #962
Signed-off-by: Travis Payne [email protected]

@codecov-commenter
Copy link

codecov-commenter commented Sep 29, 2021

Codecov Report

Merging #1388 (5b5410e) into main (6deed6d) will decrease coverage by 0.03%.
The diff coverage is 64.70%.

❗ Current head 5b5410e differs from pull request most recent head 8879f8d. Consider uploading reports for the commit 8879f8d to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1388      +/-   ##
==========================================
- Coverage   70.41%   70.37%   -0.04%     
==========================================
  Files         301      302       +1     
  Lines       10820    10917      +97     
  Branches     1320     1338      +18     
==========================================
+ Hits         7619     7683      +64     
- Misses       2507     2528      +21     
- Partials      694      706      +12     
Impacted Files Coverage Δ
...s-sm/src/main/typescript/plugin-keychain-aws-sm.ts 69.07% <ø> (+0.70%) ⬆️
...kv/src/main/typescript/plugin-keychain-azure-kv.ts 56.25% <ø> (+0.86%) ⬆️
...m/src/main/typescript/plugin-keychain-google-sm.ts 62.00% <ø> (+1.21%) ⬆️
...typescript/plugin-keychain-vault-remote-adapter.ts 65.78% <ø> (+1.68%) ⬆️
...vault/src/main/typescript/plugin-keychain-vault.ts 86.45% <ø> (-0.14%) ⬇️
...pescript/generated/openapi/typescript-axios/api.ts 60.31% <ø> (ø)
...ipt/substrate-test-ledger/substrate-test-ledger.ts 62.35% <62.35%> (ø)
.../main/typescript/plugin-ledger-connector-quorum.ts 76.60% <73.33%> (-0.20%) ⬇️
...tus-test-tooling/src/main/typescript/public-api.ts 100.00% <100.00%> (ø)
...main/typescript/rustc-container/rustc-container.ts 66.29% <0.00%> (-2.25%) ⬇️
... and 1 more

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 6deed6d...8879f8d. Read the comment docs.

@travis-payne travis-payne marked this pull request as ready for review September 30, 2021 09:53
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 fix the CI, rebase, squash, etc. the usual chores.

@petermetz
Copy link
Contributor

@travis-payne Why the close?

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