-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prism-agent): implement DID resolution endpoint (#184)
* ci(prism-node): add ci workflow * ci(prism-node): rename file to prism-node-client.yml * feat(castor): update castor to use prism-node stub * feat(castor): implement DID parser backed by prism-identity 1.4 * feat(castor): update return type of PrismDID.buildLongForm * test(castor): add public key id validation * chore(castor): pr diff cleanup * feat(castor): add service to domain model and implement validation * feat(castor): implement DID parser backed by prism-identity 1.4 * feat(prism-agent): update castor with new protobuf model * chore(prism-agent): remove unused commitment secret storage * test(prism-agent): fix and add test for template validation * feat(prism-agent): sign AtalaOperation with master-key for publishing * test(prism-agent): fix tests for publishing created DID * feat(prism-agent): use hex string for operation id presentation * test(prism-agent): add DID template validation test * chore(prism-agent): commented code cleanup * feat(prism-agent): integrate castor operation validator into wallet-api * chore(prism-agent): cleanup unused castor db layers * feat(prism-agent): make wallet DID publication status trackable * test(prism-agent): make test compile * feat(prism-agent): sync DID state from DLT * revert: "feat(castor): implement DID parser backed by prism-identity 1.4" This reverts commit ae5dcd1. * chore(prism-agent): pr diff cleanup * fix(prism-agent): fix compilation conflict * fix(castor): remove duplicated method * Bump up dependency version * feat(castor): partially implement resolveDID * fix(castor): fix parsing bug from Node response * feat(castor): convert domain model to w3c representation * feat(castor): w3c public-key and service translation * feat(castor): translate jwk publickey * feat(castor): complete w3c DIDDocument translation * feat(castor): implement unpublished DID resolution * fix(castor): fix unpublished did initial state removal * feat(castor): transform EC point x y with base64 no padding * feat(castor): resolve DID return metadata * pr diff cleanup * pr diff clean up * chore(castor): remove unused method * feat(castor): add filtering of revoked keys * feat(castor): implement deactivate flag metadata * feat(castor): resolve DID return metadata * feat(prism-agent): implement resolution endpoint * feat(prism-agent): simplify DIDDocument model * fix(prism-agent): fix test compilation * chore(prism-agent): revert unwanted config chages * fix(prism-agent): fix compilation error * chore(castor): remove unwanted logging * pr diff cleanup * feat(prism-agent): upgrade castor 0.4.0
- Loading branch information
Showing
7 changed files
with
133 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters