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

Registries: Add registries SDK package for CORD pallet-registries #245

Merged
merged 9 commits into from
Oct 4, 2024

Conversation

vatsa287
Copy link
Member

@vatsa287 vatsa287 commented Oct 4, 2024

This PR,

  • Adds the registries SDK module which allows for managing a registry lifecycle.
    It supports,

    • creation,
    • updation,
    • revocation,
    • reinstating revoked registry,
    • archival,
    • restoring a archived registry.

    It also supports delegation management for a registry.

    • addition of admin delegate,
    • addition of delegate with delegate permission,
    • addition of delegate with assert permission,
    • removal of a delegate.
  • Adds a registry-tx.ts script which showcases all above functionalities.

Signed-off-by: Shreevatsa N [email protected]

@vatsa287 vatsa287 marked this pull request as draft October 4, 2024 04:58
Signed-off-by: Shreevatsa N <[email protected]>
@vatsa287 vatsa287 marked this pull request as ready for review October 4, 2024 08:06
@vatsa287 vatsa287 requested a review from amarts October 4, 2024 08:07
@amarts amarts merged commit 44c338e into dhiway:develop Oct 4, 2024
1 check 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