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

light-client: Only require Tokio when rpc-client feature is enabled #689

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

romac
Copy link
Member

@romac romac commented Nov 19, 2020

Close: #425

We don't need Tokio when the rpc-client feature is not enabled, so let's only require it when this feature is enabled.

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG.md

@romac romac added this to the v0.17.0 milestone Nov 19, 2020
@romac romac added the light-client Issues/features which involve the light client label Nov 19, 2020
@romac romac requested review from thanethomson and xla and removed request for thanethomson November 19, 2020 14:15
@romac romac changed the title light-client: Only require Tokio when rpc-feature is enabled light-client: Only require Tokio when rpc-client feature is enabled Nov 19, 2020
@romac romac force-pushed the romac/feature-guard-tokio branch from d0a008d to a4dd828 Compare November 19, 2020 14:17
@thanethomson thanethomson merged commit 62406f6 into master Nov 19, 2020
@thanethomson thanethomson deleted the romac/feature-guard-tokio branch November 19, 2020 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
light-client Issues/features which involve the light client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

light-client: feature guard tokio dependency
2 participants