dhiway / cord.js

Cord JS API
Apache License 2.0
37 stars 49 forks source link

[C4GT] ChainSpace: Separate preparation of DelegateAuthorization extrinsic from chain dispatch #201

Open vatsa287 opened 5 months ago

vatsa287 commented 5 months ago

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

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 commented 5 months ago

@vatsa287 could I try this ?

SATYAM1000 commented 5 months ago

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

RISHIKESHk07 commented 5 months ago

@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 commented 5 months ago

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

tanishq0421 commented 5 months ago

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

pramodgoud7 commented 5 months ago

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

Almas456 commented 5 months ago

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

Tarun2605 commented 4 months ago

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

AnshulGoyal589 commented 4 months ago

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

akhil-Mohammedd commented 3 months ago

is this issue is resolved ?

vatsa287 commented 3 months ago

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

akhil-Mohammedd commented 3 months ago

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

naman777 commented 2 months ago

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

anuragjambhulkar commented 1 month ago

I would like to contribute

CodrAyush commented 1 month ago

@amarts could you pls assign me this

VedantKhairnar commented 1 month ago

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 commented 1 month ago

hello @VedantKhairnar assign it to @CodrAyush

VedantKhairnar commented 1 month ago

Thanks Anurag for the response.

Hello @CodrAyush , Pls directly raise the PR.

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

CodrAyush commented 3 days ago

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

qqq

vatsa287 commented 3 days ago

@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 commented 2 days ago

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