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 UpdateTxCapacityToChain from dispatch #204

Closed
2 tasks
vatsa287 opened this issue Apr 16, 2024 · 3 comments · Fixed by #205
Closed
2 tasks

[C4GT] ChainSpace: Separate preparation of UpdateTxCapacityToChain from dispatch #204

vatsa287 opened this issue Apr 16, 2024 · 3 comments · Fixed by #205
Labels

Comments

@vatsa287
Copy link
Member

Description

Separate UpdateTxCapacityToChain 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 prepareUpdateTxCapacityExtrinsic(), which will contain updateTransactionCapacitySub() and Did.AuthorizeTx().
  • Integration of above method into existing dispatchUpdateTxCapacityToChain()

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 @vatsa287

Complexity

[Low]

Category

[Performance Improvement], [Feature]

Sub Category

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

@Aarsh30
Copy link

Aarsh30 commented Apr 20, 2024

i would like to work on this issues can u assign it to me

@nitin14gupta
Copy link

i would like to work on this issues can u assign it to me, this align with my expertise @vatsa287

@vatsa287
Copy link
Member Author

@nitin14gupta This issue has been closed.

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

Successfully merging a pull request may close this issue.

3 participants