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] Asset: Separate preparation of creation of Asset from dispatch #209

Closed
2 tasks
vatsa287 opened this issue Apr 25, 2024 · 1 comment · Fixed by #211
Closed
2 tasks

[C4GT] Asset: Separate preparation of creation of Asset from dispatch #209

vatsa287 opened this issue Apr 25, 2024 · 1 comment · Fixed by #211
Labels

Comments

@vatsa287
Copy link
Member

Description

Separate preparation of Asset Entry 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 prepareCreateExtrinsic(), which will contain creation of asset entry and Did.AuthorizeTx().
  • Integration of above method into existing dispatchCreateToChain()

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]

@kartikaysaxena
Copy link
Contributor

Can I proceed with this @vatsa287 ?

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