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 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
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)
@jaanbaaz
Complexity
[Low]
Category
[Performance Improvement], [Feature]
Sub Category
[API], [Refactoring], [Backend], [Beginner friendly]
The text was updated successfully, but these errors were encountered: