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

fix: reduce controller config boilerplate #555

Merged
merged 3 commits into from
May 17, 2021

Conversation

TarikGul
Copy link
Member

closes: #544

Per the issue, I have reduced the boilerplate for controllers to the following: controllers: ['Blocks', 'BlocksExtrinsics', ....]

Moving forward chain-configs should only contain the controllers they wish to use, and any other controller that is absent wont be mounted for the instance.

Copy link
Contributor

@emostov emostov left a comment

Choose a reason for hiding this comment

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

Copy link
Contributor

@dvdplm dvdplm left a comment

Choose a reason for hiding this comment

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

ty!

@dvdplm dvdplm merged commit 59795b3 into master May 17, 2021
@dvdplm dvdplm deleted the tarik-reduce-controller-boilerplate branch May 17, 2021 18:35
This pull request was closed.
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.

Reduce controller config boilerplate
3 participants