Skip to content

Fix/auth response in submit #314

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

Merged
merged 7 commits into from
May 28, 2025

Conversation

vmidyllic
Copy link
Collaborator

No description provided.

@vmidyllic vmidyllic changed the base branch from main to fix/submitresponse-cross-chain May 27, 2025 20:26
@vmidyllic vmidyllic requested a review from daveroga May 27, 2025 20:48
@vmidyllic vmidyllic marked this pull request as ready for review May 27, 2025 20:48
@@ -45,10 +52,21 @@ export type ContractInvokeTransactionData = {
network?: string;
};

export type AuthProofEthIdentity = {
userDid: DID;
Copy link
Contributor

Choose a reason for hiding this comment

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

Any convention about when to use userDid or userDID ? userDid when it's a property of object type and userDID for function params and variables?

@@ -174,7 +177,7 @@ describe('contract-request', () => {
},

prepareTxArgsSubmit: async () => {
return [];
return {} as any;
Copy link
Contributor

Choose a reason for hiding this comment

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

lint warning. Maybe explicit disable line no-explicit-any

@daveroga daveroga merged commit 823e455 into fix/submitresponse-cross-chain May 28, 2025
2 checks passed
@daveroga daveroga deleted the fix/auth-response-in-submit branch May 28, 2025 05:39
vmidyllic added a commit that referenced this pull request May 28, 2025
* fix cross chain proofs and calc auth challenge

* add cross chain proof for auth response and integration test

* Fix/auth response in submit (#314)

* refactor usage of auth proofs


---------

Co-authored-by: GopherDID <74898029+vmidyllic@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants