Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

pulling in latest test vector update from tbdex #181

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Conversation

jiyoonie9
Copy link
Contributor

@jiyoonie9 jiyoonie9 commented Feb 23, 2024

also bumps web5-kt version so it includes fixes for kt did:dht resolution per decentralized-identity/web5-kt#251

@jiyoonie9
Copy link
Contributor Author

need to update commit hash to point to the commit when this tbdex PR gets merged

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

Merging #181 (fd74daa) into main (a9224b0) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #181      +/-   ##
==========================================
- Coverage   77.58%   77.55%   -0.03%     
==========================================
  Files          33       33              
  Lines         812      811       -1     
  Branches       80       80              
==========================================
- Hits          630      629       -1     
  Misses        135      135              
  Partials       47       47              
Components Coverage Δ
protocol 84.08% <100.00%> (-0.05%) ⬇️
httpclient 78.46% <ø> (ø)

@@ -107,8 +107,7 @@ object CryptoUtils {
Crypto.verify(
publicKey = publicKeyJwk,
signedPayload = jws.signingInput,
signature = jws.signature.decode(),
algorithm = jws.header.algorithm
Copy link
Contributor

@KendallWeihe KendallWeihe Feb 26, 2024

Choose a reason for hiding this comment

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

I'm guessing the latest web5 changed this function signature?

(I ask because it's tangential to the title of this PR)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, correct! now we're not asking for algorithm from the caller, we figure it out by looking at the publicKey instead :)

@jiyoonie9 jiyoonie9 merged commit 3dbb72e into main Feb 26, 2024
5 of 7 checks passed
@jiyoonie9 jiyoonie9 deleted the test-vector-update branch February 26, 2024 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants