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

refactor(proofs): remove ProofProtocolVersion enum in 0.3.0-pre #1062

Merged

Conversation

NB-MikeRichardson
Copy link
Contributor

Signed-off-by: Mike Richardson mike.richardson@ontario.ca

Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
@NB-MikeRichardson NB-MikeRichardson requested a review from a team as a code owner October 20, 2022 12:15
@NB-MikeRichardson NB-MikeRichardson changed the title refactor(proofs): remove ProofProtocolVersion enum in 0.3.0-pre refactor(proofs): remove ProofProtocolVersion enum in 0.3.0-pre Oct 20, 2022
Signed-off-by: Mike Richardson <mike.richardson@ontario.ca>
@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2022

Codecov Report

Merging #1062 (954f9ff) into main (7f37a62) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1062      +/-   ##
==========================================
- Coverage   88.22%   88.21%   -0.01%     
==========================================
  Files         680      679       -1     
  Lines       15903    15897       -6     
  Branches     2570     2569       -1     
==========================================
- Hits        14030    14024       -6     
  Misses       1865     1865              
  Partials        8        8              
Impacted Files Coverage Δ
packages/core/src/modules/proofs/models/index.ts 100.00% <ø> (ø)
...e/src/modules/proofs/protocol/v1/V1ProofService.ts 80.40% <ø> (-0.05%) ⬇️
...e/src/modules/proofs/protocol/v2/V2ProofService.ts 87.57% <ø> (-0.04%) ⬇️
packages/core/src/modules/proofs/ProofsApi.ts 85.26% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@NB-MikeRichardson
Copy link
Contributor Author

I have run the failing test locally (using node 14) but it passes on my machine. Is there anything we can do to fix this or should we merge anyway?

tenants/tests/tenant-sessions.e2e.test.ts

@TimoGlastra TimoGlastra changed the base branch from 0.3.0-pre to main October 24, 2022 06:18
@TimoGlastra TimoGlastra linked an issue Oct 24, 2022 that may be closed by this pull request
@NB-MikeRichardson
Copy link
Contributor Author

NB-MikeRichardson commented Oct 25, 2022

Can this be merged now?

@TimoGlastra TimoGlastra merged commit 76dab16 into openwallet-foundation:main Oct 25, 2022
@NB-MikeRichardson NB-MikeRichardson deleted the refactor/newissue1056 branch October 25, 2022 08:27
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.

Remove ProofProtocolVersion enum in 0.3.0-pre
3 participants