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

[C4GT] ChainSpace: Separate preparation of create chainspace extrinsic from chain dispatch #197

Closed
2 tasks
vatsa287 opened this issue Mar 28, 2024 · 4 comments · Fixed by #203
Closed
2 tasks
Assignees
Labels

Comments

@vatsa287
Copy link
Member

Description

Separate chain-space creation preparation and dispatch of extrinsic to chain. This would help when bulk transaction takes place so we just prepare all the required extrinsics and then execute these transaction in batches by dumping them into a promise using
a batch sign & submit utility ex, authorizeBatch which can take array of extrinsics, instead of just one.

Goals

  • Creation of new export function named prepareCreateSpaceExtrinsic()
  • Integration of above method into existing dispatchToChain()

Implementation Details

Developers/Contributors can refer to example PRs: #188, #182


Product Name

CORD.JS

Organization Name

Dhiway

Domain

Blockchain, SDK Development, API

Tech Skills Needed

Typescript

Mentor(s)

@amarts @NiranjanAP @vatsa287 @adi-a11y

Complexity

[Low]

Category

[Performance Improvement], [Feature]

Sub Category

[API], [Refactoring], [Backend], [Beginner friendly]

@PayalKumari10
Copy link

@vatsa287 Please submit this issue to me, I will try my best.

@zeel991
Copy link

zeel991 commented Mar 30, 2024

@vatsa287 Please submit this issue to me, I will try my best.

Hey Payal ! You can start to work on this issue and raise your PR , if everything seems right , you'll be assigned

@HimanshuGarg5480
Copy link

HimanshuGarg5480 commented Apr 1, 2024

Hey @vatsa287 @zeel991 @PayalKumari10 , I'm new to open source. Could you please guide me on setting up the repository?

@hardiksharma11
Copy link
Contributor

Hi @vatsa287 if it's still open I would like to work on it. If @PayalKumari10 is continuing she can go on ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
5 participants