-
Notifications
You must be signed in to change notification settings - Fork 49
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 DelegateAuthorization extrinsic from chain dispatch #201
Comments
@vatsa287 could I try this ? |
@vatsa287 @amarts @sankarshanmukhopadhyay @NiranjanAP Can i work on this issue? |
@vatsa287 could you tell me where I can look up basic knowledge for contributing, did look up the repo felt ,that i did not understand some parts ? |
hey @vatsa287 @adi-a11y @NiranjanAP @amarts , I would love to work on this issue, please assign this issue to me. |
Hey @vatsa287 thanks for assigning the issue, I'll come up with the solution and will raise the PR ASAP. |
@vatsa287 @amarts @sankarshanmukhopadhyay @NiranjanAP Can I work on this ..? |
@vatsa287 @amarts @sankarshanmukhopadhyay @NiranjanAP can I work on this?! |
@vatsa287 can i work on this issue under c4gt? Thanks in advance. |
@vatsa287 I would like to work on the issue, please assign it to me. |
is this issue is resolved ? |
@akhil-Mohammedd I don't see a open PR fixing this. |
so i can work on this issue |
hey @vatsa287 @adi-a11y @NiranjanAP @amarts , I would like to work on this issue can you please assign it to me |
I would like to contribute |
@amarts could you pls assign me this |
Hello @anuragjambhulkar Hello @CodrAyush If Anurag doesn't respond, we will assign this to you. |
hello @VedantKhairnar assign it to @CodrAyush |
Thanks Anurag for the response. Hello @CodrAyush , Pls directly raise the PR. Meanwhile, @vatsa287 Will you pls assign it to Ayush. |
Description
Separate Delegate Authorization 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
prepareDelegateAuthorizationExtrinsic()
, which will containdispatchDelegateAuthorizationTx
andDid.AuthorizeTx()
.dispatchDelegateAuthorization()
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]
The text was updated successfully, but these errors were encountered: