You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Creation of new export function named prepareUpdateTxCapacityExtrinsic(), which will contain updateTransactionCapacitySub() and Did.AuthorizeTx().
Integration of above method into existing dispatchUpdateTxCapacityToChain()
Implementation Details
Developers/Contributors can refer to example PRs: #188, #182
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
prepareUpdateTxCapacityExtrinsic()
, which will containupdateTransactionCapacitySub()
andDid.AuthorizeTx()
.dispatchUpdateTxCapacityToChain()
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]
The text was updated successfully, but these errors were encountered: