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/715 revocation list passes assertion id parameter #716

Merged

Conversation

raiseandfall
Copy link
Member

@raiseandfall raiseandfall changed the title Feat/715 revocation lis pass assertion id parameter Feat/715 revocation list passes assertion id parameter Sep 4, 2020
@codecov
Copy link

codecov bot commented Sep 4, 2020

Codecov Report

Merging #716 into master will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #716      +/-   ##
==========================================
+ Coverage   92.70%   92.78%   +0.08%     
==========================================
  Files          70       71       +1     
  Lines        1055     1067      +12     
  Branches      188      189       +1     
==========================================
+ Hits          978      990      +12     
  Misses         73       73              
  Partials        4        4              
Impacted Files Coverage Δ
...c/domain/verifier/useCases/getRevokedAssertions.ts 100.00% <100.00%> (ø)
src/helpers/url.ts 100.00% <100.00%> (ø)
src/services/transaction-apis.ts 100.00% <100.00%> (ø)
src/verifier.ts 99.21% <100.00%> (ø)

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 87ce764...7bea7db. Read the comment docs.

@@ -10,8 +11,7 @@ function appendApiIdentifier (url: string, explorerAPI: ExplorerAPI): string {
throw new Error(`No keyPropertyName defined for explorerAPI ${explorerAPI.serviceName}`);
}

const separator = url.includes('?') ? '&' : '?';
return `${url}${separator}${explorerAPI.keyPropertyName}=${explorerAPI.key}`;
return safelyAppendUrlParameter(url, explorerAPI.keyPropertyName, explorerAPI.key);
Copy link
Member

Choose a reason for hiding this comment

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

👍

@raiseandfall raiseandfall merged commit e52d643 into master Sep 5, 2020
@raiseandfall raiseandfall deleted the feat/715-revocationLis-pass-assertion-id-parameter branch September 5, 2020 13:27
@botcerts
Copy link
Collaborator

botcerts commented Sep 5, 2020

🎉 This PR is included in version 4.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants