Skip to content

Commit

Permalink
Restore did:indybesu DID method + Restore storage approach for CL obj…
Browse files Browse the repository at this point in the history
…ects (#23)

* Restore `indybesu` contract and cl contract storage approach

Signed-off-by: artem.ivanov <[email protected]>

* Reverted changes in CI files

Signed-off-by: artem.ivanov <[email protected]>

---------

Signed-off-by: artem.ivanov <[email protected]>
  • Loading branch information
Artemkaaas authored Feb 16, 2024
1 parent 3713d1e commit dbc05c2
Show file tree
Hide file tree
Showing 121 changed files with 10,155 additions and 2,883 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For details on how this file works refer to:
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
# For details on how this file works refer to:
# - https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Maintain dependencies for GitHub Actions
Expand All @@ -11,4 +11,4 @@ updates:
interval: weekly
groups:
all-actions:
patterns: [ "*" ]
patterns: [ "*" ]
9 changes: 5 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@

- Network Permission modules:
- [Auth](design/auth.md) - control user permissions
- role control - manage roles assigned to accounts
- role control - manage roles assigned to accounts
- access control - first level validation: whether to accept write transactions (execute target contract method) from a given account
- [Upgrading contracts](design/upgradability.md) - control versions of deployed contracts (proposing and approving new versions).
- [Validators node management](design/network.md) - control the list of network validator nodes
- Identity:
- [DID Method](design/did-method.md) - Supported DID method
- Identity:
- [DID Methods](design/did-methods.md) - Supported DID method
- [IndyBesu DID Registry](design/indybesu-did-registry.md) - `indybesu` DID Registry
- [CL Registry](design/cl-registry.md)
- [Client](design/vdr.md) - design of VDR library

### Migration documents

- [Indy Migration](migration/migration.md)
Expand Down
Loading

0 comments on commit dbc05c2

Please sign in to comment.