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

Develop -> Main #9

Merged
merged 78 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
a09c131
Fixed the ignore file due to changes in directory hierarchy.
moratori Jun 10, 2024
89dccbd
Fixed due to changes in the data structure of `proof_types_supported`.
moratori Jun 11, 2024
37329ac
renamed cryptographic_suites_supported to credential_signing_alg_valu…
moratori Jun 11, 2024
92938df
Fixed to cache metadata in memory.
moratori Jun 11, 2024
b3cd539
Run prettier
moratori Jun 13, 2024
1f4824a
Define data types related to IssuerMetadata
moratori Jun 13, 2024
e9184aa
Generate schema for issuer metadata.
moratori Jun 13, 2024
3f36163
Implemented localization of IssuerMetadata.
moratori Jun 13, 2024
97ee165
Added new dependencies related to metadata loading and localization.
moratori Jun 13, 2024
e4da235
Add `--required` option.
moratori Jun 13, 2024
08a7c5e
Improved data type accuracy
moratori Jun 13, 2024
cb9df2b
Fixed to conform to the latest metadata types.
moratori Jun 13, 2024
b7c987e
Fixed to include JSON schema files in build artifacts.
moratori Jun 13, 2024
c681b24
Fixed to interpret Accept-Language when requesting metadata.
moratori Jun 13, 2024
7ab3a64
Fixed locale identifier.
moratori Jun 13, 2024
abc56b2
Ideally, it should be implemented by calling common functions, but `p…
moratori Jun 13, 2024
e6a34ac
Fixed locale identifier.
moratori Jun 13, 2024
47f5b56
Fixed to receive resolved result as locale string.
moratori Jun 13, 2024
db47cce
Run prettier
moratori Jun 13, 2024
3e13f12
Remove unnecessary log.
moratori Jun 13, 2024
30359c3
Fixed to make a deep copy before passing data to destructive functions.
moratori Jun 13, 2024
72b628d
Regeneration with yarn install
moratori Jun 13, 2024
55399a7
Fixed to make it configurable whether or not to localize metadata.
moratori Jun 14, 2024
b006878
Run prettier
moratori Jun 14, 2024
e525111
Fixed data type of `CredentialOffer`.
moratori Jun 14, 2024
8cc6f16
replaced `user_pin_required` in Credential Offer with a `tx_code` object
moratori Jun 14, 2024
4c72b8c
optionalize tx_code
moratori Jun 14, 2024
3ca6aa3
Fixes due to TxCode being an object instead of a boolean.
moratori Jun 14, 2024
657d032
Generalizing the schema validation function and changing the director…
moratori Jun 15, 2024
49fcfe2
Run prettier
moratori Jun 15, 2024
83f1428
Updates due to changes in library implementation.
moratori Jun 15, 2024
f30a579
Run prettier
moratori Jun 15, 2024
f8ac3ad
Add test for readLocalIssuerMetadata
moratori Jun 15, 2024
a15f5b9
Define `CredentialRequest` type
moratori Jun 15, 2024
8c843ec
Fixed to automatically generate json schema.
moratori Jun 15, 2024
38724a6
Run prettier
moratori Jun 15, 2024
03a0a05
Improve type definition
moratori Jun 15, 2024
b8397ed
Exclude auto-generated JSON files from Prettier
moratori Jun 15, 2024
09eee23
Modified data type naming to use the `Format Identifier` in the speci…
moratori Jun 16, 2024
84e6e48
Implement user-defined Type Guard functions.
moratori Jun 16, 2024
30a33a5
Split issuance process. Added data type validation.
moratori Jun 16, 2024
60d47f6
Remove unnecessary definitions.
moratori Jun 16, 2024
1d20b8f
Remove unnecessary data types.
moratori Jun 17, 2024
26b435b
Add `CredentialRequestLdpVc` and `CredentialRequestJwtVcJsonLd`.
moratori Jun 17, 2024
97f9cfe
Improved accuracy of `Proof` type.
moratori Jun 17, 2024
aa20a6f
Fix `validateProof` to use `Proof` as the argument type. Also, modifi…
moratori Jun 17, 2024
4bdc025
Removed untestable case (because `proof_type` is guaranteed to exist …
moratori Jun 17, 2024
ebf0df2
Add eslint comment.
moratori Jun 17, 2024
8861075
Reinstall as devDependency.
moratori Jun 17, 2024
e2daa65
Add tests.
moratori Jun 17, 2024
b686cce
Fixed a bug related to HTTP Body retrieval.
moratori Jun 17, 2024
ea25165
Fixed an issue where schema under `dist` could not be loaded properly.
moratori Jun 17, 2024
4c44f65
Fixes to keep up with changes in the library.
moratori Jun 17, 2024
c97e77a
Changes due to reinstallation.
moratori Jun 17, 2024
40427da
Fixes to keep up with changes in the library.
moratori Jun 17, 2024
829d8b0
Remove unnecessary checks. (Because the type definition guarantees th…
moratori Jun 17, 2024
d9ce75c
Fixes to keep up with changes in the library.
moratori Jun 17, 2024
5d79102
Modification of test cases due to changes in request data checking lo…
moratori Jun 17, 2024
f2c9b8a
Changes due to reinstallation.
moratori Jun 17, 2024
13e6277
Run prettier
moratori Jun 17, 2024
9df05f1
Changed the data structure of CredentialResponse.
moratori Jun 18, 2024
3a13f02
Fixes to conform to current directory structure.
moratori Jul 16, 2024
6012408
Add demo app
moratori Jul 16, 2024
6f35a6c
Added a command to remove unwanted `node_modules`.
moratori Jul 18, 2024
92faa8b
Fixed to appropriate values as a demo app.
moratori Jul 18, 2024
3dc0067
Fixed a typo
moratori Jul 18, 2024
aaac87d
Fixed to appropriate values as a demo app.
moratori Jul 18, 2024
e19e6b0
Add remove command.
moratori Jul 18, 2024
3ee33bc
Fixed incorrect readme path.
moratori Jul 18, 2024
300cf0f
Added explanation of metadata modification to README.
moratori Jul 18, 2024
b6d7fd3
Merge pull request #7 from moratori/add-demo-app-event-certificate-ma…
sadamu Jul 19, 2024
ceb0959
add CloudFormation template and fix script path
sadamu Jul 22, 2024
a5bde30
fix English README for cloudformation
sadamu Jul 22, 2024
39265d1
fix RP review
sadamu Jul 22, 2024
274f19b
Merge pull request #8 from sadamu/add_CF_template
moratori Jul 22, 2024
940c184
Merge branch develop into adopt-first-implementors-draft
moratori Jul 23, 2024
daf378c
Fix to make the demo app conform to ID1.
moratori Jul 23, 2024
733a115
Merge pull request #6 from moratori/adopt-first-implementors-draft
ryosuke-wakaba Jul 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
renamed cryptographic_suites_supported to credential_signing_alg_valu…
…es_supported to clarify the purpose of the parameter
moratori committed Jun 11, 2024
commit 37329ac7fd6c0c6789e35680b18156e6a02ee025
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"cryptographic_binding_methods_supported": [
"jwk"
],
"cryptographic_suites_supported": [
"credential_signing_alg_values_supported": [
"ES256K"
],
"proof_types_supported": {
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"cryptographic_binding_methods_supported": [
"jwk"
],
"cryptographic_suites_supported": [
"credential_signing_alg_values_supported": [
"ES256K"
],
"proof_types_supported": {
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"cryptographic_binding_methods_supported": [
"jwk"
],
"cryptographic_suites_supported": [
"credential_signing_alg_values_supported": [
"ES256K"
],
"proof_types_supported": {
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"cryptographic_binding_methods_supported": [
"jwk"
],
"cryptographic_suites_supported": [
"credential_signing_alg_values_supported": [
"ES256K"
],
"proof_types_supported": {