dhiway / cord.js

Cord JS API
Apache License 2.0
34 stars 46 forks source link

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

Closed vatsa287 closed 2 months ago

vatsa287 commented 2 months ago

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

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

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