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 DelegateAuthorization extrinsic from chain dispatch #201

Open
2 tasks
vatsa287 opened this issue Apr 8, 2024 · 21 comments
Assignees
Labels

Comments

@vatsa287
Copy link
Member

vatsa287 commented Apr 8, 2024

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

  • Creation of new export function named prepareDelegateAuthorizationExtrinsic(), which will contain dispatchDelegateAuthorizationTx and Did.AuthorizeTx().
  • Integration of above method into existing 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]

@RISHIKESHk07
Copy link

@vatsa287 could I try this ?

@SATYAM1000
Copy link

@vatsa287 @amarts @sankarshanmukhopadhyay @NiranjanAP Can i work on this issue?

@RISHIKESHk07
Copy link

RISHIKESHk07 commented Apr 10, 2024

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

@tanishq0421
Copy link

tanishq0421 commented Apr 10, 2024

hey @vatsa287 @adi-a11y @NiranjanAP @amarts , I would love to work on this issue, please assign this issue to me.

@vatsa287 vatsa287 assigned tanishq0421 and unassigned RISHIKESHk07 Apr 18, 2024
@tanishq0421
Copy link

Hey @vatsa287 thanks for assigning the issue, I'll come up with the solution and will raise the PR ASAP.

@pramodgoud7
Copy link

@vatsa287 @amarts @sankarshanmukhopadhyay @NiranjanAP Can I work on this ..?

@vatsa287 vatsa287 assigned pramodgoud7 and unassigned tanishq0421 May 1, 2024
@Almas456
Copy link

Almas456 commented May 3, 2024

@vatsa287 @amarts @sankarshanmukhopadhyay @NiranjanAP can I work on this?!

@vatsa287 vatsa287 assigned Almas456 and unassigned pramodgoud7 May 6, 2024
@Tarun2605
Copy link

@vatsa287 can i work on this issue under c4gt? Thanks in advance.

@AnshulGoyal589
Copy link

@vatsa287 I would like to work on the issue, please assign it to me.

AnshulGoyal589 pushed a commit to AnshulGoyal589/cord.js that referenced this issue May 20, 2024
@akhil-Mohammedd
Copy link

is this issue is resolved ?

@vatsa287
Copy link
Member Author

@akhil-Mohammedd I don't see a open PR fixing this.

@akhil-Mohammedd
Copy link

so i can work on this issue
if anybody have resolved it let me know it

@naman777
Copy link

hey @vatsa287 @adi-a11y @NiranjanAP @amarts , I would like to work on this issue can you please assign it to me

@anuragjambhulkar
Copy link

anuragjambhulkar commented Aug 12, 2024

I would like to contribute

@CodrAyush
Copy link

@amarts could you pls assign me this

@VedantKhairnar
Copy link

Hello @anuragjambhulkar
Any update on the contribution?
Pls do let us know in case you need any assistance.
Thanks.

Hello @CodrAyush
We have some other unassigned rust issues for you to contribute that you can check here.

If Anurag doesn't respond, we will assign this to you.
Thanks.

@anuragjambhulkar
Copy link

hello @VedantKhairnar assign it to @CodrAyush

@VedantKhairnar
Copy link

Thanks Anurag for the response.

Hello @CodrAyush , Pls directly raise the PR.

Meanwhile, @vatsa287 Will you pls assign it to Ayush.

@CodrAyush
Copy link

@amarts @vatsa287 i am experencing issue in building sdk ....yarn build commond executes but throws some error

qqq

@vatsa287
Copy link
Member Author

@amarts @vatsa287 i am experencing issue in building sdk ....yarn build commond executes but throws some error

qqq

Is this being built on Windows? If yes try on a Linux OS

@CodrAyush
Copy link

@amarts @vatsa287 i am experencing issue in building sdk ....yarn build commond executes but throws some error
qqq

Is this being built on Windows? If yes try on a Linux OS

can't it be build on windows...?

heypriyasmile added a commit to heypriyasmile/Python that referenced this issue Oct 12, 2024
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.