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

Main Changes in Create_Security_Domain_Did #7

Merged
merged 3 commits into from
Mar 2, 2024

Conversation

PsychoPunkSage
Copy link

Small things that I want to be checked in the terminal

  1. in update_state::> what data actually is? Need its type and structure...
  2. Does it has fields like netwokMembers, multisig_keys, condition_or, signature and what extra info does it has??
  3. what are the use of these lines??
self.did_dict[create_network_did_request.did.id] = create_network_did_request.did_str
        key = create_network_did_request.did.id
        val = self.did_dict[create_network_did_request.did.id]
        print("Setting state:", key, val)
        self.state.set(key.encode(), val)
        return val

these lines are not helping in verification or authentication with IIN, so, why its been used?

  1. Regarding validation form the IIN. How to do that?? (I think we need to use that libnacl function for this purpose.... whats your view?? any easy way??)

@wiredhikari wiredhikari merged commit 5e57165 into wiredhikari:main Mar 2, 2024
5 of 6 checks passed
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