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

ChainSpace: Separate preparation of create chainspace extrinsic from chain dispatch Issue #197 #203

Merged
merged 3 commits into from
Apr 29, 2024

Conversation

hardiksharma11
Copy link
Contributor

Fixes #197

@hardiksharma11 hardiksharma11 changed the title Fixes #197 ChainSpace: Separate preparation of create chainspace extrinsic from chain dispatch Issue #197 Apr 13, 2024
@hardiksharma11
Copy link
Contributor Author

@vatsa287 @amarts @NiranjanAP will you please review

@hardiksharma11
Copy link
Contributor Author

@vatsa287 @amarts @NiranjanAP PTAL

Copy link
Member

@vatsa287 vatsa287 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


} catch (error) {
throw new SDKErrors.CordDispatchError(
`Error preparing extrinsic for creation: "${error}".`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Error preparing extrinsic for creation of chainspace

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Member

@vatsa287 vatsa287 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor Comment:
Please move prepare.... method above dispatch... method.

@hardiksharma11
Copy link
Contributor Author

@vatsa287 done the required change

Copy link
Member

@vatsa287 vatsa287 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amarts amarts merged commit ee63717 into dhiway:develop Apr 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C4GT] ChainSpace: Separate preparation of create chainspace extrinsic from chain dispatch
3 participants