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

Signature / proof verification #84

Merged
merged 80 commits into from
Feb 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
b710ce3
init ValidateProof func
volodymyr-basiuk Dec 20, 2023
13bb8d7
add VerifyPoseidon
volodymyr-basiuk Dec 21, 2023
4456b0f
check issuer state
volodymyr-basiuk Dec 21, 2023
79ab1b8
add get latest state
volodymyr-basiuk Dec 22, 2023
1e1c802
check genesis
volodymyr-basiuk Dec 22, 2023
b3c0e97
check RootFromProof
volodymyr-basiuk Dec 22, 2023
1594234
fix comment
volodymyr-basiuk Dec 22, 2023
d899488
rename validate method
volodymyr-basiuk Jan 3, 2024
9794791
fix linter
volodymyr-basiuk Jan 3, 2024
4037c49
add credential status validation for BJJ proof
volodymyr-basiuk Jan 3, 2024
3873dbb
move eth client to config (1 instanse for validate call)
volodymyr-basiuk Jan 4, 2024
71634ac
go 1.18
volodymyr-basiuk Jan 4, 2024
16f9b6a
fix unit tests
volodymyr-basiuk Jan 4, 2024
55033c9
go 1.18
volodymyr-basiuk Jan 4, 2024
a9bf675
fix unit tests (2)
volodymyr-basiuk Jan 4, 2024
3f3f732
go 1.20
volodymyr-basiuk Jan 4, 2024
13e5162
skip 1.18 container
volodymyr-basiuk Jan 4, 2024
197015c
fix linter
volodymyr-basiuk Jan 4, 2024
e8ef955
fix linter
volodymyr-basiuk Jan 4, 2024
03a2860
update to pilygonid resolver
volodymyr-basiuk Jan 4, 2024
709f76e
encapsulate did if state in params
volodymyr-basiuk Jan 4, 2024
134bb8f
fix linter
volodymyr-basiuk Jan 4, 2024
82a14fb
mock endpoints
volodymyr-basiuk Jan 5, 2024
0cc7ec3
revert CredentialStatus type changes
volodymyr-basiuk Jan 5, 2024
4644326
add credentialStatusResolver
volodymyr-basiuk Jan 5, 2024
4b8bdc6
upgrade core, reuse chainID
volodymyr-basiuk Jan 5, 2024
8050c0d
remove go-ether
volodymyr-basiuk Jan 5, 2024
d9faae3
Merge branch 'main' into feature/validate-cred-proof
volodymyr-basiuk Jan 5, 2024
59be582
fix lint & return go 1.18
volodymyr-basiuk Jan 5, 2024
d330714
return proof valid
volodymyr-basiuk Jan 8, 2024
02def93
add support to Iden3commRevocationStatusV1
volodymyr-basiuk Jan 8, 2024
f1b0a64
fix linter
volodymyr-basiuk Jan 8, 2024
0d9402c
split status check by separate files
volodymyr-basiuk Jan 8, 2024
fe71e5b
separate direct status
volodymyr-basiuk Jan 8, 2024
89ce10e
add agent status unit test
volodymyr-basiuk Jan 8, 2024
d8c4627
fix linter
volodymyr-basiuk Jan 8, 2024
22b8404
change err messages
volodymyr-basiuk Jan 10, 2024
8ae5447
rename CredStatusConfig to W3CProofVerificationOpt
volodymyr-basiuk Jan 10, 2024
c04426f
refactor with CredentialStatusResolverRegistry
volodymyr-basiuk Jan 11, 2024
df9c60d
refactor resolve & opts
volodymyr-basiuk Jan 12, 2024
ff4c896
return RevocationStatus from resolver (not MTPProof)
volodymyr-basiuk Jan 12, 2024
744c0ef
fix linter
volodymyr-basiuk Jan 12, 2024
588f5e2
cleanup
volodymyr-basiuk Jan 12, 2024
1ae002a
public config fields
volodymyr-basiuk Jan 12, 2024
ab00cca
move onChainRevStatus
volodymyr-basiuk Jan 12, 2024
8b3a33d
rm unused struct
volodymyr-basiuk Jan 12, 2024
b771bd5
upgrade merkletree-proof to v4
volodymyr-basiuk Jan 12, 2024
898b55d
cleanup resolvers & fix IssuerResolver
volodymyr-basiuk Jan 12, 2024
c6ce8e8
Merge branch 'main' into feature/validate-cred-proof
volodymyr-basiuk Jan 15, 2024
2a96369
resolve comments
volodymyr-basiuk Jan 16, 2024
b5c2484
fix linter
volodymyr-basiuk Jan 16, 2024
3558742
add customHTTPClient option
volodymyr-basiuk Jan 16, 2024
3261365
merge main
volodymyr-basiuk Jan 16, 2024
b397a79
tidy
volodymyr-basiuk Jan 16, 2024
6800894
move cred status opt to resolvers
volodymyr-basiuk Jan 16, 2024
433544d
fix linter
volodymyr-basiuk Jan 16, 2024
e990c8a
comment agent mock
volodymyr-basiuk Jan 16, 2024
63f6389
cleanup
volodymyr-basiuk Jan 16, 2024
14e3a4f
rm iden3comm dep
volodymyr-basiuk Jan 17, 2024
0ed1394
remove httpmock dep
volodymyr-basiuk Jan 17, 2024
24ac312
pass revNonce as param (remove bigIntByPath)
volodymyr-basiuk Jan 18, 2024
19dec47
add DIDResolver interface & HTTP implementation
volodymyr-basiuk Jan 18, 2024
93422f8
add CredentialStatusResolveOptions
volodymyr-basiuk Jan 18, 2024
f1f7487
pass resolveOptions
volodymyr-basiuk Jan 18, 2024
6363011
pvovide CredentialStatusResolveOpt...
volodymyr-basiuk Jan 19, 2024
2bfce5b
pass state in DIDResolver via DID Query
volodymyr-basiuk Jan 22, 2024
a5bd660
rm var
volodymyr-basiuk Jan 22, 2024
c7b98ff
Some nodes and POCs for proof validations
olomix Jan 22, 2024
95d551c
merged with upstream
olomix Jan 22, 2024
faabfa4
Rename error name to be consistent with other
olomix Jan 22, 2024
13758ee
make linters happy
olomix Jan 22, 2024
6de3e4b
temporary disable testing on go < 1.21
olomix Jan 22, 2024
7245bfd
Refactor proof validation
olomix Jan 23, 2024
c5028a2
Upgrade linter version and fix lint errors
olomix Jan 23, 2024
52e3f8d
Fix auth claim revocation status check
olomix Jan 24, 2024
b6f3210
Return setter/getter for issuer DID to go-schema-processor
olomix Jan 26, 2024
894ef55
Merge pull request #88 from iden3/feature/validate-cred-proof-2
volodymyr-basiuk Jan 26, 2024
c3c8022
resolve comments
volodymyr-basiuk Feb 2, 2024
8ded2e3
rewrite resp body err only if proof err nil
volodymyr-basiuk Feb 5, 2024
2ce69e4
limit reader check
volodymyr-basiuk Feb 6, 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
merge main
  • Loading branch information
volodymyr-basiuk committed Jan 16, 2024
commit 3261365b7b3b634956252f0cadcd6e2e8d631a6e

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.