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

Review and implement chain operations to support SaaS tests #415

Open
7 tasks
JoeCap08055 opened this issue Aug 19, 2024 · 0 comments
Open
7 tasks

Review and implement chain operations to support SaaS tests #415

JoeCap08055 opened this issue Aug 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@JoeCap08055
Copy link
Contributor

Description

The following extrinsics are not currently used by the Project Liberty SaaS Client at runtime, but are currently invoked in their E2E CI flow in order to guarantee that the functionality hasn't been broken. This list should be reviewed for support in Gateway v1.1

  • createSponsoredAccountWithDelegation
  • grantDelegation
  • upsertPaginatedPage
  • deletePaginatedPage
  • claimHandle (separate from SIWF)
  • stake
  • createProvider (various versions; determine which are in testing flow)

Acceptance Criteria

Each of the above extrinsics should be reviewed as to the level of support needed for the SaaS CI flow to pass. For each extrinsic, one of the following actions should be taken:

  • add support to Gateway
  • determine support is not needed
  • determine support exists, but in a different form than the existing tests expect (ie, upsertPaginatedPage is not supported directly, but is supported via various operations in graph-service)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants